how can I add my bitbake commands in the imx6 ?

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

how can I add my bitbake commands in the imx6 ?

1,298件の閲覧回数
tomgao
Contributor III

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

0 件の賞賛
返信
3 返答(返信)

1,132件の閲覧回数
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 件の賞賛
返信

1,132件の閲覧回数
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 件の賞賛
返信

1,132件の閲覧回数
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 件の賞賛
返信