[meta-arago][master][PATCH] arago.conf: Change to DISTRO_FEATURES_OPTED_OUT

Ryan Eatmon <[email protected]> Tue, 7 Apr 2026 15:48:23 -0500
Newsgroups org.yoctoproject.lists.meta-arago
Message-ID <[email protected]>
Make the required change from DISTRO_FEATURES_BACKFILL_CONSIDERED
to DISTRO_FEATURES_OPTED_OUT according to [1] in oe-core.

[1] https://git.openembedded.org/openembedded-core/commit/?id=159148f4de2595556fef6e8678578df83383857b

Signed-off-by: Ryan Eatmon <[email protected]>
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 meta-arago-distro/conf/distro/arago.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 9787abfe..42019272 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -52,7 +52,7 @@ DISTRO_FEATURES_FILTER_NATIVE:append = " opencl"
 DISTRO_FEATURES_FILTER_NATIVESDK:append = " opencl"
 
 # Do not include these default DISTRO_FEATURES from oe-core
-DISTRO_FEATURES_BACKFILL_CONSIDERED = "ptest"
+DISTRO_FEATURES_OPTED_OUT = "ptest"
 
 # Set global runtime providers for major components
 ARAGO_SYSVINIT ??= "0"
-- 
2.43.0