From: Otavio Salvador Date: Thu, 17 Jul 2014 17:44:45 +0000 (-0300) Subject: weston: Don't apply i.MX6-specific patches unconditionally X-Git-Tag: 2.1~898 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fcdb92a49624bb832a52572be21945fcadd169af;p=meta-freescale.git 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 --- 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"