agl-compositor: Bump SRCREV 24/26024/2
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 5 Feb 2021 12:47:18 +0000 (14:47 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 5 Feb 2021 23:07:49 +0000 (23:07 +0000)
This update is needed to allow unregistered/unknown applications in/to the
RBAModel json to be displayed. By default no application would be allowed. This
can be tweaked by modifying the weston.ini file. By default it is off/not set.

In detail this update includes the following the changes:

fd860492da6fb07f Allow unregistered applications in rba
47386558dbc95387 Use parameterized constructor of RBAArbitrator
79bc7999332d55b7 Update architecture diagram with a small legend

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I6249fd934868b6c064cf9f183e3db5282ffdc2bf
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26024
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 edd0ca8..e3f0e26 100644 (file)
@@ -12,7 +12,7 @@ DEPENDS = "wayland wayland-protocols wayland-native weston \
           ${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'waltham waltham-transmitter-plugin', '', d)}"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "e1e8c07e202ffccc7b56f8f116a2ef1624028f91"
+SRCREV = "fd860492da6fb07f06b308805e6fc57afa76b186"
 
 PV = "0.0.10+git${SRCPV}"
 S = "${WORKDIR}/git"