diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-11-20 19:14:22 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-11-23 20:25:56 +0000 |
commit | d21658f508c70859907f4c1687b623cadaf2c3d3 (patch) | |
tree | 66d022dae368d2aee48c826e4dd4d7a9faa2d1ee /meta-agl-kuksa-val/recipes-support/vss/vss.inc | |
parent | 19d54a057aa6eca348bbf9847d7dd8804006cd4f (diff) |
meta-agl-kuksa-val: upgrade to VSS 5.0
Update the vss-tools and vss recipes to upgrade to the 5.0 release.
This requires some updates to the supplied Python module recipes
for vss-tools, including some new bbappends to enable native support
for a few modules.
Bug-AGL: SPEC-5299
Change-Id: Idb6a5f4d28a05dc7040a09465f6d903631bcadef
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30533
Diffstat (limited to 'meta-agl-kuksa-val/recipes-support/vss/vss.inc')
-rw-r--r-- | meta-agl-kuksa-val/recipes-support/vss/vss.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-kuksa-val/recipes-support/vss/vss.inc b/meta-agl-kuksa-val/recipes-support/vss/vss.inc index aab950bee..7f12d3b61 100644 --- a/meta-agl-kuksa-val/recipes-support/vss/vss.inc +++ b/meta-agl-kuksa-val/recipes-support/vss/vss.inc @@ -1,5 +1,5 @@ -SRC_URI = "git://github.com/COVESA/vehicle_signal_specification.git;branch=release/4.2;protocol=https" -# v4.2 -SRCREV = "6024c4b29065b37c074649a1a65396b9d4de9b55" +SRC_URI = "git://github.com/COVESA/vehicle_signal_specification.git;branch=release/5.0;protocol=https" +# v5.0 +SRCREV = "f23ba53be78a8bf2b8df2496bbfccb2860913892" S = "${WORKDIR}/git" |