download yocto by:
mkdir imx-yocto-bsp
cd imx-yocto-bsp
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml
repo sync
but,no MACHINE support imx8mqevk
已解决! 转到解答。
This version BSP support the i.MX8MQ, if you have finished the repo sync, you can go next steps to build images for the i.MX8MQ:
$ DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-wayland
$ bitbake fsl-image-qt5-validation-imx
This builds a Qt 5 Weston Wayland image. To build without Qt 5, build fsl-image-validation-imx.
Details you can refer to the i.MX_Yocto_Project_User's_Guide document.
This version BSP support the i.MX8MQ, if you have finished the repo sync, you can go next steps to build images for the i.MX8MQ:
$ DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-wayland
$ bitbake fsl-image-qt5-validation-imx
This builds a Qt 5 Weston Wayland image. To build without Qt 5, build fsl-image-validation-imx.
Details you can refer to the i.MX_Yocto_Project_User's_Guide document.