summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/recipes-graphics/mesa
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
commit2bb4c04ae00d600b0ebb1becea3b9cdc2b5d2b08 (patch)
tree2b20ed087b376210e34738f680c465a786ca4ea8 /meta-fsl-arm/recipes-graphics/mesa
parenta62c7f4cb0b8a9846a19f9d5abb2c9d85d014cc1 (diff)
downloadmeta-freescale-2bb4c04ae00d600b0ebb1becea3b9cdc2b5d2b08.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 'meta-fsl-arm/recipes-graphics/mesa')
-rw-r--r--meta-fsl-arm/recipes-graphics/mesa/mesa_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-graphics/mesa/mesa_%.bbappend b/meta-fsl-arm/recipes-graphics/mesa/mesa_%.bbappend
index adcf20184..ee8cd5bb7 100644
--- a/meta-fsl-arm/recipes-graphics/mesa/mesa_%.bbappend
+++ b/meta-fsl-arm/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"