X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo-preload.bb;h=317b90052c32455482c2529e99d462aad7d3b590;hb=1f2eba7c64b20ef7753606edbe5afb6078334963;hp=5a9178afd4ac4bfdd75709403c6a938ec6279c3e;hpb=78883948a2f9ee25ebc24c6fcfefd031d0d3cb6f;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb index 5a9178afd..317b90052 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-preload.bb @@ -9,13 +9,20 @@ 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: # 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 @@ -25,5 +32,7 @@ RDEPENDS:${PN} = "\ packagegroup-agl-demo-platform \ demo-i2c-udev-conf \ sllin-demo \ + kuksa-dbc-feeder-sllin \ + agl-service-hvac-demo-conf \ simple-can-simulator \ "