зеркало из https://github.com/Azure/meta-iotedge.git
Update Readme (#177)
This commit is contained in:
Родитель
b0654c8e80
Коммит
da7406a65f
|
@ -11,7 +11,8 @@ Adding the meta-iotedge layer to your build
|
|||
Use the branch of `meta-iotedge` corresponding to your Yocto release:
|
||||
|
||||
**Active and maintained**:
|
||||
* [Kirkstone](https://github.com/Azure/meta-iotedge/tree/main) - `git clone -b main https://github.com/Azure/meta-iotedge.git`
|
||||
* [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`
|
||||
|
@ -28,9 +29,9 @@ Branching Strategy and Timelines
|
|||
|
||||
| Yocto Release | IoT Edge version | Branch Name | Branch Status |
|
||||
| :- | :- | :- | :- |
|
||||
| Scrathgap | 1.5.x | scarthgap | TBD |
|
||||
| Kirkstone | 1.5.x | kirkstone | TBD |
|
||||
| Kirkstone | 1.4.x | main | Active and maintained |
|
||||
| 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 |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# what container are we using to build this
|
||||
CONTAINER="crops/poky:ubuntu-20.04"
|
||||
CONTAINER="metaiotedge.azurecr.io/poky:ubuntu-20.04"
|
||||
|
||||
einfo() {
|
||||
echo "$*" >&2
|
||||
|
|
Загрузка…
Ссылка в новой задаче