diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2025-01-10 16:14:40 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-13 10:36:00 +0000 |
commit | 4ba957670efcaca623b69f24a377cf7666af193c (patch) | |
tree | 7e5eaf0894a8ccdd8df1c23ebdcde6a8e02c807f /meta-agl-core | |
parent | 89d134985c02e632974fe41b504f73801b38fccc (diff) |
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/+/30725
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-agl-core')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 2 |
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}" |