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,
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!
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,