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 9797 # Setup
9898 setup :
9999 name : Setup
100- runs-on : ubuntu-20 .04
100+ runs-on : ubuntu-24 .04
101101 outputs :
102102 hosts : ${{ steps.generate-matrix.outputs.hosts }}
103103 targets : ${{ steps.generate-matrix.outputs.targets }}
@@ -1679,7 +1679,7 @@ jobs:
16791679 test-result :
16801680 name : Test Result
16811681 needs : [ test-dist-bundle ]
1682- runs-on : ubuntu-20 .04
1682+ runs-on : ubuntu-24 .04
16831683
16841684 # NOTE: The 'test-result' job depends on the 'test-dist-bundle' job and
16851685 # 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"
1010HOMEPAGE = "http://qemu.org"
1111LICENSE = "GPL-2.0-only & LGPL-2.1-only"
1212
13- DEPENDS += "bison-native meson-native ninja-native"
13+ DEPENDS += "bison-native meson-native ninja-native libslirp "
1414
1515DEPENDS += "glib-2.0 zlib pixman"
1616
You can’t perform that action at this time.
0 commit comments