September 2016
Intermediate to advanced
989 pages
24h 10m
English
The Yocto project offers a kernel framework that allows us to work with the Linux kernel in different ways:
linux-yocto style kernels that generate the kernel source from a set of Git branches and leafs. Specific features are developed in branches, and a leaf is followed for a complete set of features.In this recipe, we will show how to work with a linux-yocto style kernel.
To use a linux-yocto style kernel, the kernel recipe inherits the linux-yocto.inc file. A Git repository for a linux-yocto style kernel contains metadata either ...
Read now
Unlock full access