mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 20:59:19 +00: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] 73a876e4ff04ebbbcd3bde62efe02146ab601e25 (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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user