summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-04-04 16:56:31 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-04-07 19:53:56 +0000
commita8f449b298bdbd6e94b62a77eaf3bf184a6eb7cb (patch)
treea98f6e3d45d156966da81b5d6993af39477be926 /recipes-qt/automotive
parent856015411d555cf14665491f18abf71b5121f5ed (diff)
downloadmeta-boot2qt-a8f449b298bdbd6e94b62a77eaf3bf184a6eb7cb.tar.gz
neptune-ui: Updated to the latest version
Change-Id: Ifca5ba3a117e47b6186dca7a7be48c823f43a2a7 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'recipes-qt/automotive')
-rw-r--r--recipes-qt/automotive/neptune-ui/neptune.service2
-rw-r--r--recipes-qt/automotive/neptune-ui_git.bb3
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-qt/automotive/neptune-ui/neptune.service b/recipes-qt/automotive/neptune-ui/neptune.service
index 9d7881c..32e3243 100644
--- a/recipes-qt/automotive/neptune-ui/neptune.service
+++ b/recipes-qt/automotive/neptune-ui/neptune.service
@@ -3,7 +3,7 @@ Description=Neptune
3After=systemd-user-sessions.service 3After=systemd-user-sessions.service
4 4
5[Service] 5[Service]
6ExecStart=/usr/bin/appcontroller /usr/bin/appman -r -c /opt/am/config.yaml -c am-config.yaml --dbus none Main1280x800.qml 6ExecStart=/usr/bin/appcontroller /usr/bin/appman -r -c /opt/am/config.yaml -c am-config.yaml --dbus none Main.qml
7Restart=on-failure 7Restart=on-failure
8WorkingDirectory=/opt/neptune 8WorkingDirectory=/opt/neptune
9 9
diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb
index aef6034..a71cce6 100644
--- a/recipes-qt/automotive/neptune-ui_git.bb
+++ b/recipes-qt/automotive/neptune-ui_git.bb
@@ -30,7 +30,7 @@ SRC_URI = " \
30 file://neptune.service \ 30 file://neptune.service \
31 " 31 "
32 32
33SRCREV = "b3f10d156349727310ec30b27d01e639cce4f570" 33SRCREV = "9b05221285ce2369e1e87e88c86970b943797294"
34BRANCH = "master" 34BRANCH = "master"
35 35
36S = "${WORKDIR}/git" 36S = "${WORKDIR}/git"
@@ -48,6 +48,7 @@ do_install_append() {
48 install -m 0644 ${WORKDIR}/neptune.service ${D}${systemd_unitdir}/system/ 48 install -m 0644 ${WORKDIR}/neptune.service ${D}${systemd_unitdir}/system/
49 49
50 install -m 0644 ${S}/Main*.qml ${D}/opt/neptune 50 install -m 0644 ${S}/Main*.qml ${D}/opt/neptune
51 install -m 0644 ${S}/ClusterAndHUD.qml ${D}/opt/neptune
51 install -m 0644 ${S}/am-config.yaml ${D}/opt/neptune 52 install -m 0644 ${S}/am-config.yaml ${D}/opt/neptune
52} 53}
53 54