Hi All,
I m using YOCTO for my project. Need to change the zImage name as customer required name at compile time.
I have done the following changes,
Arch/arm/Makefile
KBUILD_IMAGE := zImage_kiko_router
and also i included the macro in .bbappend file also,
KERNEL_IMAGETYPE = "zImage_kiko_router"
No effect. Can anyone help me to resolve it.