summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2025-01-10 16:14:40 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2025-01-14 08:16:57 +0000
commit88b617996df9e40d625330d3c2513b3ada0a7230 (patch)
tree1666022dd2e7b0743788296491a6e3f7f883474f
parentfd994ec2fdaf435cf5087a6c4516b246f7538a82 (diff)
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 <marius.vlad@collabora.com> 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 <scott.murray@konsulko.com>
-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 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}"