Hi All,
I am trying to build yocto for i.MX8 platform. I am facing an error when i give DISTRO command to configure the yocto source.
Command given :
$ DISTRO=fsl-imx-xwayland MACHINE=imx8qm_iwg27m source fsl-setup-release.sh -b build_imx8qm
Error found:
Build directory is build_imx8qm
OpenEmbedded requires 'python' to be python v2 (>= 2.7.3), not python v3.
Please set up python v2 as your default 'python' interpreter.
ERROR - No build directory is set yet. Run the 'setup-environment' script before running this script to create .
I tried to set python2 as default. But I failed in doing that.
So, Can I expect few solutions to fix this bug?
Thanks in advance
Regards,
Chaithanya