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
- Host: GitHub
- URL: https://github.com/thin-edge/meta-tedge-bin
- Owner: thin-edge
- License: apache-2.0
- Archived: true
- Created: 2023-11-09T15:42:33.000Z (over 2 years ago)
- Default Branch: kirkstone
- Last Pushed: 2024-05-23T15:08:12.000Z (about 2 years ago)
- Last Synced: 2025-03-25T13:26:09.745Z (about 1 year ago)
- Topics: community, iot, thin-edge, yocto
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)