how can I add my bitbake commands in the imx6 ?

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

how can I add my bitbake commands in the imx6 ?

1,284 次查看
tomgao
Contributor III

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

0 项奖励
回复
3 回复数

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