From 2e84e270a00afc440af68baeb99e7c13010893ec Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 18 May 2022 15:51:53 +0300 Subject: agl-compositor_git.bb: Bump SRCREV for marlin As Kurokawa-san reported, we seem to be using an incorrect SHA for the compositor revision on Marlin release. This bumps it up to what AGL compositor was tagged, in Marlin. Since the last update the following changes have been added: - d4121c4f1b84e237895 Add gitreview file for Magic Marlin branch - 70d8d26d8ed27f25689 Fix potential memory leak in agl-compositor - cec4cf8fe409cae5618 layout: Address all other callsites w/ dirty+surface damage - 62e020b90b0627e7f24 layout: Inflict surface damage - b06ffcc3ca1ed5d6d9e layout: Remove left-over comment - f24765124d3a539c84e Fix potential memory leak - 9cc8100eef72bf1235c meson.build: Don't set the dependency type for wayland-scanner - 26c37c4140ce5739d64 Fix potential memory leak Bug-AGL: SPEC-4378 Reported-by: Harunobu Kurokawa Signed-off-by: Marius Vlad Change-Id: I608b5e24dcdb7fcc93991cb6116bd07493a220c6 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27497 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Harunobu Kurokawa Reviewed-by: Jan-Simon Moeller --- 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 6a76b3fcd..9b5c614a2 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 \ ${@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 = "2ee86feebc8888d10973a0d3dce1fdd25cd2e6d6" +SRCREV = "d4121c4f1b84e23789562d0ab0035754d7910bb3" PV = "0.0.10+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg