diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-06-18 15:48:15 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-06-20 02:04:33 +0000 |
commit | 8a3944ae0cf1ba5fffb1b1dfd148e536ef98500b (patch) | |
tree | 0b822085f2e1632d2ed98b6ee7cd5611c43f76f4 /recipes-connectivity/kuksa-val/kuksa-val-agl/00-agl_vss_overlay_2.2.json | |
parent | aae4e6dbcf7836f49eef755164c3ee1fd0142883 (diff) |
kuksa-val: remove deprecated KUKSA.val server
Remove recipes for deprecated KUKSA.val C++ based server and
associated configuration. It is no longer supported by upstream,
and has not been used in the demo images for multiple releases.
Bug-AGL: SPEC-5179
Change-Id: I339dc62df667650a5025e58d6f8272b040ef393d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29999
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/kuksa-val/kuksa-val-agl/00-agl_vss_overlay_2.2.json')
-rw-r--r-- | recipes-connectivity/kuksa-val/kuksa-val-agl/00-agl_vss_overlay_2.2.json | 153 |
1 files changed, 0 insertions, 153 deletions
diff --git a/recipes-connectivity/kuksa-val/kuksa-val-agl/00-agl_vss_overlay_2.2.json b/recipes-connectivity/kuksa-val/kuksa-val-agl/00-agl_vss_overlay_2.2.json deleted file mode 100644 index 423d32385..000000000 --- a/recipes-connectivity/kuksa-val/kuksa-val-agl/00-agl_vss_overlay_2.2.json +++ /dev/null @@ -1,153 +0,0 @@ -{ - "Vehicle": { - "children": { - "Cabin": { - "children": { - "SteeringWheel": { - "children": { - "Switches": { - "children": { - "VolumeUp": { - "datatype": "boolean", - "description": "Steering wheel volume up switch engaged", - "type": "sensor", - "uuid": "b1b71c0d19684170bbf9fc40eb4d0d0e" - }, - "VolumeDown": { - "datatype": "boolean", - "description": "Steering wheel volume down switch engaged", - "type": "sensor", - "uuid": "03ff9703a5604ab190cf518eec08ba07" - }, - "VolumeMute": { - "datatype": "boolean", - "description": "Steering wheel volume mute switch engaged", - "type": "sensor", - "uuid": "c20467086cf846dc9f27da93d611af12" - }, - "Next": { - "datatype": "boolean", - "description": "Steering wheel next switch engaged", - "type": "sensor", - "uuid": "a2a997e5e6a848d0be1bf8b8bc45e215" - }, - "Previous": { - "datatype": "boolean", - "description": "Steering wheel previous switch engaged", - "type": "sensor", - "uuid": "1505a53421044bccb249f08c270e3912" - }, - "Mode": { - "datatype": "boolean", - "description": "Steering wheel mode switch engaged", - "type": "sensor", - "uuid": "6cba659f06ae4809adb5de53786ab0b6" - }, - "Info": { - "datatype": "boolean", - "description": "Steering wheel info switch engaged", - "type": "sensor", - "uuid": "5dd6d297edfb4cb99ab2ed7723877cd0" - }, - "CruiseEnable": { - "datatype": "boolean", - "description": "Steering wheel cruise enable switch engaged", - "type": "sensor", - "uuid": "f4f383fbf3ff4a7b99ea71203cd8a446" - }, - "CruiseSet": { - "datatype": "boolean", - "description": "Steering wheel cruise set switch engaged", - "type": "sensor", - "uuid": "14bd5c2326a043b79898df4e80403a93" - }, - "CruiseResume": { - "datatype": "boolean", - "description": "Steering wheel cruise resume switch engaged", - "type": "sensor", - "uuid": "000cc121e98345f2976615f550b91639" - }, - "CruiseCancel": { - "datatype": "boolean", - "description": "Steering wheel cruise cancel switch engaged", - "type": "sensor", - "uuid": "b953dac89a2b40fdace6c74bb212afb8" - }, - "CruiseLimit": { - "datatype": "boolean", - "description": "Steering wheel cruise limit switch engaged", - "type": "sensor", - "uuid": "1c211ac5dd4d42249d7e1c104ef81df9" - }, - "CruiseDistance": { - "datatype": "boolean", - "description": "Steering wheel cruise distance switch engaged", - "type": "sensor", - "uuid": "744c8913afe641d0903c44932879ab43" - }, - "Voice": { - "datatype": "boolean", - "description": "Steering wheel voice switch engaged", - "type": "sensor", - "uuid": "9d78ab3889d74209acf6974e070d9d57" - }, - "PhoneCall": { - "datatype": "boolean", - "description": "Steering wheel phone call switch engaged", - "type": "sensor", - "uuid": "3b505e5d962546c7a03509a5c14cfd60" - }, - "PhoneSwitch": { - "datatype": "boolean", - "description": "Steering wheel phone call switch engaged", - "type": "sensor", - "uuid": "f19d7c584f2f4f0080a10f773e472359" - }, - "Horn": { - "datatype": "boolean", - "description": "Steering wheel horn switch engaged", - "type": "sensor", - "uuid": "e025a116b74a41a0a283815621a41fb2" - }, - "LaneDepartureWarning": { - "datatype": "boolean", - "description": "Steering wheel lane departure warning switch engaged", - "type": "sensor", - "uuid": "6dd9c149da8449df885e6250e912e986" - } - } - } - } - }, - "Infotainment": { - "children": { - "Navigation": { - "children": { - "State": { - "datatype": "string", - "description": "Navigation state", - "enum": [ - "unknown", - "Active", - "Arrived", - "Stopped" - ], - "type": "sensor", - "uuid": "4c16a4aace5a418580c6370356d2acb9" - }, - "ElapsedDistance": { - "datatype": "float", - "description": "Navigation elapsed distance", - "type": "sensor", - "unit": "km", - "uuid": "0bef606dcf5b4a75bfd7e5f3c68359ec" - } - } - } - } - } - } - } - } - } -} |