An open API service indexing awesome lists of open source software.

https://github.com/thin-edge/meta-tedge-bin

yocto layer using pre-built binaries
https://github.com/thin-edge/meta-tedge-bin

community iot thin-edge yocto

Last synced: 8 months ago
JSON representation

yocto layer using pre-built binaries

Awesome Lists containing this project

README

          

# Deprecation
**The `meta-tedge-bin` is now deprecated and was moved to [meta-tedge](https://github.com/thin-edge/meta-tedge) as a part of the multi-layer repository. All future updates will be carried out there.**

## meta-tedge-bin

`Meta-tedge-bin` is Openembedded layer of [thin-edge.io](https://github.com/thin-edge/thin-edge.io) that uses precompiled binaries.

## Dependencies

This layer depends on:

* Poky
* meta-oe -> part of meta-openembedded
* meta-python -> part of meta-openembedded
* meta-networking -> part of meta-openembedded

## Support

This layer supports:

- Architectures:
* aarch64 / arm64
* armv6
* armv7
* x86_64 / amd64
- Init-managers:
* OpenRC (requires [meta-openrc](https://github.com/jsbronder/meta-openrc) layer)
* Sysvinit
* Systemd

## Quick install

1. Download all needed layers
2. Activate environment with `source poky/oe-init-build-env`
3. Add needed layers to bblayers.conf
4. Add following line to local.conf: `IMAGE_INSTALL:append = " tedge"`
5. Run `bitbake core-image-minimal`

For more detailed instructions check [our installation guide](docs/installation-guide.md)

## Mender

`Meta-tedge-bin` supports mender! Check [how to add mender to your build](docs/add-mender-to-your-build.md)