diff mbox series

[meta-arago,scarthgap/master,v2,5/7] arago.conf: Remove OpenMP as a DISTRO_FEATURE

Message ID 20250121175231.27183-5-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap/master,v2,1/7] arago.conf: Remove old and unused config flags | expand

Commit Message

Andrew Davis Jan. 21, 2025, 5:52 p.m. UTC
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 <afd@ti.com>
---

Changes for v2:
 - New patch

 meta-arago-distro/conf/distro/arago.conf | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

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"