File tree Expand file tree Collapse file tree 1 file changed +9
-25
lines changed Expand file tree Collapse file tree 1 file changed +9
-25
lines changed Original file line number Diff line number Diff line change @@ -5,34 +5,18 @@ This layer provides support for building [IoT Edge](https://github.com/azure/iot
5
5
6
6
Please see the corresponding sections below for details.
7
7
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
-
33
8
Adding the meta-iotedge layer to your build
34
9
=================================================
35
10
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
+
36
20
Run ` bitbake-layers add-layer meta-iotedge `
37
21
38
22
Contributing
You can’t perform that action at this time.
0 commit comments