From 06963e9e7e72e5bf730d08ed4b83bc12dcee4ad6 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Tue, 29 Sep 2015 18:56:55 +0000 Subject: Provide Weston IVI-Shell, run it on demand Weston IVI-Shell provides a shell plugin for Weston, mapping the GENIVI API (http://www.genivi.org) for In-Vehicle Infotainment. This is a code backport from Weston 1.9.0 "release". This patch makes sure that Weston IVI-Shell always gets built ; it will not be started, however, unless the builder specifies the following in his "conf/local.conf" file : IMAGE_INSTALL_append = " \ weston-ivi-shell-config \ " or manually overwrites the "/etc/xdg/weston/weston.ini" file with a correct one. Change-Id: I033094aaf8ac2c6299bd354b362b24ffc9ed8577 Signed-off-by: Manuel Bachmann --- .../recipes-graphics/wayland/weston_1.5.0.bbappend | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend (limited to 'meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend') 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 new file mode 100644 index 000000000..264b6ab6d --- /dev/null +++ b/meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend @@ -0,0 +1,23 @@ +FILESEXTRAPATHS_prepend := ":${THISDIR}/weston-ivi-shell:" + +SRC_URI_append = " \ + file://Backport-IVI-Shell-from-Weston-1.9.0-to-1.5.0.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 +} -- cgit