mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
ppc.patch is removed because it is included in 8.0.3:
864ce70c1c
General changelog for 8.x: https://wiki.qemu.org/ChangeLog/8.0
(From OE-Core rev: bb5c368e48e2222312b1fc4ba4ad609b2530d6bc)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
269 B
BlitzBasic
10 lines
269 B
BlitzBasic
BPN = "qemu"
|
|
|
|
DEPENDS = "glib-2.0-native zlib-native ninja-native meson-native"
|
|
|
|
require qemu-native.inc
|
|
|
|
EXTRA_OECONF:append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-install-blobs --disable-guest-agent"
|
|
|
|
PACKAGECONFIG ??= "pie"
|