The "openmp" DISTRO_FEATURE is now unused after DSP accelerated OpenCL and OpenMP recipes were dropped. Remove this as a DISTRO_FEATURE.
Signed-off-by: Andrew Davis <[email protected]> --- Changes for v2: - New patch meta-arago-distro/conf/distro/arago.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index baa526a9..9f51ac26 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -50,12 +50,11 @@ DISTRO_FEATURES:append = " pam wayland opengl" DISTRO_FEATURES:remove = "x11" #DISTRO_FEATURES:append = " opencl" DISTRO_FEATURES:append = " vulkan" -DISTRO_FEATURES:append = " openmp" # 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 openmp" -DISTRO_FEATURES_FILTER_NATIVESDK:append = " opencl openmp" +DISTRO_FEATURES_FILTER_NATIVE:append = " opencl" +DISTRO_FEATURES_FILTER_NATIVESDK:append = " opencl" # Set global runtime providers for major components ARAGO_SYSVINIT ??= "0" -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15725): https://lists.yoctoproject.org/g/meta-arago/message/15725 Mute This Topic: https://lists.yoctoproject.org/mt/110737875/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
