summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-graphics
AgeCommit message (Collapse)AuthorFilesLines
2016-11-13Fix Weston crash on touchscreen inputDennis Field2-0/+30
Check for touch->focus before using it, as some touchscreens will generate out-of-screen coordinates and cause touch->focus to be NULL. (e.g. Raspberry Pi display, some displays after weston-calibrator) Bug-AGL: SPEC-309 Upstream-Status: Backport [https://cgit.freedesktop.org/wayland/weston/commit/src/input.c?id=2c40d1d30eabe46706822a8b5c94579aeba58e84] Change-Id: I01b5cf7fd95275290544dffba2771619b1488dff Signed-off-by: Dennis Field <dennisf@radiosound.com>
2016-10-28remove powervr service from generic weston serviceRonan1-1/+1
* rc.pvr.service is renesas porter board specific and should not be present into generic weston service Change-Id: Id866dd57607d105260e0595bf297ec1b9da72047 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-10-27move Bug-AGL fix from a bb to bbappend file.Ronan2-1/+1
* move Fix on weston "Launch without input devices" from a backport recipes, (weston 1.9.0) to a clean bbappend. Change-Id: I8dab2928c3e291969548107e22fd8b29cabffc6b Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-10-24weston: Launch even without input devicesLeon Anavi2-0/+29
Launch Weston even if there are no input devices such a keyboard or a mouse. Bug-AGL: SPEC-297 Change-Id: I3187b310b1024ef77d4696a06b325bface5de2b3 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-03-14Upgrade to Wayland/Weston 1.9.0Manuel Bachmann7-0/+303
Yocto 2.0 ("Jethro") provides Wayland and Weston 1.8.0; manually upgrading to 1.9.0 does not break compatibility with existing frameworks (Qt..), while at the same time allowing easier integration of mandatory components such as Weston IVI-Shell and Wayland IVI Extension. We can thus in the same pass remove backport patches for these 2 components. Here is the related discussion on the mailing list : http://lists.linuxfoundation.org/pipermail/ automotive-discussions/2016-March/001623.html Change-Id: I874eac50ff64d8b93e32910b6f1297002faa06a5 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2016-01-21improves install mode settingJosé Bollo1-1/+1
When using install, the default mode value is 0755 that installs the files as executables. This patch removes that unexpected mode. Change-Id: I73e902a8907f98e94b5abaaf81d6c35ad98b0eb0 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-01-18Migrate IVI-Shell backport to Weston 1.8.0 (Yocto 2.0)Manuel Bachmann3-166/+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>
2015-12-11Fix issue of weston shell on top of tty(console) running on qemuTadao Tanikawa1-0/+1
Resolve issue which both weston's desktop-shell and tty(console) are active. Now, weston.service and getty@tty1.service become exclusive. Change-Id: I105e055dd7257d8867ada518bdad45a984d03f94 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-12-11Fix the recipe of westonTadao Tanikawa1-6/+7
To suit systemd.bbclass and poky-agl.conf, recipe of weston has been fixed. Change-Id: I9b401748176d0afdf5f8566b6e126416bb9d79d8 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-12-08Add touch_frame events to Weston 1.5.0Risto Avila2-0/+66
Otherwise no Qt applications react on touch. This issue was eventually resolved upstream by dropping the built-in evdev backend and relying on libinput exclusively, where it is fixed. The libinput backend is required since Weston 1.7. In 1.6 the libinput backend was made the default, but the old backend was still there. Thus this fix also applies to Weston 1.6. Signed-off-by: Risto Avila <risto.avila@theqtcompany.com>
2015-11-06Make Weston desktop-shell panel configurable (backport)Manuel Bachmann3-0/+105
The Weston panel is the top bar containing launcher and clock icons. We might want to disable it for demos. This can now be done by adding in "weston.ini" : [shell] panel-location=none This is a backport from upstream Weston : http://cgit.freedesktop.org/wayland/weston/patch/ ?id=e67118c80ad411ac46b7096aae2635510c80ea6d Change-Id: Iaf60f612f8e01e7aa51f8a0558de00f26d36aee8 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-09-25Add systemd configuration to launch weston automaticallyTadao Tanikawa3-0/+38
Add systemd configuration to launch weston automatically while system booting. Also pam is needed to be added DISTRO_FEATURES to launch weston-terminal when weston is running by weston-launch which is used by weston.service. Change-Id: Id467c3fb19856299ccf80de21a16ae51fe433cc1 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-07-22The starting point of layers for AGL Distribution v1.0Tadao Tanikawa1-0/+11
The `meta-agl` is the Yocto layer for Automotive Grade Linux Distribution. There are some recipes which define bitbake's targets and packagegroups of this distribution. This is starting point, so some recipes are from meta-ivi or poky/oe-core and others are framework or empty. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>