Skip to content

Commit 6840cf2

Browse files
authored
Update for dunfell (Azure#43)
* Update for dunfell * Use newer version of the rust compiler * RDEPENDS on docker not virtual/docker Remove unused recipes * Disable libgit2 for cargo Without this fix the build leads to an error : "invalid version 3 on git_proxy_options; class=Invalid (3)"
1 parent f68eb87 commit 6840cf2

16 files changed

+17
-983
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ This layer depends on:
1212
```
1313
URI: git://github.com/meta-rust/meta-rust.git
1414
branch: master
15-
revision: d8d77be1292064a02adcb5e72e293604b704f69b
15+
revision: e4d25b98083bcecb94df6ee189a165d63ede7f3d
1616
prio: default
1717
```
1818

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

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

builds/checkin.yaml

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

99
################################################################################
10-
- job: thud
10+
- job: dunfell
1111
################################################################################
12-
displayName: Thud
12+
displayName: Dunfell
1313
pool:
1414
name: azureiotedge
1515
demands:
1616
- yocto
1717
timeoutInMinutes: 360
1818
steps:
19-
- script: scripts/fetch.sh thud
19+
- script: scripts/fetch.sh dunfell
2020
displayName: Fetch
2121
env:
22-
METARUST_REV: 'd8d77be1292064a02adcb5e72e293604b704f69b'
22+
METARUST_REV: 'e4d25b98083bcecb94df6ee189a165d63ede7f3d'
2323
- script: scripts/build.sh
2424
displayName: Build

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 = "thud"
13+
LAYERSERIES_COMPAT_meta-iotedge = "dunfell"
1414

conf/local.conf.sample

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,10 @@ BB_DISKMON_DIRS = "\
221221
#file://.* file:///some/local/dir/sstate/PATH"
222222

223223
SSTATE_MIRRORS = "\
224-
file://.* http://sstate.yoctoproject.org/2.6/PATH;downloadfilename=PATH \n \
225-
file://.* http://sstate.yoctoproject.org/2.6.1/PATH;downloadfilename=PATH \n \
226-
file://.* http://sstate.yoctoproject.org/2.6.2/PATH;downloadfilename=PATH \n \
227-
file://.* http://sstate.yoctoproject.org/2.6.3/PATH;downloadfilename=PATH \n \
228-
file://.* http://sstate.yoctoproject.org/2.6.4/PATH;downloadfilename=PATH \n \
224+
file://.* http://sstate.yoctoproject.org/3.1/PATH;downloadfilename=PATH \n \
225+
file://.* http://sstate.yoctoproject.org/3.1.1/PATH;downloadfilename=PATH \n \
226+
file://.* http://sstate.yoctoproject.org/3.1.2/PATH;downloadfilename=PATH \n \
227+
file://.* http://sstate.yoctoproject.org/3.1.3/PATH;downloadfilename=PATH \n \
229228
"
230229

231230
#

recipes-core/iotedge-cli/iotedge-cli-1.0.7.inc

Lines changed: 0 additions & 1 deletion
This file was deleted.

recipes-core/iotedge-cli/iotedge-cli-1.0.8.inc

Lines changed: 0 additions & 1 deletion
This file was deleted.

recipes-core/iotedge-cli/iotedge-cli_1.0.7.bb

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)