diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-05-16 14:57:02 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:48 +0100 |
| commit | 4c0c0201c0a89b816c46c0cff12771cdacb8d5ee (patch) | |
| tree | a1fc10ce72509fea8de953542846fc6a6eadf5f4 | |
| parent | c9708664c8845379f7f37d7155a057cf97524186 (diff) | |
| download | poky-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>
| -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 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" | |||
| 224 | PACKAGECONFIG[slirp] = "--enable-slirp,--disable-slirp,libslirp" | 224 | PACKAGECONFIG[slirp] = "--enable-slirp,--disable-slirp,libslirp" |
| 225 | PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" | 225 | PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" |
| 226 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack," | 226 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack," |
| 227 | PACKAGECONFIG[debuginfo] = "--enable-libdw,--disable-libdw,elfutils" | ||
| 227 | 228 | ||
| 228 | INSANE_SKIP:${PN} = "arch" | 229 | INSANE_SKIP:${PN} = "arch" |
| 229 | 230 | ||
