Skip to content

Files

Latest commit

 

History

History
 
 

meta-mender-raspberrypi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

meta-mender-raspberrypi

Mender integration layer for Raspberry Pi family of boards. Note that this layer only contains templates, and the actual integration patches live in meta-mender/meta-mender-raspberrypi.

The supported and tested boards are:

Visit the individual board links above for more information on status of the integration and more detailed instructions on how to build and use images together with Mender for the mentioned boards.

Dependencies

This layer depends on:

URI: https://github.com/agherzan/meta-raspberrypi
branch: zeus
revision: HEAD
URI: https://github.com/mendersoftware/meta-mender.git
layers: meta-mender-core
branch: zeus
revision: HEAD

Quick start

The following commands will setup the environment and allow you to build images that have Mender integrated.

mkdir mender-raspberrypi && cd mender-raspberrypi
repo init -u https://github.com/mendersoftware/meta-mender-community \
           -m meta-mender-raspberrypi/scripts/manifest-raspberrypi.xml \
           -b zeus
repo sync
source setup-environment raspberrypi
MACHINE=raspberrypi3 bitbake core-image-base

Maintainer

The authors and maintainers of this layer are:

Always include the maintainers when suggesting code changes to this layer.