Skip to content

Commit c436097

Browse files
authored
Update README to include information about the repo's branches (Azure#46)
1 parent 2cffdd4 commit c436097

File tree

1 file changed

+9
-25
lines changed

1 file changed

+9
-25
lines changed

README.md

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,18 @@ This layer provides support for building [IoT Edge](https://github.com/azure/iot
55

66
Please see the corresponding sections below for details.
77

8-
Dependencies
9-
------------
10-
This layer depends on:
11-
12-
```
13-
URI: git://github.com/meta-rust/meta-rust.git
14-
branch: master
15-
revision: HEAD
16-
prio: default
17-
```
18-
19-
```
20-
URI: git://git.yoctoproject.org/meta-virtualization
21-
branch: sumo
22-
revision: HEAD
23-
prio: default
24-
```
25-
26-
```
27-
URI: git://github.com/openembedded/openembedded-core.git
28-
branch: sumo
29-
revision: HEAD
30-
prio: default
31-
```
32-
338
Adding the meta-iotedge layer to your build
349
=================================================
3510

11+
Use the branch of `meta-iotedge` corresponding to your Yocto release:
12+
13+
* [Sumo](https://github.com/Azure/meta-iotedge/tree/sumo) - `git clone -b sumo https://github.com/Azure/meta-iotedge.git`
14+
* [Thud](https://github.com/Azure/meta-iotedge/tree/thud) - `git clone -b thud https://github.com/Azure/meta-iotedge.git`
15+
* [Warrior](https://github.com/Azure/meta-iotedge/tree/warrior) - `git clone -b warrior https://github.com/Azure/meta-iotedge.git`
16+
* [Zeus](https://github.com/Azure/meta-iotedge/tree/zeus) - `git clone -b zeus https://github.com/Azure/meta-iotedge.git`
17+
18+
In almost all cases, you should not use the `master` branch of `meta-iotedge` in your image.
19+
3620
Run `bitbake-layers add-layer meta-iotedge`
3721

3822
Contributing

0 commit comments

Comments
 (0)