summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-viv
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-05-15 14:34:45 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-05-17 05:42:39 -0700
commit20c1612e983ae07a274a1deb36d347a98976ccf5 (patch)
treebcf08127e6e6a1aede013d59316e779abde14b1f /recipes-graphics/imx-gpu-viv
parent4f86b33d4c0ba0535828b276e509699a70bab3f1 (diff)
downloadmeta-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.inc15
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"
30PROVIDES += " \ 30PROVIDES += " \
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"
41EXTRA_PROVIDES = " \ 37EXTRA_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
51PROVIDES_OPENCL = " \
52 opencl-headers \
53 opencl-clhpp \
54 opencl-icd-loader \
55 virtual/opencl-icd \
56"
57PROVIDES_OPENCL:mx7-nxp-bsp = ""
58PROVIDES_OPENCL:mx8mm-nxp-bsp = ""
59
54PROVIDES_OPENGLES3 = "" 60PROVIDES_OPENGLES3 = ""
55PROVIDES_OPENGLES3:mx8-nxp-bsp = "virtual/libgles3" 61PROVIDES_OPENGLES3:mx8-nxp-bsp = "virtual/libgles3"
56PROVIDES_OPENGLES3:mx8mm-nxp-bsp = "" 62PROVIDES_OPENGLES3:mx8mm-nxp-bsp = ""
@@ -102,6 +108,7 @@ PACKAGES_GBM:mx8-nxp-bsp = "libgbm-imx libgbm-imx-dev"
102 108
103PACKAGES_OPENCL = "libopencl-imx libopencl-imx-dev libclc-imx libclc-imx-dev" 109PACKAGES_OPENCL = "libopencl-imx libopencl-imx-dev libclc-imx libclc-imx-dev"
104PACKAGES_OPENCL:mx7-nxp-bsp = "" 110PACKAGES_OPENCL:mx7-nxp-bsp = ""
111PACKAGES_OPENCL:mx8mm-nxp-bsp = ""
105 112
106PACKAGES_OPENVX = \ 113PACKAGES_OPENVX = \
107 "${@bb.utils.contains("PROVIDES_OPENVX", "virtual/libopenvx", \ 114 "${@bb.utils.contains("PROVIDES_OPENVX", "virtual/libopenvx", \