summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-06-16 00:48:55 -0400
committerScott Murray <scott.murray@konsulko.com>2022-06-16 00:51:36 -0400
commit1bc8975efe0a725124c0780ae4aabd3259511fb2 (patch)
tree99105f986f48c67fd64bf1cbc5c5c9f30b166ffe /recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb
parentea285aba8248385a841b7f4feb1b41b2f506407d (diff)
agl-service-hvac: add updated recipes
Add recipes to build the new incarnation of VIS client daemon version of agl-service-hvac and for installing associated demo platform configuration files for the full AGL demo setup. As well, add the new packages from these recipes to the appropriate packagegroups. Bug-AGL: SPEC-4409 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ifeee032e19349f8e780c05f0e8c8cf11fc635452
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb')
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb
index 25a37950..317b9005 100644
--- a/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb
+++ b/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb
@@ -9,7 +9,7 @@ PACKAGES = " \
"
# NOTES:
-# - demo-i2x-udev-conf:
+# - demo-i2c-udev-conf:
# Adds udev configuration and scripts for supporting USB attached
# I2C devices for RTC and HVAC LED support.
# - sllin-demo:
@@ -20,6 +20,9 @@ PACKAGES = " \
# 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
@@ -30,5 +33,6 @@ RDEPENDS:${PN} = "\
demo-i2c-udev-conf \
sllin-demo \
kuksa-dbc-feeder-sllin \
+ agl-service-hvac-demo-conf \
simple-can-simulator \
"