Technical requirements
To follow along with the examples, make sure you have the following:
- An Ubuntu 24.04 or later LTS host system with at least 90 GB of free disk space
- Buildroot 2024.02.6 LTS release
- Yocto 5.0 (scarthgap) LTS release
You should have already installed the 2024.02.6 LTS release of Buildroot for Chapter 6. If you have not, then refer to the System requirements section of The Buildroot user manual (https://buildroot.org/downloads/manual/manual.html) before installing Buildroot on your Linux host according to the instructions from Chapter 6.
You should have already built the 5.0 (scarthgap) LTS release of Yocto in Chapter 6. If you have not, then please refer to the Compatible Linux Distribution and Build Host Packages sections of the Yocto Project Quick Build guide (https://docs.yoctoproject.org/brief-yoctoprojectqs/) before building Yocto on your Linux host according to the instructions in Chapter 6.
The code used in this chapter...