diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-08-23 10:31:33 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-08-26 14:47:47 +0000 |
commit | 336373fb924c2a79f77fcf19eea923246c5df2cc (patch) | |
tree | b90fb96bbb1f504ddf18b3267eff0cdfd9c8dd32 | |
parent | 1b6311a113a582f8587c997298674cbd85d953e9 (diff) |
agl-compositor: Bump SRCREV for agl-compositor
Since last SRCREV bump the follow changes have been added:
- 8fc74410e9617b compositor: Add option to disable black curtains
- 256742a9f36617 compositor: Align to the right the remoting output
- 1c76c25fb8c679 layout: Don't assume we have background surface set-up
- 0ec604bbc963f5 Add gitreview file for Royal Ricefish branch
Bug-AGL: SPEC-5230, SPEC-5205
Change-Id: Ib71d4a7e8e52d3c3302745ac92e3c73fafe17729
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30226
Tested-by: Jenkins Job builder account
Reviewed-by: Naoto YAMAGUCHI <naoto.yamaguchi@aisin.co.jp>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
-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 41240309b..3f20448eb 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 = "18e93caca8ad397d504215d673765871b2c88f25" +SRCREV = "8fc74410e9617b61465a31c0fc6da7af227f0946" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" |