Adapt to a recent change [1] in the default DISTRO_FEATURES. Remove ptest, and clean up the features we were already turning on in relation to the new ones that were turned on.
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 17c6fed8..60d3d0d4 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -43,16 +43,17 @@ TMPDIR .= "${TCMODEAPPEND}" DISTRO_FEATURES = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC}" # Add additional distro features -DISTRO_FEATURES:append = " pam wayland opengl" +DISTRO_FEATURES:append = " pam opencl" DISTRO_FEATURES:remove = "x11" -DISTRO_FEATURES:append = " opencl" -DISTRO_FEATURES:append = " vulkan" # 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:append = " opencl" DISTRO_FEATURES_FILTER_NATIVESDK:append = " opencl" +# Do not include these default DISTRO_FEATURES from oe-core +DISTRO_FEATURES_BACKFILL_CONSIDERED = "ptest" + # Set global runtime providers for major components ARAGO_SYSVINIT ??= "0" INIT_MANAGER ?= "${@['systemd','sysvinit'][int(d.getVar('ARAGO_SYSVINIT'))]}" -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17160): https://lists.yoctoproject.org/g/meta-arago/message/17160 Mute This Topic: https://lists.yoctoproject.org/mt/118022615/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
