How to create Customized Name for zImage in Yocto

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to create Customized Name for zImage in Yocto

1,349 Views
karthikeyanraju
Contributor III

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.

2 Replies

889 Views
daiane_angolini
NXP Employee
NXP Employee

Maybe it is the wrong bbappend (as you haven't mentioned which one you have used).

Please try to set the KERNEL_IMAGETYPE  = "zImage_kiko_router" in the machine config file

889 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello  Karthikeyan Raju,

I have not being able to locate a single variable that gives zImage its name. I think you would need to look into the source files and change the Makefile that compiles it rather than the Yocto Metadata.

Please let us know your findings.

Regards,

0 Kudos