diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-12-24 17:59:43 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-26 18:49:07 +0000 |
| commit | 9caff14abbb742e5083056b899ee6fc0a5fba8f3 (patch) | |
| tree | f1011ab47b0a00d76ceb26c4899d62b92b0ccc78 /meta/recipes-devtools/qemu/qemu-native_7.2.0.bb | |
| parent | d7f7b788f7cef5f8db9df3613a108e13998155e1 (diff) | |
| download | poky-9caff14abbb742e5083056b899ee6fc0a5fba8f3.tar.gz | |
qemu: update 7.1.0 -> 7.2.0
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>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-native_7.2.0.bb')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu-native_7.2.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-native_7.2.0.bb b/meta/recipes-devtools/qemu/qemu-native_7.2.0.bb new file mode 100644 index 0000000000..a94dc0b61e --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu-native_7.2.0.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | BPN = "qemu" | ||
| 2 | |||
| 3 | DEPENDS = "glib-2.0-native zlib-native ninja-native meson-native" | ||
| 4 | |||
| 5 | require qemu-native.inc | ||
| 6 | |||
| 7 | EXTRA_OECONF:append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-blobs --disable-guest-agent" | ||
| 8 | |||
| 9 | PACKAGECONFIG ??= "pie" | ||
