vss: Upgrade to 0.4.2 04/30004/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 18 Jun 2024 20:44:10 +0000 (16:44 -0400)
committerScott Murray <scott.murray@konsulko.com>
Thu, 20 Jun 2024 02:04:33 +0000 (02:04 +0000)
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

recipes-connectivity/vss/vss-agl_4.2.bb [moved from recipes-connectivity/vss/vss-agl_4.0.bb with 96% similarity]
recipes-connectivity/vss/vss.inc
recipes-connectivity/vss/vss_4.2.bb [moved from recipes-connectivity/vss/vss_4.0.bb with 100% similarity]

similarity index 96%
rename from recipes-connectivity/vss/vss-agl_4.0.bb
rename to recipes-connectivity/vss/vss-agl_4.2.bb
index 00d83a7..4423a98 100644 (file)
@@ -19,7 +19,6 @@ B = "${WORKDIR}/build"
 
 do_configure[noexec] = "1"
 
-#VSPEC2JSON_OPTS = "-e dbc2vss,vss2dbc -o ${WORKDIR}/agl_vss_overlay.vspec --no-uuid --json-pretty"
 VSPEC2JSON_OPTS = "-e dbc2vss,vss2dbc --no-uuid --json-pretty"
 
 do_compile() {
index de2ffdc..aab950b 100644 (file)
@@ -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"