From 88c2da9145d067ec5497099addb05803065f5bf4 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 13 Jun 2023 12:49:49 +0200 Subject: [PATCH] agl-compositor: add workaround for flutter image This changes the SRCREV to include: - layout: Add a fallback for reading activation-area - shell: Don't reset the activation area always Bug-AGL: SPEC-4829 Change-Id: I1b668c07a2e948289d7d931576fdccda5a44d17b Signed-off-by: Jan-Simon Moeller Signed-off-by: Marius Vlad Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29009 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb index 6aaea6ead..62eee42a8 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb @@ -12,7 +12,7 @@ DEPENDS = "wayland wayland-protocols wayland-native weston grpc grpc-native \ ${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'waltham waltham-transmitter-plugin', '', d)}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "b6e910b45f3d224b5573166cde1b009a33cdc2d9" +SRCREV = "e9d9ca27950e270bc89a33e7543bd390c5ecc149" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" -- 2.16.6