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:11:20 +0100 |
commit | 49bf4b1d260ab55af171a016df7c2b45c7aa7190 (patch) | |
tree | 51445252cda2c68e4e730bea07840beeb92f9d3f /meta | |
parent | ad8c0216dd93e15a4b68519b881808b2f3c0eab0 (diff) | |
download | poky-49bf4b1d260ab55af171a016df7c2b45c7aa7190.tar.gz |
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.
(From OE-Core rev: 727e24f9d7818929a4777338fadbb5a431273fe6)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 = "\ | |||
31 | 31 | ||
32 | EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'" | 32 | EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'" |
33 | 33 | ||
34 | EXTRA_OECONF_append_class-native = " --enable-debug --enable-debug-info" | ||
35 | INHIBIT_SYSROOT_STRIP = "1" | ||
36 | |||
37 | EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror \ | 34 | EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror \ |
38 | " | 35 | " |
39 | export LIBTOOL="${HOST_SYS}-libtool" | 36 | export LIBTOOL="${HOST_SYS}-libtool" |