diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-12-13 12:40:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-21 10:38:29 +0000 |
commit | 194ffa6fea6e78b7791ad02bc972f5a282758229 (patch) | |
tree | 3706a875dc6daf015186f84d0e0b6e9ee132e88d | |
parent | 53af03827e0c01e5d7c1ef350cded9ab94e9141e (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
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" | |||
233 | PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" | 233 | PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" |
234 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack," | 234 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack," |
235 | PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils" | 235 | PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils" |
236 | PACKAGECONFIG[pipewire] = "--enable-pipewire,--disable-pipewire,pipewire" | ||
236 | 237 | ||
237 | INSANE_SKIP:${PN}-common = "arch" | 238 | INSANE_SKIP:${PN}-common = "arch" |
238 | 239 | ||