summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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", \