From: Khem Raj Date: Tue, 23 Sep 2025 21:06:57 +0000 (-0700) Subject: bitbake.conf: Filter in ld-is-lld to nativesdk recipes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc696260c5fabd65f2909288abff152467757cf2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: Filter in ld-is-lld to nativesdk recipes 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 --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index eebefc4840..e0f9d59cec 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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"