]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake.conf: Filter in ld-is-lld to nativesdk recipes
authorKhem Raj <raj.khem@gmail.com>
Tue, 23 Sep 2025 21:06:57 +0000 (14:06 -0700)
committerKhem Raj <raj.khem@gmail.com>
Thu, 2 Oct 2025 16:48:39 +0000 (09:48 -0700)
when DISTRO_FEATURES have ld-is-lld, the intent is to use
it as default not only for target builds but also for SDKs
which is generated. Therefore this feature should be applied
to nativesdk sub-system when it is specified as distro policy

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/conf/bitbake.conf

index eebefc4840621b4ca246faae6e4016e767a535d6..e0f9d59cecda5af9d1aeb2b5e8444ea1aef5cbd9 100644 (file)
@@ -916,7 +916,7 @@ DISTRO_FEATURES_NATIVESDK:mingw32 = "x11 ipv6"
 # Normally target distro features will not be applied to native builds:
 # Native distro features on this list will use the target feature value
 DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opencl opengl wayland"
-DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opencl opengl wayland"
+DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod ld-is-lld opencl opengl wayland"
 
 DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig"
 MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode"