diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-11-16 23:54:38 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-11-16 21:02:00 +0000 |
commit | 39bdfed9e62d301fc139f04b608136345a5ff596 (patch) | |
tree | 454cf76c03495d09294832da8e10d0c7a7277786 /recipes-connectivity/vss | |
parent | 4a1b172ebda54d587db7ecfc61af5443d0c11d0d (diff) |
Update to VSS 4.0
Update VSS tools and spec recipes from version 3.1.1 to 4.0.
Bug-AGL: SPEC-4970
Change-Id: I26a4a1ac3e149013b0ee71426beaba0c7d4731e4
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29416
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Diffstat (limited to 'recipes-connectivity/vss')
-rw-r--r-- | recipes-connectivity/vss/vss-agl_4.0.bb (renamed from recipes-connectivity/vss/vss-agl_3.1.1.bb) | 0 | ||||
-rw-r--r-- | recipes-connectivity/vss/vss-tools_4.0.bb (renamed from recipes-connectivity/vss/vss-tools_3.1.bb) | 2 | ||||
-rw-r--r-- | recipes-connectivity/vss/vss.inc | 6 | ||||
-rw-r--r-- | recipes-connectivity/vss/vss_4.0.bb (renamed from recipes-connectivity/vss/vss_3.1.1.bb) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/vss/vss-agl_3.1.1.bb b/recipes-connectivity/vss/vss-agl_4.0.bb index 83fb4b1a1..83fb4b1a1 100644 --- a/recipes-connectivity/vss/vss-agl_3.1.1.bb +++ b/recipes-connectivity/vss/vss-agl_4.0.bb diff --git a/recipes-connectivity/vss/vss-tools_3.1.bb b/recipes-connectivity/vss/vss-tools_4.0.bb index b681d8dc5..432dd39b1 100644 --- a/recipes-connectivity/vss/vss-tools_3.1.bb +++ b/recipes-connectivity/vss/vss-tools_4.0.bb @@ -4,7 +4,7 @@ LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3" SRC_URI = "git://github.com/COVESA/vss-tools.git;protocol=https;branch=master" -SRCREV = "97148190d0f84bedfc933b8bc4391c0a7e7a099b" +SRCREV = "784505f3005c2350d7861c3add030348e2d910e3" S = "${WORKDIR}/git" diff --git a/recipes-connectivity/vss/vss.inc b/recipes-connectivity/vss/vss.inc index eb8f31c0c..de2ffdcf1 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/3.1;protocol=https" -# v3.1.1 -SRCREV = "af4f6a4a67aa8e7bc87421bd90db7a2d99ea8856" +SRC_URI = "git://github.com/COVESA/vehicle_signal_specification.git;branch=release/4.0;protocol=https" +# v4.0 +SRCREV = "249dc03f3d75f96218c95483df0a32a2c3535964" S = "${WORKDIR}/git" diff --git a/recipes-connectivity/vss/vss_3.1.1.bb b/recipes-connectivity/vss/vss_4.0.bb index 053516629..053516629 100644 --- a/recipes-connectivity/vss/vss_3.1.1.bb +++ b/recipes-connectivity/vss/vss_4.0.bb |