From 26144b14060e8532c8d4e8ad5c59161f41ccd076 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 16 Jun 2022 00:48:55 -0400 Subject: 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 Change-Id: I34fae0a6e2c3ed387757eb01a9c8042ba14fbd0f --- recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb | 6 +++++- recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'recipes-platform') 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 \ " diff --git a/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb b/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb index d9e691bf..7646ccf3 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb @@ -11,4 +11,5 @@ RDEPENDS:${PN} += "\ kuksa-val \ kuksa-val-agl \ kuksa-dbc-feeder \ + agl-service-hvac \ " -- cgit 1.2.3-korg