summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2020-06-26Move meta-agl-profile-graphical-html5 and meta-pipewire into the main layerJan-Simon Möller1-51/+0
Reasoning: - the profile-graphical-html5 belongs in the main layer - meta-pipewire is enabled by default For reference - the new location is: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git;a=summary Bug-AGL: SPEC-3453 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I0d60f37f1303be97b0eaf2274b217473d4a1ec5d
2020-06-14wam: Signal handling for SIGTERM to close webappsLorenzo Tilve1-1/+1
Include fix for getting web manager notified on the event in order to gracefully close webapps. Bug-AGL: SPEC-2973 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: Icc4edc13ee76fcdc7a58f26a302596d56178573e
2020-03-03wam: fix build error after yocto/zeus updateLorenzo Tilve1-2/+2
Avoid pessimizing-move build error due to unneded std::move(reply) Bug-AGL: SPEC-3202 Change-Id: I09a9975d90ca93422dd9cef845b5ff576faca9b8 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
2020-02-27wam: bump revision, delete tinyproxyAntia Puentes1-2/+1
Since the WAM revision this patch updates to, tinyproxy code is no longer referenced by WAM, delete its recipe and references. Bug-AGL: SPEC-3185 Change-Id: I6c3c241de2b7bc61be8a184c3c96397d478e04a5 Signed-off-by: Antia Puentes <apuentes@igalia.com>
2020-01-24wam: revision bump, fix WAM on icefishicefish_8.99.5icefish/8.99.58.99.5Lorenzo Tilve1-3/+4
Included changes: * a9e0093 Disable tinyproxy integration * c0def20 [agl] Fix regex scanning * c7b5db7 [agl] Handle hostname of application * 4a00711 [agl] Retrieve token from environmen * 7d4c91e Hard-code windowmanager roles for certain app ids * files/trunc-webapp-roles.patch workaround repeated roles Bumps WAM version and includes workaround for SPEC-3127. To prevent repeated roles as much as possible, I'm using the appid as a basis instead of "Webapp-" + host + port, which has many chances to be redundant in the first 12 chars. Bug-AGL: SPEC-2550 Bug-AGL: SPEC-3127 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> Change-Id: I59c37ce79fec61ecd6ef36ff3f74902714a6b575
2019-12-06meta-html5-framework: rename layer and featureicefish_8.99.2icefish/8.99.28.99.2Jacobo Aragunde Pérez1-0/+51
The new name for the layer is meta-agl-profile-graphical-html5 and the feature is agl-profile-graphical-html5, which better match the other existing features like agl-profile-graphical-qt5. Usage: aglsetup.sh -m $MACHINE agl-profile-graphical-html5 Build minimal image to run HTML5 apps: bitbake agl-image-graphical-html5 Include to agl-demo-platform: IMAGE_INSTALL_append = " packagegroup-agl-appfw-html5" Change-Id: I4a4d4f85dd7fc23be51621702f842aa86a0dc3a5 Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>