summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/vss/vss.inc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-05-12 15:13:15 -0400
committerScott Murray <scott.murray@konsulko.com>2023-05-16 14:03:44 +0000
commitaddb673cf642c1b06bfa912baf1aabbce5297400 (patch)
tree24edaac0ae77c4ed3d64c4065909718bde183a76 /recipes-connectivity/vss/vss.inc
parent6533623201bf90c56a4a611519fab8923e127b2a (diff)
Add vss and vss-agl recipes
Add recipes that use the VSS tools to generate the stock VSS 3.1.1 JSON as well as a version with the extra AGL signals and DBC configuration for the KUKSA.val CAN feeder. The latter has the additional benefit of serving as a working example of using VSS vspec overlays at build time. Bug-AGL: SPEC-4761 Change-Id: I6358a8f0a8b64a857dc22cfbd91190ae05546cc0 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-connectivity/vss/vss.inc')
-rw-r--r--recipes-connectivity/vss/vss.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-connectivity/vss/vss.inc b/recipes-connectivity/vss/vss.inc
new file mode 100644
index 00000000..eb8f31c0
--- /dev/null
+++ b/recipes-connectivity/vss/vss.inc
@@ -0,0 +1,5 @@
+SRC_URI = "git://github.com/COVESA/vehicle_signal_specification.git;branch=release/3.1;protocol=https"
+# v3.1.1
+SRCREV = "af4f6a4a67aa8e7bc87421bd90db7a2d99ea8856"
+
+S = "${WORKDIR}/git"