summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorNeena Busireddy <neena.busireddy@freescale.com>2014-08-27 13:49:34 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:55:23 -0200
commit80ed16673a51a021879d0afe80f590165f1351f2 (patch)
tree1d63bd2e484b0d852fd5601aa8de7dcdbdb25a69 /recipes-graphics
parent8690c5b2309a36ba59efeaa2ff8ea3a3fce84ca7 (diff)
downloadmeta-fsl-arm-80ed16673a51a021879d0afe80f590165f1351f2.tar.gz
mesa: Add i.MX6 SoloX support
This includes the changes to enable mesa usage with the mx6sx SoC. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index adcf201..ee8cd5b 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -8,6 +8,7 @@ PACKAGECONFIG_remove_mx6 = "egl gles"
8PROVIDES_remove_mx6 = "virtual/libgles1 virtual/libgles2 virtual/egl" 8PROVIDES_remove_mx6 = "virtual/libgles1 virtual/libgles2 virtual/egl"
9PROVIDES_remove_mx6q = "virtual/libgl" 9PROVIDES_remove_mx6q = "virtual/libgl"
10PROVIDES_remove_mx6dl = "virtual/libgl" 10PROVIDES_remove_mx6dl = "virtual/libgl"
11PROVIDES_remove_mx6sx = "virtual/libgl"
11 12
12USE_VIV_LIBGL = "yes" 13USE_VIV_LIBGL = "yes"
13USE_VIV_LIBGL_mx6sl = "no" 14USE_VIV_LIBGL_mx6sl = "no"