diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-07-24 12:45:15 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-01 10:34:17 +0000 |
commit | b6141a90bcf736fee859efcbae9693b895094394 (patch) | |
tree | 6bcc30cd1c0f3230691630586d317f2cba6f6dea /recipes-demo-hmi/can-lin/files | |
parent | e5fbebaa4fce6fb0877354fb0ac2f6d6576e6adf (diff) |
Remove porter board config
* porter board is not supported any more in AGL
Change-Id: Ifad3f089707d772f41d0ac6916348474a284b5b9
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/can-lin/files')
-rw-r--r-- | recipes-demo-hmi/can-lin/files/hvac-demo.service | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-demo-hmi/can-lin/files/hvac-demo.service b/recipes-demo-hmi/can-lin/files/hvac-demo.service deleted file mode 100644 index 7173f9bf4..000000000 --- a/recipes-demo-hmi/can-lin/files/hvac-demo.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description = HVAC DEMO hardware startup -After=WindowManager.service - -[Service] -Type=simple -ExecStartPre=-/sbin/ip link add dev vcan0 type vcan -ExecStartPre=-/sbin/ifconfig vcan0 up -ExecStart=/usr/bin/openvt -e /usr/bin/OptoLyzerMoccaApp - -[Install] -WantedBy=default.target |