This repo is for supporting NXP's Yocto BSP.
The following development boards were tested in this release.
| Board | Machine Configuration Files |
|---|---|
| TS-11000 | ts11000 |
| TS-9370 | ts9370 |
| TS-9390 | ts9390 |
| TS-4300 | ts4300 |
This is based on NXP's instructions here.
mkdir ~/bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
# Either execute this in each shell or add to ~/.bashrc
PATH=${PATH}:~/binmkdir walnascar
cd walnascar
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-walnascar -m imx-6.12.34-2.1.0.xml
repo sync
# Add in meta-ts-nxp layer
git clone https://github.com/embeddedTS/meta-ts-nxp.git -b walnascar sources/meta-ts-nxp/
ln -sf sources/meta-ts-nxp/tsimx-setup-release.sh imx-setup-release.sh# Set up build directory, local.conf
MACHINE=ts11000 DISTRO=fsl-imx-xwayland source ./imx-setup-release.sh -b bld-xwayland
# Build the image
bitbake imx-image-full