diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-12-11 12:16:21 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-12-11 20:39:55 +0000 |
commit | f2e8a6560da578b3ac159afce3f781bcbd7b13aa (patch) | |
tree | ccf04131765ceee27f47d1ad8025f29b9d618057 | |
parent | ae838a1faa1291cec3719b9bbed7b4e037b09d77 (diff) |
agl-compositor: Bump SRCREV to get a few hot-fixes
Bump SRCREV for picking up some hot-fixes related to PipeWire
backend loading.
Since the last update, the folowing changes have been added:
- 0824eb5 compositor: Read modeline for PipeWire output
- 71da04c compositor: Don't leak ivi_backend upon failure to load backend
Bug-AGL: SPEC-5235
Change-Id: I848fae966a81ba7d957cacef12d7f5a2d81996aa
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30650
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-build: 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 4462e0254..e0d6e1c93 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 = "896f27c979571452f15447bb9752fc46a99f5177" +SRCREV = "0824eb521f8e26e4c0f143ec7850d45c4b2f675b" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" |