Hi

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Hi

779 次查看
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 回复

731 次查看
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 项奖励
回复