diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-02-14 15:23:08 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-02-28 09:43:53 +0700 |
commit | 84d5c396d5e91c3f81c243578ebaaf5abf398ffe (patch) | |
tree | da267424f270ee1f676232f5822b0a3596eb799e /meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend | |
parent | d6c2c6c31ea7680ee843eeba08269e82431a61d7 (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_%.bbappend | 6 |
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 \ +" |