mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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] 73a876e4ff
(From OE-Core rev: 61b1e0e0b8dfde68b709446c2f406a797881d051)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
995b6d68df
commit
1fa9a0cc6e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user