From c7c089b18ff545e9c6fd20eba75c6ac95eb6459c Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Fri, 7 Aug 2020 17:54:28 +0200 Subject: meta-agl-profile-graphical-html5: Point Chromium and WAM to agl-compositor Updates the branches and revs to the Chromium and WAM repositories with the ongoing changes to work with the new compositor. It also depends on the integration of the changes on the webapps to remove former dependencies, and an additional fix to properly resume not visible webapps. Bug-AGL: SPEC-3497 Signed-off-by: Lorenzo Tilve Change-Id: Iddf1d3675810d718c670a6275b3d1d683461f252 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25078 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb') diff --git a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb index c907c8c39..bc5b7ed02 100644 --- a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb +++ b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb @@ -19,13 +19,13 @@ PROVIDES += "virtual/webruntime" RPROVIDES_${PN} += "virtual/webruntime" SRC_URI = "\ - git://github.com/igalia/${PN}.git;branch=@6.agl.jellyfish;protocol=https \ + git://github.com/igalia/${PN}.git;branch=WIP@6.agl.compositor;protocol=https \ file://WebAppMgr@.service \ file://WebAppMgr.env \ file://trunc-webapp-roles.patch \ " S = "${WORKDIR}/git" -SRCREV = "d012dbe03f23dd87a4e77bd3eec1fe9d227a5085" +SRCREV = "7fe85fd505f3246e0448bc92348b9b7126ae943c" do_install_append() { install -d ${D}${sysconfdir}/wam -- cgit 1.2.3-korg