From a620f3a712bab0dd80c8ecaa49e1ebb062fabbb6 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 15 Aug 2023 17:35:59 -0400 Subject: Upgrade KUKSA.val components to 0.4.0 releases Move kuksa.val and kuksa.val.feeders repos to a commit that includes the recent 0.4.0 release plus a few post-release fixes, and update our local patches for the new version. A new patch is required for the databroker to disable the upstream addition of a vendored build of protobuf tooling for the host platform, as that does not work in the OE build enviroment, and is effectively not required since known versions of protoc and libprotobuf are already present. The major change coming in is a rework of TLS support, which requires a minor change to the DBC feeder configuration file that has also been included. Bug-AGL: SPEC-4762 Change-Id: I1a43248f15c9946d9d9dc1e8aacf1c3a96ab45a0 Signed-off-by: Scott Murray --- recipes-connectivity/kuksa-val/kuksa-dbc-feeder_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-connectivity/kuksa-val/kuksa-dbc-feeder_git.bb') diff --git a/recipes-connectivity/kuksa-val/kuksa-dbc-feeder_git.bb b/recipes-connectivity/kuksa-val/kuksa-dbc-feeder_git.bb index 5fe872c6..e1e853f4 100644 --- a/recipes-connectivity/kuksa-val/kuksa-dbc-feeder_git.bb +++ b/recipes-connectivity/kuksa-val/kuksa-dbc-feeder_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=175792518e4ac015ab6696d16c4f607e" DEPENDS = "python3-setuptools-git-versioning-native" -PV = "0.1.2+git${SRCPV}" +PV = "0.4.0+git${SRCPV}" SRC_URI = "git://github.com/eclipse/kuksa.val.feeders.git;protocol=https;branch=main \ file://0001-dbc2val-add-installation-mechanism.patch \ @@ -17,8 +17,8 @@ SRC_URI = "git://github.com/eclipse/kuksa.val.feeders.git;protocol=https;branch= file://dbc_feeder.json.token \ file://agl-vcar.dbc \ file://kuksa-dbc-feeder.service \ -" -SRCREV = "d5fe991706bd8fc6d92ffbbaa838a380067f201f" + " +SRCREV = "5bb52eca8d79f7c05a024f69b1faab81dabacdcd" S = "${WORKDIR}/git" -- cgit 1.2.3-korg