From: Tom Hochstein Date: Wed, 27 Jun 2018 22:17:28 +0000 (-0500) Subject: mesa: Update to use new imxgpu override X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e3da89f212ce9c7ca9cce55610d0674adebbac28;p=meta-freescale.git mesa: Update to use new imxgpu override This makes use of new imxgpu override as future i.MX8M addition requires it as i.MX8M has 3D GPU but no 2D. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador (cherry picked from commit 78af77d37275994be154b730ebeb46e86ecab902) --- diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 48dfa331..67e8f5ae 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,7 +1,8 @@ -PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl" -PROVIDES_remove_imxgpu3d = "virtual/libgl" +PROVIDES_remove_imxgpu = "virtual/egl" +PROVIDES_remove_imxgpu3d = "virtual/libgl virtual/libgles1 virtual/libgles2" -PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" +PACKAGECONFIG_remove_imxgpu = "egl gbm" +PACKAGECONFIG_remove_imxgpu3d = "gles" # FIXME: mesa should support 'x11-no-tls' option python () {