diff options
author | Neena Busireddy <neena.busireddy@freescale.com> | 2014-08-27 13:49:34 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-10 18:55:23 -0200 |
commit | 2bb4c04ae00d600b0ebb1becea3b9cdc2b5d2b08 (patch) | |
tree | 2b20ed087b376210e34738f680c465a786ca4ea8 /meta-fsl-arm/recipes-graphics/mesa | |
parent | a62c7f4cb0b8a9846a19f9d5abb2c9d85d014cc1 (diff) | |
download | meta-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_%.bbappend | 1 |
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" | |||
8 | PROVIDES_remove_mx6 = "virtual/libgles1 virtual/libgles2 virtual/egl" | 8 | PROVIDES_remove_mx6 = "virtual/libgles1 virtual/libgles2 virtual/egl" |
9 | PROVIDES_remove_mx6q = "virtual/libgl" | 9 | PROVIDES_remove_mx6q = "virtual/libgl" |
10 | PROVIDES_remove_mx6dl = "virtual/libgl" | 10 | PROVIDES_remove_mx6dl = "virtual/libgl" |
11 | PROVIDES_remove_mx6sx = "virtual/libgl" | ||
11 | 12 | ||
12 | USE_VIV_LIBGL = "yes" | 13 | USE_VIV_LIBGL = "yes" |
13 | USE_VIV_LIBGL_mx6sl = "no" | 14 | USE_VIV_LIBGL_mx6sl = "no" |