[oe-commits] =?UTF-8?Q?An=C3=ADbal=20Lim=C3=B3n=20?=: qemu-native: Enable temporary debug info as default.

git at git.openembedded.org git at git.openembedded.org
Sun Aug 30 11:49:31 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 61b1e0e0b8dfde68b709446c2f406a797881d051
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=61b1e0e0b8dfde68b709446c2f406a797881d051

Author: Aníbal Limón <anibal.limon at linux.intel.com>
Date:   Fri Aug 28 15:12:32 2015 -0500

qemu-native: Enable temporary debug info as default.

We recently enable backtrace print rev[1] for address
qemu_cpu_kick_thread() issue but without debug information
isn't useful.

[YOCTO #8143]

[1] 73a876e4ff04ebbbcd3bde62efe02146ab601e25

Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/qemu/qemu.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 8c1e779..d7457f2 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -30,6 +30,9 @@ SRC_URI_append_class-native = "\
 
 EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror  --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'"
 
+EXTRA_OECONF_append_class-native = " --enable-debug --enable-debug-info"
+INHIBIT_SYSROOT_STRIP = "1"
+
 EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror \
 				"
 export LIBTOOL="${HOST_SYS}-libtool"



More information about the Openembedded-commits mailing list