summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-06-27 17:17:28 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-29 14:17:02 -0300
commit78af77d37275994be154b730ebeb46e86ecab902 (patch)
tree8f025a8a763bcc3e07ed0745fea78ea6ed1f3853 /recipes-graphics/mesa
parent92d5d69262eac2f397769c3f351001c92f675b1f (diff)
downloadmeta-freescale-78af77d37275994be154b730ebeb46e86ecab902.tar.gz
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 <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend7
1 files 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 @@
1PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl" 1PROVIDES_remove_imxgpu = "virtual/egl"
2PROVIDES_remove_imxgpu3d = "virtual/libgl" 2PROVIDES_remove_imxgpu3d = "virtual/libgl virtual/libgles1 virtual/libgles2"
3 3
4PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" 4PACKAGECONFIG_remove_imxgpu = "egl gbm"
5PACKAGECONFIG_remove_imxgpu3d = "gles"
5 6
6# FIXME: mesa should support 'x11-no-tls' option 7# FIXME: mesa should support 'x11-no-tls' option
7python () { 8python () {