summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2022-05-18 15:51:53 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-05-19 17:55:48 +0000
commit2e84e270a00afc440af68baeb99e7c13010893ec (patch)
tree08b8242f813f3cde0e94363562e0e19cbbd617c8
parentcaae8b6926710cd54d9c86c9b5ba9ec1d358f238 (diff)
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 <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>
-rw-r--r--meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb2
1 files changed, 1 insertions, 1 deletions
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"