summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@renesas.com>2019-02-14 15:23:08 +0700
committerThuy Tran <thuy.tran.xh@renesas.com>2019-02-28 09:43:53 +0700
commit84d5c396d5e91c3f81c243578ebaaf5abf398ffe (patch)
treeda267424f270ee1f676232f5822b0a3596eb799e /meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend
parentd6c2c6c31ea7680ee843eeba08269e82431a61d7 (diff)
rcar-gen3: weston: WORKAROUND to fix playing video issues
This commit applies a W/A patch to disable HW overlay feature in weston 5.0, to avoid playing video issues. Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend')
-rw-r--r--meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend b/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend
index 34ea2c9..15471b7 100644
--- a/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend
+++ b/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend
@@ -1 +1,7 @@
require weston.inc
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI_append = " \
+ file://0001-Revert-compositor-drm-Enable-planes-for-atomic.patch \
+"