summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-graphics/wayland/weston_1.5.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.5.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.5.0.bbappend')
-rw-r--r--meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend24
1 files changed, 0 insertions, 24 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
deleted file mode 100644
index 8c63e7375..000000000
--- a/meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend
+++ /dev/null
@@ -1,24 +0,0 @@
-FILESEXTRAPATHS_prepend := ":${THISDIR}/weston-ivi-shell:"
-
-SRC_URI_append = " \
- 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 \
- file://data/icon_ivi_clickdot.png \
- file://data/icon_ivi_flower.png \
- file://data/icon_ivi_simple-egl.png \
- file://data/icon_ivi_simple-shm.png \
- file://data/icon_ivi_smoke.png \
- file://data/panel.png \
- file://data/random.png \
- file://data/sidebyside.png \
- file://data/tiling.png \
- "
-
-EXTRA_OECONF_append = " --enable-ivi-shell"
-
-do_compile_prepend() {
- cp -f ${WORKDIR}/data/* ${S}/data
-}