]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
nativesdk/crosssdk: Fix DISTRO_FEATURES_BACKFILL handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Feb 2026 08:16:45 +0000 (08:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Feb 2026 18:02:43 +0000 (18:02 +0000)
commit61aaa2c59742edacd363b02185f2a4e002c9fc4f
tree5f2443dd7dff5e04e1ebe70a4ec5212af5ce0e36
parent74ba238ff1ba1e9b612aece1989b828f3a8f8770
nativesdk/crosssdk: Fix DISTRO_FEATURES_BACKFILL handling

Similar to native, backfilling of items from DISTRO_FEATURES when
combined with DISTRO_FEATURES_FILTER_NATIVESDK was not functioning
correctly.

Ensure the backfill is applied before filtering, then clear the value to
prevent further backfill. This makes the nativesdk and crosssdk cases
match the native code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/crosssdk.bbclass
meta/classes-recipe/nativesdk.bbclass