diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-06-16 00:48:55 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-06-16 00:51:36 -0400 |
commit | 1bc8975efe0a725124c0780ae4aabd3259511fb2 (patch) | |
tree | 99105f986f48c67fd64bf1cbc5c5c9f30b166ffe /recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf | |
parent | ea285aba8248385a841b7f4feb1b41b2f506407d (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-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 |