summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-07-17 14:44:45 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-07-21 10:59:32 -0300
commitd900d935e1f45a79c7116c4fd290baaa447a870d (patch)
treed4d6369107ffa8979cec32d24c92c67a460199f7 /recipes-graphics
parent4b9a587d6d781e5922ac7b747d8a9adf708994d9 (diff)
downloadmeta-fsl-arm-d900d935e1f45a79c7116c4fd290baaa447a870d.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index 51af104..06aaed8 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -1,7 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3SRC_URI += "file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch \ 3SRC_URI_append_mx6 = " \
4 file://0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch" 4 file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch \
5 file://0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch"
5 6
6PACKAGECONFIG_mx6 = "fbdev egl cairo-glesv2" 7PACKAGECONFIG_mx6 = "fbdev egl cairo-glesv2"
7 8