diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-08 09:12:13 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-13 10:07:30 -0300 |
commit | 4b5683cf7b387b6ca99c9291bce79d0ca4676aa5 (patch) | |
tree | 281e201236dc196f44a0968e27245e7de4a5d7a5 | |
parent | bfdb045548e7bf00908440a6919d195bdae331d0 (diff) | |
download | meta-freescale-4b5683cf7b387b6ca99c9291bce79d0ca4676aa5.tar.gz |
weston: Add patch only for i.MX with Vivante GPU
New SoC i.MX 6 UltraLite does not have a GPU so only
apply patch for i.MX 6 with a Vivante GPU.
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend index a7496daa..a254f07f 100644 --- a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend | |||
@@ -1,6 +1,11 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI_append_mx6 = " file://0001-MGS-840-Add-i.MX6-support-for-weston.patch" | 3 | # only install patch for mx6 with a GPU |
4 | GPU_PATCH = "file://0001-MGS-840-Add-i.MX6-support-for-weston.patch" | ||
5 | SRC_URI_append_mx6q = " ${GPU_PATCH}" | ||
6 | SRC_URI_append_mx6dl = " ${GPU_PATCH}" | ||
7 | SRC_URI_append_mx6sx = " ${GPU_PATCH}" | ||
8 | SRC_URI_append_mx6sl = " ${GPU_PATCH}" | ||
4 | 9 | ||
5 | PACKAGECONFIG_append_mx6q = " cairo-glesv2" | 10 | PACKAGECONFIG_append_mx6q = " cairo-glesv2" |
6 | PACKAGECONFIG_append_mx6dl = " cairo-glesv2" | 11 | PACKAGECONFIG_append_mx6dl = " cairo-glesv2" |