diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-06-16 00:48:55 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-07-06 14:32:43 -0400 |
commit | 26144b14060e8532c8d4e8ad5c59161f41ccd076 (patch) | |
tree | cda1b9f023d7dc5c5a7efcc043e04913ae40a759 /recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf | |
parent | fa8b62e148ec1f2be0494d6f899940913d49704f (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: I34fae0a6e2c3ed387757eb01a9c8042ba14fbd0f
Diffstat (limited to 'recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf')
-rw-r--r-- | recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf/agl-service-hvac-can.conf.demo | 2 | ||||
-rw-r--r-- | recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf/sllin.conf | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf/agl-service-hvac-can.conf.demo b/recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf/agl-service-hvac-can.conf.demo new file mode 100644 index 000000000..d2e0bb3d4 --- /dev/null +++ b/recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf/agl-service-hvac-can.conf.demo @@ -0,0 +1,2 @@ +[can] +port = "sllin0" diff --git a/recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf/sllin.conf b/recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf/sllin.conf new file mode 100644 index 000000000..f4df1855b --- /dev/null +++ b/recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf/sllin.conf @@ -0,0 +1,3 @@ +[Unit] +Requires=kuksa-dbc-feeder-sllin.service +After=kuksa-dbc-feeder-sllin.service |