Skip to content

Files

Latest commit

 

History

History
 
 

meta-mender-nxp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

meta-mender-nxp

Mender integration for nxp based boards

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/Freescale/meta-freescale-3rdparty
branch: zeus
revision: HEAD
URI: https://github.com/Freescale/meta-freescale-distro
branch: zeus
revision: HEAD
URI: https://github.com/boundarydevices/meta-boundary
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-nxp && cd mender-nxp
repo init -u https://github.com/mendersoftware/meta-mender-community \
          -m meta-mender-nxp/scripts/manifest-nxp.xml \
          -b zeus
repo sync
source setup-environment nxp
MACHINE=imx7s-warp bitbake core-image-base

Maintainer

The author(s) and maintainer(s) of this layer are:

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