[meta-freescale] [meta-fsl-arm][PATCH 06/12] weston: Add i.MX6 SoloX support

Neena Busireddy neena.busireddy at freescale.com
Wed Aug 27 12:33:34 PDT 2014


This includes the changes to enable weston usage
with the i.MX6 SoloX SoC.

Signed-off-by: Neena Busireddy <neena.busireddy at freescale.com>
---
 recipes-graphics/wayland/weston_%.bbappend |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index d6d1945..957ec9d 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -10,6 +10,7 @@ SRC_URI_append_mx6 = " file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch
 PACKAGECONFIG_mx6 = "fbdev"
 PACKAGECONFIG_append_mx6q = " egl cairo-glesv2"
 PACKAGECONFIG_append_mx6dl = " egl cairo-glesv2"
+PACKAGECONFIG_append_mx6sx = " egl cairo-glesv2"
 
 EXTRA_OECONF_append_mx6 = " \
     --disable-libunwind \
@@ -31,6 +32,10 @@ EXTRA_OEMAKE_append_mx6dl = " \
     COMPOSITOR_LIBS="-lGLESv2 -lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \
     FB_COMPOSITOR_LIBS="-lGLESv2 -lEGL -lwayland-server -lxkbcommon" \
 "
+EXTRA_OEMAKE_append_mx6sx = " \
+    COMPOSITOR_LIBS="-lGLESv2 -lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \
+    FB_COMPOSITOR_LIBS="-lGLESv2 -lEGL -lwayland-server -lxkbcommon" \
+"
 EXTRA_OEMAKE_append_mx6sl = " \
     COMPOSITOR_LIBS="-lEGL -lGAL -lwayland-server -lxkbcommon -lpixman-1" \
     FB_COMPOSITOR_LIBS="-lEGL -lwayland-server -lxkbcommon" \
-- 
1.7.9.5



More information about the meta-freescale mailing list