File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
meta-zephyr-sdk/recipes-devtools/qemu Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 97
97
# Setup
98
98
setup :
99
99
name : Setup
100
- runs-on : ubuntu-20 .04
100
+ runs-on : ubuntu-24 .04
101
101
outputs :
102
102
hosts : ${{ steps.generate-matrix.outputs.hosts }}
103
103
targets : ${{ steps.generate-matrix.outputs.targets }}
@@ -1679,7 +1679,7 @@ jobs:
1679
1679
test-result :
1680
1680
name : Test Result
1681
1681
needs : [ test-dist-bundle ]
1682
- runs-on : ubuntu-20 .04
1682
+ runs-on : ubuntu-24 .04
1683
1683
1684
1684
# NOTE: The 'test-result' job depends on the 'test-dist-bundle' job and
1685
1685
# therefore only runs when all distribution bundle tests pass.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ a variety of guest operating systems"
10
10
HOMEPAGE = "http://qemu.org"
11
11
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
12
12
13
- DEPENDS += "bison-native meson-native ninja-native"
13
+ DEPENDS += "bison-native meson-native ninja-native libslirp "
14
14
15
15
DEPENDS += "glib-2.0 zlib pixman"
16
16
You can’t perform that action at this time.
0 commit comments