From ae1ebd3ab2b5c3d5ea8ed8fc55915c070e629743 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 4 Jan 2024 19:26:19 -0500 Subject: kuksa-vss-init: rework into agl-vss-helper Rework/replace the kuksa_vss_init script with a new agl-vss-helper script that uses a configuration file for the list of VSS signals and the values they should be set to. It also will run in daemon mode if the configuration includes a list of signals to perform mocking as an actuator, and push any target values back out as the current value. This avoids needing to perform hacks around directly feeding sensor values from applications for things where we do not have an existing actuator backend (e.g. HMI units values). Bug-AGL: SPEC-5042 Change-Id: I6d1e9d5fb72f7f23a3bb45fcda0a48e1a10c3863 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29583 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Tested-by: Jenkins Job builder account --- recipes-platform/packagegroups/packagegroup-agl-kuksa-val-databroker.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-platform') diff --git a/recipes-platform/packagegroups/packagegroup-agl-kuksa-val-databroker.bb b/recipes-platform/packagegroups/packagegroup-agl-kuksa-val-databroker.bb index 001e3244..a9382e5b 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-kuksa-val-databroker.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-kuksa-val-databroker.bb @@ -13,7 +13,7 @@ RDEPENDS:packagegroup-agl-kuksa-val-databroker = "\ kuksa-databroker-agl \ kuksa-certificates-agl \ kuksa-dbc-feeder \ - kuksa-vss-init \ + agl-vss-helper \ " RDEPENDS:packagegroup-agl-kuksa-val-databroker-devel = "\ -- cgit 1.2.3-korg