Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azure/meta-iotedge
Yocto layer for Azure IoT Edge
https://github.com/azure/meta-iotedge
iot iotedge yocto-layer
Last synced: 3 days ago
JSON representation
Yocto layer for Azure IoT Edge
- Host: GitHub
- URL: https://github.com/azure/meta-iotedge
- Owner: Azure
- License: mit
- Created: 2018-12-10T18:43:28.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:53:41.000Z (3 months ago)
- Last Synced: 2025-01-13T23:07:45.161Z (10 days ago)
- Topics: iot, iotedge, yocto-layer
- Language: BitBake
- Size: 184 KB
- Stars: 55
- Watchers: 32
- Forks: 59
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
meta-iotedge
===========This layer provides support for building [IoT Edge](https://github.com/azure/iotedge) with [Yocto](https://www.yoctoproject.org/).
Please see the corresponding sections below for details.
Adding the meta-iotedge layer to your build
=================================================Use the branch of `meta-iotedge` corresponding to your Yocto release:
**Active and maintained**:
* [Scarthgap](https://github.com/Azure/meta-iotedge/tree/main) - `git clone -b main https://github.com/Azure/meta-iotedge.git`
* [Kirkstone](https://github.com/Azure/meta-iotedge/tree/kirkstone) - `git clone -b main https://github.com/Azure/meta-iotedge.git`Run `bitbake-layers add-layer meta-iotedge`
**Not active and Not maintained**
* [Dunfell](https://github.com/Azure/meta-iotedge/tree/dunfell) - `git clone -b dunfell https://github.com/Azure/meta-iotedge.git`
* [Sumo](https://github.com/Azure/meta-iotedge/tree/sumo) - `git clone -b sumo https://github.com/Azure/meta-iotedge.git`
* [Thud](https://github.com/Azure/meta-iotedge/tree/thud) - `git clone -b thud https://github.com/Azure/meta-iotedge.git`
* [Warrior](https://github.com/Azure/meta-iotedge/tree/warrior) - `git clone -b warrior https://github.com/Azure/meta-iotedge.git`
* [Zeus](https://github.com/Azure/meta-iotedge/tree/zeus) - `git clone -b zeus https://github.com/Azure/meta-iotedge.git`Branching Strategy and Timelines
===============================| Yocto Release | IoT Edge version | Branch Name | Branch Status |
| :- | :- | :- | :- |
| Scarthgap | 1.5.x | main | Active and maintained |
| Kirkstone | 1.5.x | kirkstone | Active and maintained |
| Kirkstone | 1.4.x | kirkstone | Out of Support Nov'2024 |
| Dunfell | 1.4.x | dunfell | Not active and Not maintained |
| Dunfell | 1.1.x | dunfell-1.1 | Not active and Not maintained |
| Sumo | 1.1.x | sumo | Not active and Not maintained |
| Thud | 1.1.x | thud | Not active and Not maintained |
| Warrior | 1.1.x | warrior | Not active and Not maintained |
| Zeus | 1.1.x | zeus | Not active and Not maintained |Contributing
============This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.