summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-16 14:57:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:48 +0100
commit4c0c0201c0a89b816c46c0cff12771cdacb8d5ee (patch)
treea1fc10ce72509fea8de953542846fc6a6eadf5f4 /meta/recipes-devtools/qemu
parentc9708664c8845379f7f37d7155a057cf97524186 (diff)
downloadpoky-4c0c0201c0a89b816c46c0cff12771cdacb8d5ee.tar.gz
qemu: add PACKAGECONFIG for debuginfo support
qemu was auto-detecting the presence of libdw from elfutils, which causes problems with a sstate object for qemu-native built with libdw is ran on a machine without libdw. We have no need for the debuginfo support to be enabled, so disable this by default. (From OE-Core rev: 9afb0fbfbf2cde3b1c3f0995f883fe6887e9f103) Signed-off-by: Ross Burton <ross.burton@arm.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 394fa2acab..a87dee5c99 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -224,6 +224,7 @@ PACKAGECONFIG[vde] = "--enable-vde,--disable-vde"
224PACKAGECONFIG[slirp] = "--enable-slirp,--disable-slirp,libslirp" 224PACKAGECONFIG[slirp] = "--enable-slirp,--disable-slirp,libslirp"
225PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" 225PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi"
226PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack," 226PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack,"
227PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils"
227 228
228INSANE_SKIP:${PN} = "arch" 229INSANE_SKIP:${PN} = "arch"
229 230