diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-02-05 13:19:32 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 13:19:32 -0300 |
| commit | 72df76fe9dd44d03653548756ca9b0e0e23d1427 (patch) | |
| tree | a39b4ad67012cfba0db4417677aac52839c22df5 | |
| parent | 1ea2cb359b2ab6fb2cb01f97a905e27e6908db79 (diff) | |
| parent | ed203f9d540860901caeb7d48c38c0dd0edb84d7 (diff) | |
| download | meta-freescale-72df76fe9dd44d03653548756ca9b0e0e23d1427.tar.gz | |
Merge pull request #2111 from nxp-upstream/gles3
imx-gpu-viv: Add missing PROVIDES virtual/libgles3
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 5 |
1 files changed, 1 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 26720fb0d..d96f75bf6 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
| @@ -31,12 +31,12 @@ PROVIDES += " \ | |||
| 31 | " | 31 | " |
| 32 | EXTRA_PROVIDES = " \ | 32 | EXTRA_PROVIDES = " \ |
| 33 | ${PROVIDES_OPENCL} \ | 33 | ${PROVIDES_OPENCL} \ |
| 34 | ${PROVIDES_OPENGLES3} \ | ||
| 35 | ${PROVIDES_OPENVX} \ | 34 | ${PROVIDES_OPENVX} \ |
| 36 | " | 35 | " |
| 37 | EXTRA_PROVIDES:append:imxgpu3d = " \ | 36 | EXTRA_PROVIDES:append:imxgpu3d = " \ |
| 38 | virtual/libgles1 \ | 37 | virtual/libgles1 \ |
| 39 | virtual/libgles2 \ | 38 | virtual/libgles2 \ |
| 39 | virtual/libgles3 \ | ||
| 40 | " | 40 | " |
| 41 | EXTRA_PROVIDES:append:mx8-nxp-bsp = " \ | 41 | EXTRA_PROVIDES:append:mx8-nxp-bsp = " \ |
| 42 | virtual/libgbm \ | 42 | virtual/libgbm \ |
| @@ -51,9 +51,6 @@ PROVIDES_OPENCL = " \ | |||
| 51 | PROVIDES_OPENCL:mx7-nxp-bsp = "" | 51 | PROVIDES_OPENCL:mx7-nxp-bsp = "" |
| 52 | PROVIDES_OPENCL:mx8mm-nxp-bsp = "" | 52 | PROVIDES_OPENCL:mx8mm-nxp-bsp = "" |
| 53 | 53 | ||
| 54 | PROVIDES_OPENGLES3 = "" | ||
| 55 | PROVIDES_OPENGLES3:mx8-nxp-bsp = "virtual/libgles3" | ||
| 56 | |||
| 57 | # Note: OpenVX is fully supported on i.MX 8 QuadMax and 8 QuadPlus. | 54 | # Note: OpenVX is fully supported on i.MX 8 QuadMax and 8 QuadPlus. |
| 58 | # However, only limited support is provided on other i.MX 8 machines | 55 | # However, only limited support is provided on other i.MX 8 machines |
| 59 | # as needed for i.MX machine learning packages. | 56 | # as needed for i.MX machine learning packages. |
