diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2015-11-05 10:17:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2015-11-06 15:25:15 +0000 |
commit | e873ca6bed7996d9ee7593651808b94fa8f68e0f (patch) | |
tree | d8d70f2431b21a7d768c8e04d1ffbbddbc318aff /meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend | |
parent | fa362551def1806d0b1fba133990ad88142d9d1b (diff) |
Fix Weston IVI-Shell layout on Renesas R-Car E2 Silk
On Renesas Silk boards, when running weston ivi-shell,
layout is too small and black borders are visible.
This is due to the presence of a VGA adapter, which
ivi-shell wrongly queries for resolution size values.
Work around this ; this patch is not upstreamed due to
current work being done on ivi-shell multiscreen support
(https://github.com/ntanibata/weston-ivi-shell/commits/
multiscreen_feature_03).
PS : although this patch is primarily intended for Silk,
we put it into "meta-agl" because it is a general-purpose
fix. It would also fix the issue on laptops having VGA
adapters, e.g..
Change-Id: I25447b54d53eb8f8b7261903c0699a53c81790f8
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend')
-rw-r--r-- | meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend b/meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend index 264b6ab6d..8c63e7375 100644 --- a/meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend +++ b/meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend @@ -1,7 +1,8 @@ FILESEXTRAPATHS_prepend := ":${THISDIR}/weston-ivi-shell:" SRC_URI_append = " \ - file://Backport-IVI-Shell-from-Weston-1.9.0-to-1.5.0.patch \ + file://0001-IVI-Shell-Backport-from-Weston-1.9.0-to-1.5.0.patch \ + file://0002-IVI-Shell-use-primary-screen-for-resolution.patch \ file://data/background.png \ file://data/fullscreen.png \ file://data/home.png \ |