September 2016
Intermediate to advanced
989 pages
24h 10m
English
The Yocto build system can be used to generate a cross-compilation toolchain and matching sysroot for a target system.
We will use the previously used wandboard-quad build directory and source the setup-environment script as follows:
$ cd /opt/yocto/fsl-community-bsp/ $ source setup-environment wandboard-quad
There are several ways to build an SDK with the Yocto build system:
meta-toolchain target.This method will build a toolchain that matches your target platform, and a basic sysroot that will not match your target root filesystem. However, this toolchain can be used to build bare metal software like the U-Boot bootloader or the Linux kernel, which do not need a sysroot. The Yocto project ...
Read now
Unlock full access