Hi,
We are trying to build yocto image with Qt support for the processor MiMX8QX6AVLFZAC and using following configuration.
MACHINE=imx8qxpmek DISTRO=fsl-imx-xwayland source ./imx-setup-release.sh -b bld-xwayland
the above machine name and distro are correct ?
Hello,
It should be:
$ DISTRO=fsl-imx-wayland MACHINE=imx8mqx source fsl-setup-release.sh -b build-wayland
$ bitbake fsl-image-qt5-validation-imx
Regards