Hi

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

Hi

494件の閲覧回数
vikramks1
Contributor I

I am a newbie to yocto. Please help me.

I am trying to add gcc package to my core-image-minimal using IMAGE_INSTALL_append variable in local.conf file, but after bitbake the package is not getting added or installed in the image.

I have initialized the variable as follows in local.conf file.

IMAGE_INSTALL_append = " gcc"

then executed bitbake -k core-image-minimal

0 件の賞賛
返信
1 返信

446件の閲覧回数
daiane_angolini
NXP Employee
NXP Employee

Take a look in variable IMAGE_FEATURES [1] which possible values are listed in [2]

[1] Yocto Project Mega-Manual

[2] Yocto Project Mega-Manual

From the same manual:

core-image-minimal: A small image just capable of allowing a device to boot.

Prefer to use core-image-base instead, because minimal is NOT supposed to be full featured image, it's only a bring up image. And add the native features you need, not only *gcc*.

0 件の賞賛
返信