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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17454): https://lists.yoctoproject.org/g/meta-arago/message/17454 Mute This Topic: https://lists.yoctoproject.org/mt/118715388/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
