mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
qemu no longer carries libslirp in-tree, so enabling slirp requires providing external libslirp. Another noteworthy change is: x86: TCG support for AVX, AVX2, F16C, FMA3 and VAES instructions ... which means both meta-intel and qemu x86 targets can now fully utilize Haswell-and-later instruction set with benefits for performance in emulation and on silicon. Changelog: https://wiki.qemu.org/ChangeLog/7.2 (From OE-Core rev: d82e521995832580e990c0c173651aafd43d299c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
261 B
BlitzBasic
10 lines
261 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-blobs --disable-guest-agent"
|
|
|
|
PACKAGECONFIG ??= "pie"
|