diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-05-12 15:13:15 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-30 12:54:06 +0000 |
commit | 04c944e5c54250490618a2a92c5db8409c7624ef (patch) | |
tree | ab9c44393be11987bb1192988f8ec16e95189ac9 /recipes-connectivity/vss/vss.inc | |
parent | 382cee6e761bde5f83bb03e3c1fb7fc487aed052 (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>
(cherry picked from commit addb673cf642c1b06bfa912baf1aabbce5297400)
Diffstat (limited to 'recipes-connectivity/vss/vss.inc')
-rw-r--r-- | recipes-connectivity/vss/vss.inc | 5 |
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 000000000..eb8f31c0c --- /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" |