Hi
I follow below steps building fsl-yocto-L4.1.15_1.1.0-ga for our custom imx6q board
1."MACHINE=imx6qsabresd source fsl-setup-release.sh -b build -e x11"
2."bitbake fsl-image-qt5"
3.When the building tasks is all done,I merge my driver to linux-imx and use "bitbake -c menuconfig linux-imx" for custom .config file.
4.merge our test application to imx-test
5."bitbake -c compile linux-imx -f"
6."bitbake -c compile imx-test -f"
After step 6. ,I found my .config file is reset to default.
How can I stop this reset operation? Which file do I need modify
Thank you.
Brian Huang