diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-06-24 11:52:49 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-06-24 14:44:30 -0300 |
| commit | 420b4510f876f6e4156fba74e4fe80f61675fa99 (patch) | |
| tree | fcc48afd1e16a408316a9c0b983e53723e8744fe /recipes-graphics | |
| parent | fc6bcc2a4c09c5e638bf364804a3c0f7cb66a648 (diff) | |
| download | meta-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_%.bbappend | 2 |
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 | ||
| 9 | PACKAGECONFIG_APPEND ?= " \ | 9 | PACKAGECONFIG_APPEND ?= " \ |
| 10 | gbm \ | 10 | gbm \ |
| 11 | opencl \ | ||
| 12 | ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" | 11 | ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)}" |
| 12 | PACKAGECONFIG_APPEND:append:imxviv:mx8-nxp-bsp = " opencl" | ||
| 13 | PACKAGECONFIG_APPEND:imxgpu:mx6-nxp-bsp = "" | 13 | PACKAGECONFIG_APPEND:imxgpu:mx6-nxp-bsp = "" |
| 14 | PACKAGECONFIG_APPEND:imxgpu:mx7-nxp-bsp = "" | 14 | PACKAGECONFIG_APPEND:imxgpu:mx7-nxp-bsp = "" |
| 15 | 15 | ||
