summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-19 13:44:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-21 12:27:12 +0000
commit9a02fb66c23b40911b5b431b348a2e7f8a2fedfc (patch)
treeffdc8c6fbc1bcb5df0bef553f273f93d9e81795b /meta/recipes-devtools/qemu
parent4a61101478be8affd8bba69797e319b9e5657662 (diff)
downloadpoky-9a02fb66c23b40911b5b431b348a2e7f8a2fedfc.tar.gz
qemu: add PACKAGECONFIG for sndio
In qemu's configuration this is an 'auto' configuration option so if the host has the sndio headers on then it gets enabled, causing sstate reuse problems. This is particularly problematic as some qemu pieces can 'see' into the host pkg-config due to openGL linkage. Add config and disable by default to avoid host contamination. [YOCTO #15284] (From OE-Core rev: e746182638aeb9bdd1bbb7430de214d8d847a8b6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 70515d980e..4ebf17e6c0 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -237,6 +237,7 @@ PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi"
237PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack," 237PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack,"
238PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils" 238PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils"
239PACKAGECONFIG[pipewire] = "--enable-pipewire,--disable-pipewire,pipewire" 239PACKAGECONFIG[pipewire] = "--enable-pipewire,--disable-pipewire,pipewire"
240PACKAGECONFIG[sndio] = "--enable-sndio,--disable-sndio,sndio"
240 241
241INSANE_SKIP:${PN}-common = "arch" 242INSANE_SKIP:${PN}-common = "arch"
242 243