summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu-native_6.2.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-19 14:57:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-20 15:29:01 +0000
commit370fd9b3fb87ae8f623384fcaa85b8dd4029a449 (patch)
treec6f3a2139897489a0cfe47bb5ca27fd8cfc5dc53 /meta/recipes-devtools/qemu/qemu-native_6.2.0.bb
parent6b70ea0443567ee358031343d2748979bdc14148 (diff)
downloadpoky-370fd9b3fb87ae8f623384fcaa85b8dd4029a449.tar.gz
qemu: Upgrade 6.1.0 -> 6.2.0
Add config option for pulseaudio Change audio to default mode since quoting of list of devices is broken in meson Drop patch where code changed completed upstream Refresh other patches (From OE-Core rev: c1685b06e5f3684b1b5631b99b412e3ec2b10800) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-native_6.2.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu-native_6.2.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-native_6.2.0.bb b/meta/recipes-devtools/qemu/qemu-native_6.2.0.bb
new file mode 100644
index 0000000000..a94dc0b61e
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu-native_6.2.0.bb
@@ -0,0 +1,9 @@
1BPN = "qemu"
2
3DEPENDS = "glib-2.0-native zlib-native ninja-native meson-native"
4
5require qemu-native.inc
6
7EXTRA_OECONF:append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-blobs --disable-guest-agent"
8
9PACKAGECONFIG ??= "pie"