From fcdb92a49624bb832a52572be21945fcadd169af Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 17 Jul 2014 14:44:45 -0300 Subject: [PATCH] weston: Don't apply i.MX6-specific patches unconditionally The patches for Vivante GPU support are i.MX6-specific and shouldn't be applied for other SoCs and architectures. This patch changes it to be i.MX6-specific. Fixes [YOCTO: #6545] Signed-off-by: Otavio Salvador --- meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend index 51af104b..06aaed82 100644 --- a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend @@ -1,7 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI += "file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch \ - file://0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch" +SRC_URI_append_mx6 = " \ + file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch \ + file://0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch" PACKAGECONFIG_mx6 = "fbdev egl cairo-glesv2" -- 2.40.1