summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-profile-graphical-html5
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13Add dependency to python2 native binary as stop-gap for chromium68 buildJan-Simon Möller1-0/+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
2019-12-09agl-profile-graphical-html5: Add packagegroup to IMAGE_INSTALLJacobo Aragunde Pérez1-0/+3
Whenever the feature is enabled, it can be expected that the packages related to the HTML5 framework would be added to any image built, e.g. the agl-demo-platform. Bug-AGL: SPEC-2322 Change-Id: I0e6174fe52c9f9dbb87105d0bbd96d93554ed67b Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
2019-12-06meta-html5-framework: rename layer and featureicefish_8.99.2icefish/8.99.28.99.2Jacobo Aragunde Pérez3-0/+14
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>