September 2016
Intermediate to advanced
989 pages
24h 10m
English
In this recipe, we will go through the development workflows described earlier using the Linux kernel as an example.
We will see how the following development workflows are applied to the Linux kernel:
Let's explain the three methodologies listed previously in detail.
When compiling outside of the Yocto build environment, we can still use the Yocto-provided toolchain to build. The process is as follows:
wandboard-org linux-wandboard repository locally:$ cd /opt/yocto $ git clone https://github.com/wandboard-org/linux.git ...
Read now
Unlock full access