Provide Weston IVI-Shell, run it on demand 03/4103/2
authorManuel Bachmann <manuel.bachmann@iot.bzh>
Tue, 29 Sep 2015 18:56:55 +0000 (18:56 +0000)
committerManuel Bachmann <mbc@iot.bzh>
Wed, 30 Sep 2015 03:47:01 +0000 (03:47 +0000)
commit06963e9e7e72e5bf730d08ed4b83bc12dcee4ad6
tree45c7218aa64a5fdc07e0d2dbf84eb30e3730bd58
parente0cb14ae3f8eac1fb4c9c48b90e60115a0468985
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 <manuel.bachmann@iot.bzh>
16 files changed:
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell-config.bb [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/Backport-IVI-Shell-from-Weston-1.9.0-to-1.5.0.patch [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/background.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/fullscreen.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/home.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/icon_ivi_clickdot.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/icon_ivi_flower.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/icon_ivi_simple-egl.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/icon_ivi_simple-shm.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/icon_ivi_smoke.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/panel.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/random.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/sidebyside.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/data/tiling.png [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston-ivi-shell/weston.ini.ivi-shell [new file with mode: 0644]
meta-ivi-common/recipes-graphics/wayland/weston_1.5.0.bbappend [new file with mode: 0644]