]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
debug_build.inc: collect debug build tuning configuration
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 10 Oct 2025 07:52:55 +0000 (15:52 +0800)
committerMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Mon, 20 Oct 2025 16:25:28 +0000 (18:25 +0200)
commitfde9cf3db0f856bd929645724ceab3a25e345e63
tree1df7bf7c43f088139a362360f7155429b3ee4db3
parentd3c3edfe721643ad0ee8c88f462bc36b2f4b3dd8
debug_build.inc: collect debug build tuning configuration

The modern compilers and code seem to require extra steps to avoid DEBUG errors,
Move debug tuning configuration from recipes to an include file to address these
errors.

Drop `:remove' operation on variable, override variables directly

Suggested-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
13 files changed:
meta/conf/distro/include/debug_build.inc
meta/recipes-connectivity/kea/kea_3.0.1.bb
meta/recipes-devtools/debugedit/debugedit_5.2.bb
meta/recipes-devtools/gcc/gcc-sanitizers.inc
meta/recipes-devtools/python/python3-lxml_6.0.2.bb
meta/recipes-extended/bash/bash_5.3.bb
meta/recipes-extended/mdadm/mdadm_4.4.bb
meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.2.bb
meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.328.1.bb
meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb
meta/recipes-kernel/perf/perf.bb
meta/recipes-sato/webkit/webkitgtk_2.48.5.bb
meta/recipes-support/vim/vim_9.1.bb