From 2bb4c04ae00d600b0ebb1becea3b9cdc2b5d2b08 Mon Sep 17 00:00:00 2001 From: Neena Busireddy Date: Wed, 27 Aug 2014 13:49:34 -0500 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-graphics/mesa/mesa_%.bbappend | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.1