From: Marius Vlad Date: Fri, 10 Jan 2025 14:14:40 +0000 (+0200) Subject: agl-compositor.bb: Bump SRCREV X-Git-Tag: 18.93.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F30737%2F2;p=AGL%2Fmeta-agl.git agl-compositor.bb: Bump SRCREV This bumps SRCREV to fix-up some spurios debug messages we're seeing when client commits its buffers. Since the lastest update the following changes have been added: - fe4f20c layout: Check for valid app_id on previous app - 7ba8fc2 src: Remove 'mapped' of ivi_surface and use the weston ones - bddc726 layout: Add missing mappedness checks Change-Id: Iff7164917b8535e66feb32f37f032bcb62aa4ba2 Signed-off-by: Marius Vlad Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30737 ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Scott Murray --- 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 b4320140e..edb941d80 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fac6abe0003c4d142ff8fa1f18316df0" DEPENDS = "wayland wayland-protocols wayland-native weston" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "2218de5d4581843f229f2327900d9e11ff65c738" +SRCREV = "fe4f20c8baa6291ec5f3990e5f15d8dd4599ff39" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}"