diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-10-01 16:44:07 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-07 00:06:51 +0100 |
commit | 727e24f9d7818929a4777338fadbb5a431273fe6 (patch) | |
tree | 8a7270a3b8de3ae19b4cf6cd908c27be7a24aad2 /meta/recipes-devtools | |
parent | 6bf364687c2d524f836a7b1d0f60f7b018dce839 (diff) | |
download | openembedded-core-727e24f9d7818929a4777338fadbb5a431273fe6.tar.gz openembedded-core-727e24f9d7818929a4777338fadbb5a431273fe6.tar.bz2 openembedded-core-727e24f9d7818929a4777338fadbb5a431273fe6.zip |
Revert "qemu-native: Enable temporary debug info as default."
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index bbfdf782f1..abbace8704 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -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" |