summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/html5-homescreen
AgeCommit message (Collapse)AuthorFilesLines
2020-12-17SPEC-3723: restructure meta-agl-demoJan-Simon Moeller1-15/+0
All demo related components should be in here now. We keep the packagegroups on purpose for now to stay backward-compatible. v2: layer does pass yocto-check-layer, dependencies adapted v3: remove the dynamic-layer setup, use all-in-one approach v4: Fixed comments from Paul Barker. Tnx! v5: Removed wayland/weston/agl-compositor additions, except for demo specific weston-init bbappend Follow-up changes required later: - massaging packagegroups - scrub of recipes Bug-AGL: SPEC-3723 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I47cefd8c23d46b2cdd063470e3f7d97d5ad952d8
2020-09-11html5-homescreen: revert avoiding autostart of launcher on qemujellyfish_9.99.4jellyfish/9.99.49.99.4Lorenzo Tilve2-28/+0
With the changes added at gerrit 25237 and 25233 the workaround to avoid starting the launcher from the homescreen can be dropped. This reverts commit 13109053397fd99ad6ce38f9a2edc4e9fc6e009f. Bug-AGL: SPEC-3544 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: Ifd8f3e71e8bfa7be4342480cbfb22c1da5ca842b
2020-09-08html5-homescreen: Avoid autostart of launcher on qemuLorenzo Tilve2-0/+28
When launching automatically the html5-laucher from the html5-homescreen using the sw compositing pipeline on qemu, a race condition is happening that is breaking the UI. This is removing this autostart of the launcher, which still can be started manually, while the racing issues are fixed. Bug-AGL: SPEC-3544 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: Ic9e3dbf68d69d3042b0e850e63c7ff0c210cf1a4
2020-06-02Update html5 widget recipesScott Murray1-11/+1
Remove aglwgt task over-rides so that autobuild scripts will be used, and clean up DEPENDS definitions to match OE style recommendation. Bug-AGL: SPEC-2049, SPEC-3397 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I4cc54aa272060ec8130ea253164a99cd00ad5c44
2020-02-07html5-homescreen: create recipe and add to html5 demoLorenzo Tilve1-0/+25
Bug-AGL: SPEC-2401 Change-Id: I6bcc182f856fa56d76152e28a0ee96d74ff7b555 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>