mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
qemu: force build type to production
qemu will not build for -Og optimization because macros in lockable.h expect dead-code elimination. Override DEBUG_BUILD. (From OE-Core rev: dce2315ea2e0f14854fa43994eede04848cd624c) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ad404b2e51223625bd95f9a7da4c7a690c37bdfb) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6d7fc2624f
commit
ff6ba7215a
@@ -10,6 +10,11 @@ DEPENDS = "glib-2.0 zlib pixman bison-native"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "bash"
|
||||
|
||||
# Does not compile for -Og because that level does not clean up dead-code.
|
||||
# See lockable.h.
|
||||
#
|
||||
DEBUG_BUILD = "0"
|
||||
|
||||
EXTRA_OECONF_append_class-target = " --target-list=${@get_qemu_target_list(d)}"
|
||||
EXTRA_OECONF_append_class-target_mipsarcho32 = "${@bb.utils.contains('BBEXTENDCURR', 'multilib', ' --disable-capstone', '', d)}"
|
||||
EXTRA_OECONF_append_class-nativesdk = " --target-list=${@get_qemu_target_list(d)}"
|
||||
|
||||
Reference in New Issue
Block a user