From: Neena Busireddy Date: Wed, 27 Aug 2014 18:49:34 +0000 (-0500) Subject: mesa: Add i.MX6 SoloX support X-Git-Tag: 2.1~787 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2bb4c04ae00d600b0ebb1becea3b9cdc2b5d2b08;p=meta-freescale.git mesa: Add i.MX6 SoloX support This includes the changes to enable mesa usage with the mx6sx SoC. Signed-off-by: Neena Busireddy Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-graphics/mesa/mesa_%.bbappend b/meta-fsl-arm/recipes-graphics/mesa/mesa_%.bbappend index adcf2018..ee8cd5bb 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" PROVIDES_remove_mx6 = "virtual/libgles1 virtual/libgles2 virtual/egl" PROVIDES_remove_mx6q = "virtual/libgl" PROVIDES_remove_mx6dl = "virtual/libgl" +PROVIDES_remove_mx6sx = "virtual/libgl" USE_VIV_LIBGL = "yes" USE_VIV_LIBGL_mx6sl = "no"