diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-04-13 16:13:12 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-16 10:32:45 -0300 |
commit | 590ddc1f310b1dfa0469e984a4eae303d38436fa (patch) | |
tree | 511f7ec12283392624531126458887ad49c696b3 | |
parent | b8c48395c32c68343fd6e5b81379edd7a6e9759e (diff) | |
download | meta-freescale-590ddc1f310b1dfa0469e984a4eae303d38436fa.tar.gz |
imx-gpu-viv: Remove OpenVX support for 8M Mini
i.MX 8M Mini doesn't support OpenVX, so remove it from the recipe
in this case.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 5 |
1 files changed, 4 insertions, 1 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 8625bd77..eba103c1 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -35,8 +35,10 @@ EXTRA_PROVIDES_append_imxgpu3d = " \ | |||
35 | " | 35 | " |
36 | EXTRA_PROVIDES_append_mx8 = " \ | 36 | EXTRA_PROVIDES_append_mx8 = " \ |
37 | virtual/libgbm \ | 37 | virtual/libgbm \ |
38 | virtual/libopenvx \ | ||
39 | " | 38 | " |
39 | PROVIDES_OPENVX = "" | ||
40 | PROVIDES_OPENVX_mx8 = "virtual/libopenvx" | ||
41 | PROVIDES_OPENVX_mx8mm = "" | ||
40 | PROVIDES += " \ | 42 | PROVIDES += " \ |
41 | imx-gpu-viv \ | 43 | imx-gpu-viv \ |
42 | libgal-imx \ | 44 | libgal-imx \ |
@@ -45,6 +47,7 @@ PROVIDES += " \ | |||
45 | virtual/libopenvg \ | 47 | virtual/libopenvg \ |
46 | virtual/opencl-headers \ | 48 | virtual/opencl-headers \ |
47 | virtual/opencl-icd \ | 49 | virtual/opencl-icd \ |
50 | ${PROVIDES_OPENVX} \ | ||
48 | ${EXTRA_PROVIDES} \ | 51 | ${EXTRA_PROVIDES} \ |
49 | " | 52 | " |
50 | 53 | ||