aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-04-16 14:46:57 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-04-23 06:56:08 +0000
commit18112502eff3add71e707efa786d39557447a2b3 (patch)
tree664efd23e58cec8bf562f61b249d8adb513c70d1
parent8ec667568742bc6d67ef766f303fc4bf596aeeda (diff)
remove left over files
multiscreen demo recipe was removed ages ago. Change-Id: I595cb967e8e080269de811ecb0aff0e1b560bc67 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--meta-boot2qt/recipes-qt/automotive/multiscreen-demo/automotivedemo.service12
-rw-r--r--meta-boot2qt/recipes-qt/automotive/multiscreen-demo/tegra-t18x/automotivedemo.service13
2 files changed, 0 insertions, 25 deletions
diff --git a/meta-boot2qt/recipes-qt/automotive/multiscreen-demo/automotivedemo.service b/meta-boot2qt/recipes-qt/automotive/multiscreen-demo/automotivedemo.service
deleted file mode 100644
index af232136..00000000
--- a/meta-boot2qt/recipes-qt/automotive/multiscreen-demo/automotivedemo.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=AutomotiveDemo
-After=dbus.service dbus-session.service systemd-user-sessions.service
-Conflicts=neptune.service
-
-[Service]
-ExecStart=/usr/bin/appcontroller /usr/bin/appman -r --dbus session -c am-config.yaml
-Restart=on-failure
-WorkingDirectory=/opt/automotivedemo
-
-[Install]
-WantedBy=multi-user.target
diff --git a/meta-boot2qt/recipes-qt/automotive/multiscreen-demo/tegra-t18x/automotivedemo.service b/meta-boot2qt/recipes-qt/automotive/multiscreen-demo/tegra-t18x/automotivedemo.service
deleted file mode 100644
index 1025cc17..00000000
--- a/meta-boot2qt/recipes-qt/automotive/multiscreen-demo/tegra-t18x/automotivedemo.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=AutomotiveDemo
-After=dbus.service dbus-session.service systemd-user-sessions.service
-Conflicts=neptune.service
-
-[Service]
-ExecStart=/usr/bin/appcontroller /usr/bin/appman -r --dbus session -c am-config.yaml
-Restart=on-failure
-WorkingDirectory=/opt/automotivedemo
-Environment=QT_QPA_EGLFS_KMS_CONFIG=kms_config.json
-
-[Install]
-WantedBy=multi-user.target