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!