peridio / meta-peridio

Yocto build layer for the Peridio Agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This layer provides support deploying devices that connect with peridio.com

For more information visit peridio.com

Dependencies
============

  URI: https://github.com/openembedded/meta-openembedded.git
  layers: meta-oe
  branch: master

  URI: https://github.com/meta-erlang/meta-erlang
  branch: master

Table of Contents
=================

  I. Adding the meta-peridio layer to your build


I. Adding the meta-peridio layer to your build
=================================================

Run 'bitbake-layers add-layer meta-peridio'

Configuring
============

Peridiod can produce fwup firmware and .img images as output from your build
by adding `fwup` and `fwup-img` to `IMAGE_FSTYPES` and adding
`IMAGE_CLASSES += image_types_fwup` to your layer (machine | distro | image)

The `fwup` and `fwup-img` `IMAGE_FSTYPES` will look for a fwup configuration
file in `(my-layer)/conf/peridio` directory with the name `${MACHINENAME}.fwup.conf`.
You can override this by setting `FWUP_FILE`. More information about fwup format
can be found at [github.com/fwup-home](https://github.com/fwup-home/fwup)

The `fwup` and `fwup-img` `do_image_` functions will need to execute after the other image
dependencies have been deployed. To handle this, you can specify what deployed image typed
you your fwup conf may depend on by appending to the `FWUP_IMAGE_DEPENDS` variable in your config.

About

Yocto build layer for the Peridio Agent

License:MIT License


Languages

Language:BitBake 99.5%Language:Shell 0.5%