
Mastering Embedded Linux Programming
By :

To follow along with the examples, make sure you have the following:
Yocto is required for the Using Mender for local updates and Using Mender for OTA updates sections of this chapter.
You should have already built the 3.1 (Dunfell) LTS release of Yocto for Chapter 6, Selecting a Build System. If you have not, then refer to the Compatible Linux Distribution and Build Host Packages sections of the Yocto Project Quick Build guide (https://www.yoctoproject.org/docs/current/brief-yoctoprojectqs/brief-yoctoprojectqs.html) before building Yocto on your Linux host according to the instructions from Chapter 6.
All of the code for this chapter can be found in the Chapter10
folder of the book's GitHub repository...