summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-06-24 11:52:49 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-06-24 14:44:30 -0300
commit420b4510f876f6e4156fba74e4fe80f61675fa99 (patch)
treefcc48afd1e16a408316a9c0b983e53723e8744fe /recipes-graphics
parentfc6bcc2a4c09c5e638bf364804a3c0f7cb66a648 (diff)
downloadmeta-freescale-420b4510f876f6e4156fba74e4fe80f61675fa99.tar.gz
piglit: Limit OpenCL tests to supported i.MX 8 machines
Enabling OpenCL globally adds a dependency on virtual/libopencl1 for machines without a provider. Enable it only for i.MX 8 NXP BSP machines using the Vivante GPU stack. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/piglit/piglit_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/piglit/piglit_%.bbappend b/recipes-graphics/piglit/piglit_%.bbappend
index 3caf8aa15..0a4a3a4a4 100644
--- a/recipes-graphics/piglit/piglit_%.bbappend
+++ b/recipes-graphics/piglit/piglit_%.bbappend
@@ -8,8 +8,8 @@ PACKAGECONFIG:remove = " ${PACKAGECONFIG_REMOVE}"
8 8
9PACKAGECONFIG_APPEND ?= " \ 9PACKAGECONFIG_APPEND ?= " \
10 gbm \ 10 gbm \
11 opencl \
12 ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" 11 ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}"
12PACKAGECONFIG_APPEND:append:imxviv:mx8-nxp-bsp = " opencl"
13PACKAGECONFIG_APPEND:imxgpu:mx6-nxp-bsp = "" 13PACKAGECONFIG_APPEND:imxgpu:mx6-nxp-bsp = ""
14PACKAGECONFIG_APPEND:imxgpu:mx7-nxp-bsp = "" 14PACKAGECONFIG_APPEND:imxgpu:mx7-nxp-bsp = ""
15 15