how can I add my bitbake commands in the imx6 ?

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

how can I add my bitbake commands in the imx6 ?

1,281 Views
tomgao
Contributor III

how can I add my bitbake commands in the imx6 ? like: bitbake imx-lib .

0 Kudos
Reply
3 Replies

1,115 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Tom Gao,

You may add any packages to your image by using the following command on your local.conf file (which is located in the conf folder inside the build directory)

IMAGE_INSTALL_append += " imx-lib"

Regards,

0 Kudos
Reply

1,115 Views
tomgao
Contributor III

I mean that how can I make a command like the "bitbake imx-lib" .

Actually it is I do not konw how may commands I can use. And what's the commands to do . do you have document about it .

I am working on the IMX6Q-SDB board . I have read the document like "i.MX_6_Graphics_User's_Guide.pdf","i.MX_BSP_Porting_Guide.pdf",

"i.MX_Linux_User's_Guide.pdf" and bitbake manu .But I still can not use it like  the makfile .

Best Regards!

0 Kudos
Reply

1,115 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Tom Gao,

The BSP uses now Yocto, so it’s a bit different than compiling manually using makefile.

Have you followed the Yocto Project User’s Guide? This document should be available along the others you are mentioning. In this document you can find the steps to setup bitbake and build images.

Regards,

0 Kudos
Reply