]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Update to use new imxgpu override
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 27 Jun 2018 22:17:28 +0000 (17:17 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 29 Jun 2018 17:19:24 +0000 (14:19 -0300)
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 <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 78af77d37275994be154b730ebeb46e86ecab902)

recipes-graphics/mesa/mesa_%.bbappend

index 48dfa33138dbf641100d5d17cf63eef0c5239ea4..67e8f5ae6692989dc258cc982ad9ba8984bab1ab 100644 (file)
@@ -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 () {