diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-11-28 19:37:35 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-11-28 19:39:55 +0200 |
commit | f57a2ada87a9755afad90c378ab10a91ef7b7a2f (patch) | |
tree | 5f96c845f6d6047327719599470a58d21243d336 /meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini | |
parent | c678e2d040c6071f3b6bec593d3c6271504a92e7 (diff) |
weston-raspberrypi.ini: Fix Weston configurations
Fix Weston configurations for Raspberry Pi 2/3
and run it in IVI shell. Following these changes
start_ALS2016_ivi-shell.sh works again.
Bug-AGL: SPEC-268
Change-Id: Ief75dfc078a42aba65161783b2a7beef23115e33
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini index c1c9ecb1d..fa308d43e 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini +++ b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston/weston-raspberrypi.ini @@ -3,4 +3,9 @@ backend=drm-backend.so shell=ivi-shell.so [ivi-shell] -ivi-module=ivi-controller.so +ivi-module=ivi-controller.so,wl-shell-emulator.so +ivi-input-module=ivi-input-controller.so + +[output] +name=HDMI-A-1 +transform=270 |