Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

thin-edge/meta-tedge-bin

Repository files navigation

Deprecation

The meta-tedge-bin is now deprecated and was moved to 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 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:

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

Mender

Meta-tedge-bin supports mender! Check how to add mender to your build