]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "qemu-native: Enable temporary debug info as default."
authorAníbal Limón <anibal.limon@linux.intel.com>
Thu, 1 Oct 2015 21:44:07 +0000 (16:44 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Oct 2015 23:06:51 +0000 (00:06 +0100)
We enabled qemu-native debug builds for debug [YOCTO #8143] now
is fixed and we don't need it for release.

This reverts commit 1fa9a0cc6e4c80a5a2bf40331390ae9da71686c2.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/qemu/qemu.inc

index bbfdf782f180ae3d24a649d3aadf7461afc86f0a..abbace8704ffdd75085cb44f77f2de4d11e496d4 100644 (file)
@@ -31,9 +31,6 @@ 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"