summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-10-08 09:16:40 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-10-13 10:18:52 +0000
commit00a543adc752abd4790b2249f559180842b32a85 (patch)
tree9e7944c6d7dfc16a8f87b473c4c52596af97a717
parent3298d5831881d0a3461728a2ce0301830c5a8908 (diff)
meta-agl-profile-core: update pyagl SRCREV
Update pyagl SRCREV to pick up: 6703d65 Add radio binding tests 1261d4e Fix CAN test data installation 3fbb286 Skip signal composer tests by default abee03b CAN test rework to improve robustness a7e00ab Remove "regular" test marking 115ab91 Add CANService tests 69f6e12 Add timeout ability to AGLBaseService.listener() b8fd8f4 Fix signalcomposer test 491bfa7 Override un/subscribe methods in CANService 8a32ec3 Fix AGLBaseService.afbresponse() for EVENT data b75deb7 Update tox.ini and requirements.txt 7c9ed37 Add gitreview file for jellyfish branch Bug-AGL: SPEC-3583, SPEC-3585 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ic60daf4457c64fb05ab09bf61398d5361eea29d4 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25406 ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Tested-by: 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>
-rw-r--r--meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb b/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb
index db6f7dee4..05e657e2d 100644
--- a/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb
+++ b/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/pyagl;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "bc241e850fa1d2ceeb76acd9bac8733868392baa"
+SRCREV = "6703d65bc91054d512fccb57a4275b30319a88d7"
PV = "${AGL_BRANCH}+git${SRCPV}"
S = "${WORKDIR}/git"