Yocto applicatons

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

Yocto applicatons

1,383 次查看
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 回复

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