[LS104x] Starting with Yocto
最后更新于
最后更新于
Yocto with LSDK components provides recipes for the last Yocto release to use the latest and greatest components from LSDK as they get released. This eventually makes its way into the next community Yocto release at yoctoproject.org. The NXP holds the Github pages on the or
To make sure the build host is prepared for Yocto running and build, please follow this to prepare the build environment.
To use this manifest repo, the 'repo' tool must be installed first:
The following is the step of how to use the repo utility to download all Yocto layers according to the repo manifest. Replace with the real name (see Yocto branch and version below).
Yocto branch and version:
mickledore
YP 4.2–lf-6.1.22
langdale
YP 4.1–lf-6.1.1
kirkstone
YP 4.0–lf-5.15.71
honister
YP 3.4–lf-5.15.5
hardknott
YP 3.3–lf-5.10.72
gatesgarth
YP 3.2–lf-5.10.9
dunfell
YP 3.1–LSDK 2004
zeus
YP 3.0–LSDK 1909
warrior
YP 2.7–LSDK 1906
thud
YP 2.6–LSDK 1809
sumo
YP 2.5–LSDK 1806
We should be mindful of the Linux shell usage, the bash
should be applied to the setup-env rather than zsh
. Take ls1046ardb as an example:
or:
Images will be found under tmp/deploy/images/ls1046ardb/.
This is the response I get when I run BitBake:
Modifying /conf/local.conf was the only solution that worked for me. Simply add one of the two options:
(Refer to the section 4.5.2 Download Yocto bitbake)
The bitbake returns the error outlined below:
Before you executed, bitbake ls-image-main did you execute DISTRO=fsl-qoriq-distro MACHINE= source distro-setup-env for the specific board.
The root cause is that the oh-my-bash
is used in my Ubuntu console. it worked when I changed to raw bash.
The prompted error is caused by network, you can solve the problem by ma
BitBake fails for me because it can't find .
I have tried to pull yocto project repo according to the NXP Layerscape latest user guide from