But, I have compiled successfully with the following commands:
DISTRO=fsl-imx-fb MACHINE=imx6solosabresd source fsl-setup-release.sh -b build_qt5
bitbake fsl-image-qt5-validation-imx
bitbake meta-toolchain-qt5 -c populate_sdk
and with the same yocto project, I failed with these commands:
DISTRO=fsl-imx-wayland MACHINE=imx6solosabresd source fsl-setup-release.sh -b build_wayland
bitbake fsl-image-qt5-validation-imx
bitbake meta-toolchain-qt5 -c populate_sdk
How could be this result?
thanks for your reply.