diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2021-01-12 15:57:42 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-12 20:59:19 +0000 |
commit | 18449cad8c545da1a1c3cca7fb0faba3c8aded05 (patch) | |
tree | 29861712bcd1176a4f442d4f33446a61b94dcd54 /meta-agl-core | |
parent | c4f562a2c2ebfaa5d072184e1cf7bf9e8ea95409 (diff) |
agl-compositor: Bump SRCREV for agl-compositor
Bumps agl-compositor to latest changes to include support for RBA (role
base arbitration policy) and make screenshoting debug feature a bit easier.
- e1e8c07e202ffc Added rba policy implementation
- 838efcb58cbe08 meson.build: Fix building with cross SDK
- c5d2c447df7c07 main: Add activate_by_default ini option
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I6935daa51730a34dcc1bce8705409d7f6e96264b
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25890
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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 6a6cb24de..414ff0672 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 = "bdd8dd718496dc8e4330209c46c196442bcf7d3e" +SRCREV = "e1e8c07e202ffccc7b56f8f116a2ef1624028f91" PV = "0.0.10+git${SRCPV}" S = "${WORKDIR}/git" |