我按照《Freescale_Yocto_Project_User's_Guide.pdf》文档,搭建编译环境,并使用bitbake fsl-image-qt5命令,执行完成后,没有找到内核源代码(我用的bsp包是imx-4.1.15-1.2.0),请问
1、这个内核源代码在yocto工程里面是怎么分布的?
2、如果内核编译成功,fsl-image-qt5对应的文件系统是否含有QT5应用程序所需求的依赖库?
3、如何在PC端使用yocto开发QT应用程序,并交叉编译成IMX 6Solo X 所能支持的版本?
Solved! Go to Solution.
the linux source code is located in the <build folder>/tmp/work/<board name>-poky-linux-gnueabi/linux-imx/
this link may useful for you. Setting up Qt Creator to build for i.MX6
the linux source code is located in the <build folder>/tmp/work/<board name>-poky-linux-gnueabi/linux-imx/
this link may useful for you. Setting up Qt Creator to build for i.MX6
自己先MARK一下