diff mbox series

[yocto-autobuilder-helper] config.json: meta-oe-mirror: add "opencl" to DISTRO_FEATURES

Message ID 20250926211029.637232-1-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder-helper] config.json: meta-oe-mirror: add "opencl" to DISTRO_FEATURES | expand

Commit Message

Yoann Congal Sept. 26, 2025, 9:10 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

Some meta-oe recipe are behind an "opencl" feature_check. Activate it
for the test to cover these recipes.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 90cb791..588a2f6 100644
--- a/config.json
+++ b/config.json
@@ -1696,7 +1696,7 @@ 
             ],
             "extravars" : [
                 "LICENSE_FLAGS_ACCEPTED = 'commercial'",
-                "DISTRO_FEATURES:append = ' pam systemd usrmerge'",
+                "DISTRO_FEATURES:append = ' pam systemd usrmerge opencl'",
                 "FORTRAN:forcevariable = ',fortran'",
                 "RUNTIMETARGET:append:pn-gcc-runtime = ' libquadmath'"
             ],