agl-compositor_git.bb: Bump agl-compositor SRCREV 01/29101/6
authorMarius Vlad <marius.vlad@collabora.com>
Mon, 7 Aug 2023 13:10:44 +0000 (16:10 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 17 Aug 2023 15:50:11 +0000 (15:50 +0000)
This SRCREV bump update is necessary to avoid a circular dependency
between libweston and the AGL compositor. This update includes Xwayland
support (and a few fixes related to that) and an update for using
logging scopes to match with that we have in upstream.

Note that Xwayland requires to build with Xwayland enabled and have a
working Xwayland image (which requires a bit of tweaks to make it work).

In more detail, the following changes have been added since previous
bump:

a68408367cf desktop: Fix Xwayland build
5ec94158612 compositor: Use the logging context when iterating over scopes
f3ae1a25e24 layout: Check against app_id being valid
26700fa20ab layout: Determine xwayland surface in a generic fashion
8033c46081b compositor: Add XWayland basic support

Change-Id: Ib4aa552eec776a5badafb56bbdd2f780eb0ff331
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29101
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb

index fd6d851..a2a5ab4 100644 (file)
@@ -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 = "ffdbb335ee72a5b5cba198800c5537b89d7755a0"
+SRCREV = "a68408367cf5e254d981e1d43ba261b9aade6166"
 AGL_BRANCH:aglnext = "next"
 SRCREV:aglnext = "${AUTOREV}"