How to create Customized Name for zImage in Yocto

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to create Customized Name for zImage in Yocto

1,689件の閲覧回数
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 返答(返信)

1,229件の閲覧回数
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

1,229件の閲覧回数
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 件の賞賛
返信