May 2016
Intermediate to advanced
480 pages
14h 16m
English
In This Chapter
7.1 Core Images—Linux Distribution Blueprints
7.2 Building Images from Scratch
In the preceding chapters, we laid the foundation for using the Yocto Project tools to build custom Linux distributions. Now it is time that we put that knowledge to work.
Chapter 2, “The Yocto Project,” outlined the prerequisites for the build system and how to set up your build host, configure a build environment, and launch a build that creates a system ready to run in the QEMU emulator. In this chapter, we reuse that build environment. If you have not yet prepared your build system, we recommend that you go back to ...