File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ prio: default
18
18
19
19
```
20
20
URI: git://git.yoctoproject.org/meta-virtualization
21
- branch: dunfell
21
+ branch: gatesgarth
22
22
revision: HEAD
23
23
prio: default
24
24
```
25
25
26
26
```
27
27
URI: git://github.com/openembedded/openembedded-core.git
28
- branch: dunfell
28
+ branch: gatesgarth
29
29
revision: HEAD
30
30
prio: default
31
31
```
Original file line number Diff line number Diff line change 3
3
branches :
4
4
include :
5
5
- master
6
- - dunfell
6
+ - gatesgarth
7
7
jobs :
8
8
9
9
# ###############################################################################
10
- - job : dunfell
10
+ - job : gatesgarth
11
11
# ###############################################################################
12
- displayName : Dunfell
12
+ displayName : Gatesgarth
13
13
pool :
14
14
name : azureiotedge
15
15
demands :
16
16
- yocto
17
17
timeoutInMinutes : 360
18
18
steps :
19
- - script : scripts/fetch.sh dunfell
19
+ - script : scripts/fetch.sh gatesgarth
20
20
displayName : Fetch
21
21
env :
22
22
METARUST_REV : ' e4d25b98083bcecb94df6ee189a165d63ede7f3d'
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ BBFILE_PATTERN_meta-iotedge = "^${LAYERDIR}/"
10
10
BBFILE_PRIORITY_meta-iotedge = "10"
11
11
12
12
LAYERDEPENDS_meta-iotedge = "core rust-layer virtualization-layer"
13
- LAYERSERIES_COMPAT_meta-iotedge = "dunfell "
13
+ LAYERSERIES_COMPAT_meta-iotedge = "gatesgarth "
14
14
You can’t perform that action at this time.
0 commit comments