May 2016
Intermediate to advanced
480 pages
14h 16m
English
In This Chapter
11.1 Inside a Yocto Project ADT
11.2 Setting Up a Yocto Project ADT
In the chapters leading up to this one, we learned how to use the Yocto Project to build Linux OS images, how to customize those images, and how to adapt them to a particular hardware through board support packages (BSPs). Devices comprising hardware, an operating system stack, and a bunch of other open-source software packages do not make a product. Eventually, you want to develop your own software packages providing the end-user functionality for your device, build them, and deploy them to the device. ...