diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-01-04 12:56:15 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-01-04 15:33:40 +0000 |
commit | 58852a127c7f743c545a9b75924fdc49971db93e (patch) | |
tree | b2cc749fe46974b676d739aabd73b61f8f0d30d4 /meta-agl-core/recipes-graphics | |
parent | 4b6d23485d23dad66b2e5572cdedacca5c1f6362 (diff) |
agl-compositor_git.bb: Bump SRCREV for fixes
This SRCREV bump includes a couple of fixes for avoid a hard-to-catch
race between the gPRC proxy client the shell client. The update
simplifies the whole "conversation" between gRPC client and the
compositor.
In more details the following changes have been added since the previous
update:
- e3f8379e48433d grpc-proxy: Add a prefix tag for debugging messages
- ae3ef78cb1a01b grpc-proxy: Re-work bound_ok/bound_fail events handling
- 071440ef54444c shell: Provide a better explanation for terminating the connection
Bug-AGL: SPEC-4977
Change-Id: I6420441e7379f42c0455ffb78e3ea2867b5e332e
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29576
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Diffstat (limited to 'meta-agl-core/recipes-graphics')
-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 985202778..4e2f92229 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 = "675456391e4f74559661206ec919cb5f6cb46f69" +SRCREV = "e3f8379e48433d1ba9236f959c2cb4c78da4c38a" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" |