diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-06-18 16:44:10 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-06-20 02:04:33 +0000 |
commit | e14d6f4b1b25af2fce6af1245b1b6dbc650d3931 (patch) | |
tree | 67b8faeed9ce4e465e8054e566e28edca6f0c0b8 /recipes-connectivity/vss/vss.inc | |
parent | 9bdeb3f8da3e4776256b50c5850c17b438377e98 (diff) |
vss: Upgrade to 0.4.2
Upgrade recipes for stock VSS schema and AGL's tweaked copy for demos
to 0.4.2 release.
Bug-AGL: SPEC-5180
Change-Id: I0f90742c3220ab460932ebf8afb19d0498e43a51
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30004
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'recipes-connectivity/vss/vss.inc')
-rw-r--r-- | recipes-connectivity/vss/vss.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/vss/vss.inc b/recipes-connectivity/vss/vss.inc index de2ffdcf1..aab950bee 100644 --- a/recipes-connectivity/vss/vss.inc +++ b/recipes-connectivity/vss/vss.inc @@ -1,5 +1,5 @@ -SRC_URI = "git://github.com/COVESA/vehicle_signal_specification.git;branch=release/4.0;protocol=https" -# v4.0 -SRCREV = "249dc03f3d75f96218c95483df0a32a2c3535964" +SRC_URI = "git://github.com/COVESA/vehicle_signal_specification.git;branch=release/4.2;protocol=https" +# v4.2 +SRCREV = "6024c4b29065b37c074649a1a65396b9d4de9b55" S = "${WORKDIR}/git" |