diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-11-06 16:14:57 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-11-06 16:20:50 -0500 |
commit | 9720369548deb31910c6addabad74886653444bc (patch) | |
tree | 48040f5ac87f39020dbe7bdaad041bce28660331 /recipes-kernel/sllin/files/sllin-demo.service | |
parent | d367bf23b04810d53351c63e6505376eaacc32ae (diff) |
Update LIN demo to use lin-config
Changes include:
- Add patch to fix lin-config recipe build QA error.
- Tweak lin-config recipe to install lin_config as executable.
- Rework sllin-demo systemd unit and start_lin_demo.sh script to use
lin_config with an appropriate configuration file that enables
polling of the steering wheel adapter instead of just using
ldattach.
Bug-AGL: SPEC-2918
Change-Id: I3258b7e34cecbbb1cfb93ea6f63a44f0bbb2c06f
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-kernel/sllin/files/sllin-demo.service')
-rw-r--r-- | recipes-kernel/sllin/files/sllin-demo.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/sllin/files/sllin-demo.service b/recipes-kernel/sllin/files/sllin-demo.service index 7eb6cfac4..2f2f5ac23 100644 --- a/recipes-kernel/sllin/files/sllin-demo.service +++ b/recipes-kernel/sllin/files/sllin-demo.service @@ -1,13 +1,13 @@ [Unit] -Description = LIN DEMO startup +Description=LIN demo configuration +ConditionPathExists=/dev/ttyUSB0 After=afm-system-daemon.service [Service] Type=forking -PIDFile=/var/run/lin_ldattach +PIDFile=/var/run/lin_config.pid ExecStart=/usr/bin/start_lin_demo.sh RemainAfterExit=yes - [Install] WantedBy=multi-user.target |