diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-10-10 15:52:56 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:15:35 +0000 |
| commit | f59cd4fb8d3b40d0c5be38e1b6941d512fb02245 (patch) | |
| tree | 7e663798e1c9fea7c0bbc1d4a758aa7df5d820ab /meta/conf/distro | |
| parent | d8974e3ae4c1c02c8dd6b291cda6c878380c1065 (diff) | |
| download | poky-f59cd4fb8d3b40d0c5be38e1b6941d512fb02245.tar.gz | |
debug_build.inc: override INHIBIT_SYSROOT_STRIP for cross and native
The debug_build.inc is used to collect debug build configuration,
override INHIBIT_SYSROOT_STRIP for cross and native bbclass when DEBUG_BUILD
is enabled
(From OE-Core rev: 5fcf648d625076ed8bc1aac97e8866d1a0782183)
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/conf/distro')
| -rw-r--r-- | meta/conf/distro/include/debug_build.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/distro/include/debug_build.inc b/meta/conf/distro/include/debug_build.inc index c006093345..1062326417 100644 --- a/meta/conf/distro/include/debug_build.inc +++ b/meta/conf/distro/include/debug_build.inc | |||
| @@ -40,3 +40,7 @@ EXTRA_OECONF:append:pn-nativesdk-debugedit = " --disable-inlined-xxhash" | |||
| 40 | lcl_maybe_fortify:pn-vim = "" | 40 | lcl_maybe_fortify:pn-vim = "" |
| 41 | 41 | ||
| 42 | CXXFLAGS:append:pn-vulkan-validation-layers = " -DXXH_NO_INLINE_HINTS=1" | 42 | CXXFLAGS:append:pn-vulkan-validation-layers = " -DXXH_NO_INLINE_HINTS=1" |
| 43 | |||
| 44 | # No strip sysroot for cross and native | ||
| 45 | INHIBIT_SYSROOT_STRIP:class-cross ?= "1" | ||
| 46 | INHIBIT_SYSROOT_STRIP:class-native ?= "1" | ||
