agl-compositor_git.bb: Bump SRCREV for marlin 97/27497/2
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 18 May 2022 12:51:53 +0000 (15:51 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 19 May 2022 17:55:48 +0000 (17:55 +0000)
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 <harunobu.kurokawa.dn@renesas.com>
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
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 <harunobu.kurokawa.dn@renesas.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb

index 6a76b3f..9b5c614 100644 (file)
@@ -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"