Hi:
I want to package qt4 in fsl-arm-yocto-bsp, not qt5, I do the following:
1. I change the bblayers.conf in directory conf of bld-xll;
2. I add the new meta of qt4, which is download from openembedded-core;
3. last, I bitbake qt4, but it failed because of the meta-sdk of imx, which is failed.
4. I look up the commit log of meta-fsl-bsp-release, which is only used for qt5.
Can you give me some advice about how to package qt4 for nxp-imx yocto? Thank you!
I look up the document i.MX_Yocto_Project_User's_Guide.pdf of fsl-yocto-L4.1.15_2.0.0-ga, and use the command
repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth -m imx-4.1.15-2.1.0.xml
,download the BSP from Nxp, it is used for imx6dlsabresd.
Could you tell us which board and BSP are you using?