diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2025-01-07 02:29:51 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-08 20:58:41 +0000 |
commit | b4beda4134026d98fca4a80d5f85f53f6437a20d (patch) | |
tree | 4663ebcb99c43b1f9dfc1b37bcad8c94ad547ddb | |
parent | d51049c8222704775f81c0fed82e3a1c8c398f64 (diff) |
agl-compositor: Bump SRCREV to enable drm-lease support
Since the last update, the folowing changes have been added:
- 2218de5 Add drm-lease support
Bug-AGL: SPEC-4889
Change-Id: Icb3894dde1e5603a73aa5bb958e9b75445a6642f
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30717
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-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 e0d6e1c93..1de8e889f 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 = "0824eb521f8e26e4c0f143ec7850d45c4b2f675b" +SRCREV = "2218de5d4581843f229f2327900d9e11ff65c738" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" |