Bump low-can version 07/15207/2
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 10 Jul 2018 15:57:54 +0000 (17:57 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 11 Jul 2018 11:46:46 +0000 (11:46 +0000)
- Typo and comments
- Correctly destroy context avoiding waiting for nothing when
no CAN bus activity.
- New CAN sample to be used for the agl-vcar configuration example
- Detecting that engine is off and use it during diagnostic messages
subscription
- Run by default as a service
- Add tests

Change-Id: I69ffb7c7f493abdb07793547f5934742bceb8b24
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb

index 78d96e9..ca6d48e 100644 (file)
@@ -6,8 +6,8 @@ SECTION     = "apps"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
-SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "d8d990528ea9746b21788f97be3fdbcc392c5d96"
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "7c5d80deacad2a1f6943dd0b77449c3f6e20fdfc"
 
 PV = "5.0+git${SRCPV}"
 S  = "${WORKDIR}/git"