diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-11-10 14:17:33 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-11-11 09:34:53 +0000 |
commit | f9cde9f8dc40a185bd211c017a3df07ae91ed450 (patch) | |
tree | 44cba0a63a4f34a6df0c22b8220a5c08543ddf76 /meta-agl-core/recipes-graphics | |
parent | 0685fb25e839e1198356ea39c48907c8896a2d59 (diff) |
agl-compositor: bump SRCREV
Update SRCREV to bring in:
17f92b2 Add manual activation area configuration option
af1cda8 Add gitreview file for Nifty Needlefish branch
f96fc9e Fix typo in README
Bug-AGL: SPEC-4588
Change-Id: I1cc86f10f9353b669162e3d56a3e17cce05ce660
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28134
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>
Diffstat (limited to 'meta-agl-core/recipes-graphics')
-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 e38792569..e4498c8ec 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb @@ -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 = "2cc479fd8f3e53265efa093ca52e6e6f6b0faea7" +SRCREV = "17f92b23b99d6c34793b6b636dc4d508113f0489" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" |