summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2025-10-10 15:52:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-07 13:15:35 +0000
commitd8974e3ae4c1c02c8dd6b291cda6c878380c1065 (patch)
tree238612f5ac04aaa02753452ea6a832098c6d7c34 /meta/recipes-kernel/lttng
parent1689392ea5b75f57c0789169b86d1745fe7769b5 (diff)
downloadpoky-d8974e3ae4c1c02c8dd6b291cda6c878380c1065.tar.gz
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> (From OE-Core rev: 05c0f9caab3e76f2dfdaebba2fbd6c036f9737c5) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb
index 1a15c5b420..0d4c67f0fa 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb
@@ -16,7 +16,6 @@ inherit autotools lib_package manpages python3native pkgconfig
16include lttng-platforms.inc 16include lttng-platforms.inc
17 17
18EXTRA_OECONF = "--disable-numa" 18EXTRA_OECONF = "--disable-numa"
19CPPFLAGS:append:arm = "${@oe.utils.vartrue('DEBUG_BUILD', '-DUATOMIC_NO_LINK_ERROR', '', d)}"
20 19
21DEPENDS = "liburcu util-linux" 20DEPENDS = "liburcu util-linux"
22RDEPENDS:${PN}-bin = "python3-core" 21RDEPENDS:${PN}-bin = "python3-core"