This commit is contained in:
gaya 2024-09-06 09:30:56 -07:00 коммит произвёл GitHub
Родитель b0654c8e80
Коммит da7406a65f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -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