diff options
Diffstat (limited to 'recipes-demo-hmi/navigation/mapviewer-demo')
-rw-r--r-- | recipes-demo-hmi/navigation/mapviewer-demo/mapviewer-demo-network-conf.service | 15 | ||||
-rw-r--r-- | recipes-demo-hmi/navigation/mapviewer-demo/weston-ready.conf | 4 |
2 files changed, 0 insertions, 19 deletions
diff --git a/recipes-demo-hmi/navigation/mapviewer-demo/mapviewer-demo-network-conf.service b/recipes-demo-hmi/navigation/mapviewer-demo/mapviewer-demo-network-conf.service deleted file mode 100644 index 1a6e2d8b7..000000000 --- a/recipes-demo-hmi/navigation/mapviewer-demo/mapviewer-demo-network-conf.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Configure dedicated link for cluster demo network -After=sys-subsystem-net-devices-eth1.device -Requires=sys-subsystem-net-devices-eth1.device -Before=network.target - -[Service] -# Note that this is done as opposed to using connman as configuring an -# interface on a second network separate from the rest of the interfaces -# is non-trivial in connman and needs further investigation. -ExecStart=/sbin/ifconfig eth1 192.168.20.93 -Type=oneshot - -[Install] -WantedBy=network.target diff --git a/recipes-demo-hmi/navigation/mapviewer-demo/weston-ready.conf b/recipes-demo-hmi/navigation/mapviewer-demo/weston-ready.conf deleted file mode 100644 index e90eed5f8..000000000 --- a/recipes-demo-hmi/navigation/mapviewer-demo/weston-ready.conf +++ /dev/null @@ -1,4 +0,0 @@ -[Unit] -Requires=weston-ready.service -After=weston-ready.service - |