low-level-can-generator: update to latest revision 83/22983/1
authorScott Murray <scott.murray@konsulko.com>
Wed, 20 Nov 2019 05:13:36 +0000 (00:13 -0500)
committerScott Murray <scott.murray@konsulko.com>
Wed, 20 Nov 2019 05:13:36 +0000 (00:13 -0500)
Update SRCREV in low-level-can-generator recipe so that the toolchain
will have a version that matches the low-can binding, changes:

d9c40fd dd management of version and new decoder signature.
7869e2e Change enum type to flag and add iso tp protocol
93debbc Add generator for boolean fields
afa9e97 Add some modifications (space, new line, coma, float).
f61a6cb Add some options for J1939 support
0bb5744 Fix the default decoder using "states"
da429cc Add gitreview

Bug-AGL: SPEC-2951

Change-Id: I1dc3ece955548ced95ae24b9a382ce0ed3ad3b68
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-profile-core/recipes-devtools/low-level-can-generator/low-level-can-generator_git.bb

index 59e64ce..080be9a 100644 (file)
@@ -10,7 +10,7 @@ BBCLASSEXTEND = "nativesdk"
 DEPENDS = " cmake-apps-module"
 
 SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/low-level-can-generator;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "b7d44a2d155a1199c25b783b915fd8ba3ce42a69"
+SRCREV = "d9c40fd96e31ce41166e2b846301335ed6fe5d37"
 
 PV = "${AGLVERSION}"
 S  = "${WORKDIR}/git"