summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-graphics/wayland/weston_1.8.0.bbappend
diff options
context:
space:
mode:
authorManuel Bachmann <mbc@iot.bzh>2016-01-13 18:36:55 +0000
committerGerrit Code Review <gerrit@172.30.200.200>2016-01-18 22:28:01 +0000
commit59fb43fa95a212af20009247332b4c5c34302b1f (patch)
tree056f68cd25c2feedd4dbce5b251a82acf5a70fec /meta-ivi-common/recipes-graphics/wayland/weston_1.8.0.bbappend
parent91f7784cfd26ca7d26e1006d78c067e74c7dc92a (diff)
Migrate IVI-Shell backport to Weston 1.8.0 (Yocto 2.0)
(NOTICE : this is the last patch necessary to fully migrate to Yocto 2.0) As newer Poky "Jethro" is now providing Weston 1.8.0, adapt IVI-Shell 1.9.0 backport to it. Remove unnecessary patches (touchscreen support for Qt, panel toggle) which are now upstreamed. Make the systemd service recipe name more generic. Change-Id: Icaad3f40b29617bcb33ac235bbe3c65f7f4bdbd7 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'meta-ivi-common/recipes-graphics/wayland/weston_1.8.0.bbappend')
-rw-r--r--meta-ivi-common/recipes-graphics/wayland/weston_1.8.0.bbappend9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-graphics/wayland/weston_1.8.0.bbappend b/meta-ivi-common/recipes-graphics/wayland/weston_1.8.0.bbappend
new file mode 100644
index 000000000..993d8263d
--- /dev/null
+++ b/meta-ivi-common/recipes-graphics/wayland/weston_1.8.0.bbappend
@@ -0,0 +1,9 @@
+FILESEXTRAPATHS_prepend := ":${THISDIR}/weston-ivi-shell:"
+
+
+SRC_URI_append = " \
+ file://0001-IVI-Shell-Backport-from-Weston-1.9.0-to-1.8.0.patch \
+ file://0002-IVI-Shell-use-primary-screen-for-resolution.patch \
+ "
+
+EXTRA_OECONF_append = " --enable-ivi-shell"