I want to use Yocto to compile the desktop version of 5.10.35 kernel version,Here are the commands I used:
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-hardknott -m imx-5.10.35-2.0.0_desktop.xml
repo sync
DISTRO=imx-desktop-xwayland MACHINE=imx8mpevk source imx-setup-desktop.sh -b build-desktop
I successfully pulled the code, but when I bitbake imx-image-desktop, an error message appears. I tried other versions and the error message does not appear. How can I compile this desktop version?
Hello,
Please use flexbuild to build Debian. The imx-image-desktop is out of update and there will be lots of issue.
https://github.com/NXP/flexbuild
Best Regards,
Zhiming