https://github.com/thin-edge/meta-tedge
OpenEmbedded/Yocto layer for thin-edge.io
https://github.com/thin-edge/meta-tedge
community iot thin-edge yocto
Last synced: 3 months ago
JSON representation
OpenEmbedded/Yocto layer for thin-edge.io
- Host: GitHub
- URL: https://github.com/thin-edge/meta-tedge
- Owner: thin-edge
- License: apache-2.0
- Created: 2022-07-07T08:04:03.000Z (almost 4 years ago)
- Default Branch: kirkstone
- Last Pushed: 2026-03-23T04:59:36.000Z (3 months ago)
- Last Synced: 2026-03-23T12:47:43.356Z (3 months ago)
- Topics: community, iot, thin-edge, yocto
- Language: BitBake
- Homepage:
- Size: 904 KB
- Stars: 13
- Watchers: 5
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# meta-tedge
This meta layer contains all the recipes needed to build [thin-edge.io](https://thin-edge.io) into a [Yocto](https://www.yoctoproject.org) image.
## How to start
Check out the [kas folder and README](./kas/README.md) for some example projects which make use of the thin-edge.io layer to create an image which includes Over-the-Air update support. The projects use [kas](https://github.com/siemens/kas) to make it easy to setup your Yocto environment (e.g. checkout all of the required layers) and build your image in a single commands.
For more user-friendly documentation, check out the [official thin-edge.io documentation](https://thin-edge.github.io/thin-edge.io/extend/firmware-management/building-image/yocto/).
## Maintenance strategy
The repository follows the release-named branch strategy. Only LTS releases are supported by the thin-edge team. If you want to maintain other Yocto releases, feel free to create a ticket or read [contributing](#contributing) and prepare a pull request!
| Yocto Release | thin-edge version | Branch Name | Branch Status |
| :- | :- | :- | :- |
| Kirkstone | 1.x | kirkstone | Active and maintained |
| Scarthgap | 1.x | scarthgap | Active and maintained |
## Contributing
This project welcomes contributions and suggestions. If you would like to contribute to `meta-tedge`, please read our guide on how to best get started [contributing code or documentation](https://github.com/thin-edge/thin-edge.io/blob/main/CONTRIBUTING.md).
## License
Distributed under the Apache 2.0 License. See [LICENSE](LICENSE.txt) for more information.