[meta-freescale] [PATCH 03/26] mesa: Update to use new imxgpu override

Otavio Salvador otavio at ossystems.com.br
Thu Jun 28 10:45:32 PDT 2018


From: Tom Hochstein <tom.hochstein at nxp.com>

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 at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

Changes in v4:
- New patch

Changes in v3: None
Changes in v2: None

 recipes-graphics/mesa/mesa_%.bbappend | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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 () {
-- 
2.18.0



More information about the meta-freescale mailing list