diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-05-15 14:34:45 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-05-17 05:42:39 -0700 |
commit | 20c1612e983ae07a274a1deb36d347a98976ccf5 (patch) | |
tree | bcf08127e6e6a1aede013d59316e779abde14b1f /recipes-graphics/imx-gpu-viv | |
parent | 4f86b33d4c0ba0535828b276e509699a70bab3f1 (diff) | |
download | meta-freescale-20c1612e983ae07a274a1deb36d347a98976ccf5.tar.gz |
imx-gpu-viv: Mark OpenCL as not provided for 7 and 8M Mini
OpenCL is not supported for either i.MX 7 or 8M Mini.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/imx-gpu-viv')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index a8534e5d..3f94c38c 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -30,15 +30,12 @@ DEPENDS:append:libc-musl = " gcompat" | |||
30 | PROVIDES += " \ | 30 | PROVIDES += " \ |
31 | imx-gpu-viv \ | 31 | imx-gpu-viv \ |
32 | libgal-imx \ | 32 | libgal-imx \ |
33 | opencl-headers \ | ||
34 | opencl-clhpp \ | ||
35 | opencl-icd-loader \ | ||
36 | virtual/egl \ | 33 | virtual/egl \ |
37 | virtual/libopenvg \ | 34 | virtual/libopenvg \ |
38 | virtual/opencl-icd \ | ||
39 | ${EXTRA_PROVIDES} \ | 35 | ${EXTRA_PROVIDES} \ |
40 | " | 36 | " |
41 | EXTRA_PROVIDES = " \ | 37 | EXTRA_PROVIDES = " \ |
38 | ${PROVIDES_OPENCL} \ | ||
42 | ${PROVIDES_OPENGLES3} \ | 39 | ${PROVIDES_OPENGLES3} \ |
43 | ${PROVIDES_OPENVX} \ | 40 | ${PROVIDES_OPENVX} \ |
44 | " | 41 | " |
@@ -51,6 +48,15 @@ EXTRA_PROVIDES:append:mx8-nxp-bsp = " \ | |||
51 | virtual/libgbm \ | 48 | virtual/libgbm \ |
52 | " | 49 | " |
53 | 50 | ||
51 | PROVIDES_OPENCL = " \ | ||
52 | opencl-headers \ | ||
53 | opencl-clhpp \ | ||
54 | opencl-icd-loader \ | ||
55 | virtual/opencl-icd \ | ||
56 | " | ||
57 | PROVIDES_OPENCL:mx7-nxp-bsp = "" | ||
58 | PROVIDES_OPENCL:mx8mm-nxp-bsp = "" | ||
59 | |||
54 | PROVIDES_OPENGLES3 = "" | 60 | PROVIDES_OPENGLES3 = "" |
55 | PROVIDES_OPENGLES3:mx8-nxp-bsp = "virtual/libgles3" | 61 | PROVIDES_OPENGLES3:mx8-nxp-bsp = "virtual/libgles3" |
56 | PROVIDES_OPENGLES3:mx8mm-nxp-bsp = "" | 62 | PROVIDES_OPENGLES3:mx8mm-nxp-bsp = "" |
@@ -102,6 +108,7 @@ PACKAGES_GBM:mx8-nxp-bsp = "libgbm-imx libgbm-imx-dev" | |||
102 | 108 | ||
103 | PACKAGES_OPENCL = "libopencl-imx libopencl-imx-dev libclc-imx libclc-imx-dev" | 109 | PACKAGES_OPENCL = "libopencl-imx libopencl-imx-dev libclc-imx libclc-imx-dev" |
104 | PACKAGES_OPENCL:mx7-nxp-bsp = "" | 110 | PACKAGES_OPENCL:mx7-nxp-bsp = "" |
111 | PACKAGES_OPENCL:mx8mm-nxp-bsp = "" | ||
105 | 112 | ||
106 | PACKAGES_OPENVX = \ | 113 | PACKAGES_OPENVX = \ |
107 | "${@bb.utils.contains("PROVIDES_OPENVX", "virtual/libopenvx", \ | 114 | "${@bb.utils.contains("PROVIDES_OPENVX", "virtual/libopenvx", \ |