diff options
author | Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> | 2017-02-16 11:11:58 +0700 |
---|---|---|
committer | Khiem Nguyen <khiem.nguyen.xt@renesas.com> | 2017-03-27 02:58:14 +0000 |
commit | 1a9dd223223d47c5f4ef7ae7cee238b636737db3 (patch) | |
tree | 33c027b34ce06ef381c5da922e770323b9854f68 /meta-rcar-gen3/recipes-graphics/wayland | |
parent | b66dcb2f48ad101ed811a7d74a698eb2f9bb5308 (diff) |
rcar-gen3: weston: Update SRCREV for weston
This patch updates SRCREV of weston for following fixes:
- Backporting: compositor: set the opaque
region for some views with transform.
- v4l2-renderer: clear dmabuf fd
when failed to attach buffer in backend.
- vsp2-renderer: fallback to gl-renderer to draw image flipped.
- vsp2-renderer: unify setting value for scaler enable flag to 0.
Change-Id: I5ef7d8c94173ff524d819486c6865d9c49ccf443
Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend b/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend index 48e49dc..13f77b4 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend @@ -4,7 +4,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" BRANCH = "rcar-gen3/1.11.0/gl-fallback" -SRCREV = "ef4fdad7fc6549493c244b6e657ec00565408497" +SRCREV = "1a8e5cd9e2e100d100e076dba3d937a5dc60093d" SRC_URI = " \ git://github.com/renesas-rcar/weston.git;branch=${BRANCH} \ |