Skip to content

Commit 06e58f8

Browse files
committed
layer.conf: update LAYERSERIES_COMPAT for gatesgarth
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
1 parent b054f5f commit 06e58f8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ prio: default
1818

1919
```
2020
URI: git://git.yoctoproject.org/meta-virtualization
21-
branch: dunfell
21+
branch: gatesgarth
2222
revision: HEAD
2323
prio: default
2424
```
2525

2626
```
2727
URI: git://github.com/openembedded/openembedded-core.git
28-
branch: dunfell
28+
branch: gatesgarth
2929
revision: HEAD
3030
prio: default
3131
```

builds/checkin.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ pr:
33
branches:
44
include:
55
- master
6-
- dunfell
6+
- gatesgarth
77
jobs:
88

99
################################################################################
10-
- job: dunfell
10+
- job: gatesgarth
1111
################################################################################
12-
displayName: Dunfell
12+
displayName: Gatesgarth
1313
pool:
1414
name: azureiotedge
1515
demands:
1616
- yocto
1717
timeoutInMinutes: 360
1818
steps:
19-
- script: scripts/fetch.sh dunfell
19+
- script: scripts/fetch.sh gatesgarth
2020
displayName: Fetch
2121
env:
2222
METARUST_REV: 'e4d25b98083bcecb94df6ee189a165d63ede7f3d'

conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ BBFILE_PATTERN_meta-iotedge = "^${LAYERDIR}/"
1010
BBFILE_PRIORITY_meta-iotedge = "10"
1111

1212
LAYERDEPENDS_meta-iotedge = "core rust-layer virtualization-layer"
13-
LAYERSERIES_COMPAT_meta-iotedge = "dunfell"
13+
LAYERSERIES_COMPAT_meta-iotedge = "gatesgarth"
1414

0 commit comments

Comments
 (0)