May 2016
Intermediate to advanced
480 pages
14h 16m
English
In This Chapter
10.1 Yocto Project BSP Philosophy
10.3 Inside a Yocto Project BSP
10.4 Creating a Yocto Project BSP
The preceding chapters laid the foundation for building custom a Linux system with the Yocto Project tools. We used the software system emulator QEMU for testing. In this chapter, we take it one step further and demonstrate how the build system supports creating Linux kernel and root filesystem images for actual hardware.
Hardware support is provided by board support packages (BSPs). If you are familiar with embedded system development, you have most likely heard the term BSP before. However, regardless ...