summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-12-07 19:00:11 +0900
committerScott Murray <scott.murray@konsulko.com>2022-12-07 19:26:14 +0900
commit9d9c7970c89d2b43d9515db2e5fd1001026b0eb3 (patch)
tree17fdd8a47772898c3837d0ab19b480db5ae8f6ee /recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb
parentb7ea2af70b543fcea0f3c9a83cbd6b12c779b2d1 (diff)
Remove demo sllin configuration
Remove recipes providing sllin configuration for the full demo, as all LIN usage is being replaced with CAN. The recipes for the sllin driver and associated lin_config utility are kept for now in case there are external uses. Bug-AGL: SPEC-4635 Change-Id: I67b7acf5a8c3801cb1890ee27486080255252385 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb')
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb
index 317b9005..2facd00f 100644
--- a/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb
+++ b/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb
@@ -12,17 +12,6 @@ PACKAGES = " \
# - demo-i2c-udev-conf:
# Adds udev configuration and scripts for supporting USB attached
# I2C devices for RTC and HVAC LED support.
-# - sllin-demo:
-# Adds systemd unit and scripting to drive configuring sllin
-# driver with lin-config utility, enabling HVAC fan control and
-# steering wheel controls in the demo.
-# - kuksa-dbc-feeder-sllin:
-# Adds configuration and systemd unit to run a second instance of
-# the DBC feeder against the sllin0 interface to connect the
-# steering wheel controls into VIS.
-# - agl-service-hvac-demo-conf:
-# Adds configuration to make agl-service-hvac use sllin0 for its
-# HVAC board control via CAN -> LIN.
# - simple-can-simulator:
# CAN message simulator for vehicle and engine speed message
# generation, with some support for the cruise control events from
@@ -31,8 +20,5 @@ PACKAGES = " \
RDEPENDS:${PN} = "\
packagegroup-agl-demo-platform \
demo-i2c-udev-conf \
- sllin-demo \
- kuksa-dbc-feeder-sllin \
- agl-service-hvac-demo-conf \
simple-can-simulator \
"