-
Notifications
You must be signed in to change notification settings - Fork 0
Yocto build layer for the Peridio Agent
License
peridio/meta-peridio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published