June 2017
Intermediate to advanced
478 pages
13h 14m
English
The Mender client is available as a Yocto Project meta layer. These examples use the Morty release of the Yocto Project, which is the same one that we used in Chapter 6, Selecting a Build System. We begin by getting the meta-mender layer, and also oe-meta-go because the Mender client is written in the Go language:
$ cd poky$ git clone git://github.com/mem/oe-meta-go$ git clone -b morty git://github.com/mendersoftware/meta-mender
The Mender client requires some changes to the configuration of U-Boot to handle the boot flag and boot count variables. The stock Mender client layer has sub-layers for three sample implementations of this U-Boot integration that we can use straight out of the box: meta-mender-beaglebone ...
Read now
Unlock full access