summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical-html5
AgeCommit message (Collapse)AuthorFilesLines
2020-06-25agl-image-graphical-html5: fix distro_check_features usageScott Murray1-1/+1
Fix the warning about usage of the deprecated distro_check_features class by switching to the new check_features class. This slipped through the cracks during the dunfell upgrade. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ifc2de2b1b7a82330134c8f645a8b415651ff3931
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-06-02chromium-browser-service: switch to AGL hosted repoScott Murray1-2/+2
The source for the chromium-browser-service widget has been copied to the apps/chromium repository on AGL's Gerrit server, and a change has been uploaded to remove its obsolete submodule usage, so update the SRC_URI and SRCREV to switch over to using it. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7d89a560c516ed6e2c7621a81cd0113c533a411b
2020-05-13Add dependency to python2 native binary as stop-gap for chromium68 buildJan-Simon Möller1-1/+1
Until we have a solution from upstream, we decided to add meta-python2 to allow chromium68 to build. Bug-AGL: SPEC-3354 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Ife440dc1db253ff316059f3b3a8e67765132d52e
2020-04-21meta-agl-profile-graphical-html5: remove vboxguestdrivers recipeScott Murray2-126/+0
Remove local vboxguestdrivers recipe as a newer version is available in meta-oe in dunfell. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Iebf791b22d88f32dc5cdc2cc472e4aedff642cb6
2020-04-21Declare layer compatibility for dunfellScott Murray1-1/+1
For the upgrade to YP dunfell/3.1 we need to update the layer compatibility. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7495b9e75698411fe72effdb3b187ee4b0fc4da6
2020-03-05Add vboxguestdrivers recipe for html5 imageJan-Simon Moeller2-0/+126
This is needed to build the html5 image with 'agl-devel' enabled. For now copy, then in a 2nd step we will (re)move. Bug-AGL: SPEC-3256 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I68e4c842cd936c08f7693418f712f9ea028a8bf2
2020-03-04chromium68: Backport build fix with newer kernelLorenzo Tilve1-2/+2
The build of Chromium was failing on master due to a in include that needed to be changed on WebRTC https://webrtc-review.googlesource.com/c/src/+/138270 Bug-AGL: SPEC-3196 Change-Id: Ifd3c4f0631216a50d8bb14265249b208e5c93c0b Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
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 Puentes2-22/+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-02-21Merge remote-tracking branch 'agl/next'Jan-Simon Möller1-1/+1
* agl/next: meta-speech-framework: enable building Alexa voiceagent against zeus Declare layer compatibility with zeus Change-Id: I9c717cde0b51635c14f683b8d1d66a563ec3d7ed
2020-02-18Add name= to SRC_URI entry for chromiumJan-Simon Möller1-2/+2
This fixes an issue found when using the ARCHIVER.bbclass. Bug-AGL: SPEC-3189 . Change-Id: Ie2048236ed3baa3df0336711fa93758a4093caae Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2020-02-17Use landscape layout by default on HTML5 imageLorenzo Tilve5-0/+122
This also workarounds an issue when starting the homescreen in portrait mode by default. Bug-AGL: SPEC-3181 Change-Id: Ia84baab19c13c8484f681c8218a406e836dd08b0 Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
2020-01-24wam: revision bump, fix WAM on icefishicefish_8.99.5icefish/8.99.58.99.5Lorenzo Tilve2-3/+57
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
2020-01-22Declare layer compatibility with zeusJan-Simon Möller1-1/+1
For the uprev to YP 3.0 zeus we need to update the layer compatibility. Change-Id: I60cd58c0bb2d4106958255d61a6f05e5bb950c76 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-12-06meta-html5-framework: rename layer and featureicefish_8.99.2icefish/8.99.28.99.2Jacobo Aragunde Pérez13-0/+1001
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>