From: Ross Burton Date: Tue, 16 May 2023 13:57:02 +0000 (+0100) Subject: qemu: add PACKAGECONFIG for debuginfo support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~930 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9afb0fbfbf2cde3b1c3f0995f883fe6887e9f103;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 394fa2acabf..a87dee5c996 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" PACKAGECONFIG[slirp] = "--enable-slirp,--disable-slirp,libslirp" PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack," +PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils" INSANE_SKIP:${PN} = "arch"