Yocto applicatons

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto applicatons

543 Views
erikraynolds
Contributor III

Dears,

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

Thank you.

Tags (1)
0 Kudos
1 Reply

325 Views
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 Kudos