summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2020-06-26Move meta-agl-profile-graphical-html5 and meta-pipewire into the main layerJan-Simon Möller1-404/+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-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-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-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>
2019-12-06meta-html5-framework: rename layer and featureicefish_8.99.2icefish/8.99.28.99.2Jacobo Aragunde Pérez1-0/+404
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>