summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-12-13 12:40:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-21 10:38:29 +0000
commit194ffa6fea6e78b7791ad02bc972f5a282758229 (patch)
tree3706a875dc6daf015186f84d0e0b6e9ee132e88d /meta/recipes-devtools/qemu
parent53af03827e0c01e5d7c1ef350cded9ab94e9141e (diff)
downloadpoky-194ffa6fea6e78b7791ad02bc972f5a282758229.tar.gz
qemu: Add packageconfig knob to enable pipewire support
This gets into a quessing mode if not specified and it it probelamactic for native version since it maybe built on a machine having pipewire installed and used on another where pipewire is not installed ( minimal CI builder ) it ends up with runqemu - ERROR - Failed to run qemu: /mnt/b/yoe/master/build/tmp/work/x86_64-linux/qemu-helper-native/1.0/recipe-sysroot-native/usr/bin/qemu-system-x86_64: error while loading shared libraries: libpipewire-0.3.so.0: cannot open shared object file: No such file or directory (From OE-Core rev: 0d63cadd4523e60d4959284a81fbe47da88834fa) Signed-off-by: Khem Raj <raj.khem@gmail.com> 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 cc508d961d..58284ef993 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -233,6 +233,7 @@ PACKAGECONFIG[slirp] = "--enable-slirp,--disable-slirp,libslirp"
233PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" 233PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi"
234PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack," 234PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack,"
235PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils" 235PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils"
236PACKAGECONFIG[pipewire] = "--enable-pipewire,--disable-pipewire,pipewire"
236 237
237INSANE_SKIP:${PN}-common = "arch" 238INSANE_SKIP:${PN}-common = "arch"
238 239