Yocto applicatons

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

Yocto applicatons

1,033件の閲覧回数
erikraynolds
Contributor IV

Dears,

I' like to add to my Yocto image cmake & git. What IMAGE_INSTALL parameter to have to install git & cmake?

Thank you.

タグ(1)
0 件の賞賛
返信
1 返信

815件の閲覧回数
Carlos_Musich
NXP Employee
NXP Employee

Hi Erik,

you can just add

IMAGE_INSTALL_append " \

cmake \

git"

You can run bitbake -s | grep cmake and bitbake -s | grep git to see the avaliable options.

Regards,

Carlos

0 件の賞賛
返信