Hi,
I have tried to pull yocto project repo according to the NXP Layerscape latest user guide from https://www.nxp.com/docs/en/user-guide/LLDPUG_RevL6.1.22_2.0.0.pdf
(Refer to the section 4.5.2 Download Yocto bitbake)
The bitbake returns the error outlined below:
``` Log
DISTRO 'fsl-qoriq' not found. Please set a valid DISTRO in your local.conf
MACHINE=ls1046ardb is invalid. Please set a valid MACHINE in your local.conf, environment or other configuration file.
```
Any solution can be provided to me?
Before you executed, bitbake ls-image-main did you execute DISTRO=fsl-qoriq-distro MACHINE=<machine> source distro-setup-env for the specific board that you are using?
The root cause is that the `oh-my-bash` is used in my Ubuntu console. it worked when I changed to raw bash.
That's great.