From f64afad39a042fcedf8c1a342c344c2abe6b63e7 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 5 Feb 2025 07:50:21 -0800 Subject: imx-gpu-viv: Add missing PROVIDES virtual/libgles3 The recipe is missing PROVIDES virtual/libgles3 for i.MX 6 and 7 GPU. Signed-off-by: Tom Hochstein (cherry picked from commit ed203f9d540860901caeb7d48c38c0dd0edb84d7) --- recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 5 +---- 1 file changed, 1 insertion(+), 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 c0eeb3a9..df2a999c 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 += " \ " EXTRA_PROVIDES = " \ ${PROVIDES_OPENCL} \ - ${PROVIDES_OPENGLES3} \ ${PROVIDES_OPENVX} \ " EXTRA_PROVIDES:append:imxgpu3d = " \ virtual/libgles1 \ virtual/libgles2 \ + virtual/libgles3 \ " EXTRA_PROVIDES:append:mx8-nxp-bsp = " \ virtual/libgbm \ @@ -51,9 +51,6 @@ PROVIDES_OPENCL = " \ PROVIDES_OPENCL:mx7-nxp-bsp = "" PROVIDES_OPENCL:mx8mm-nxp-bsp = "" -PROVIDES_OPENGLES3 = "" -PROVIDES_OPENGLES3:mx8-nxp-bsp = "virtual/libgles3" - # Note: OpenVX is fully supported on i.MX 8 QuadMax and 8 QuadPlus. # However, only limited support is provided on other i.MX 8 machines # as needed for i.MX machine learning packages. -- cgit v1.2.3-54-g00ecf