From a8f449b298bdbd6e94b62a77eaf3bf184a6eb7cb Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 4 Apr 2016 16:56:31 +0200 Subject: neptune-ui: Updated to the latest version Change-Id: Ifca5ba3a117e47b6186dca7a7be48c823f43a2a7 Reviewed-by: Samuli Piippo --- recipes-qt/automotive/neptune-ui/neptune.service | 2 +- recipes-qt/automotive/neptune-ui_git.bb | 3 ++- 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 After=systemd-user-sessions.service [Service] -ExecStart=/usr/bin/appcontroller /usr/bin/appman -r -c /opt/am/config.yaml -c am-config.yaml --dbus none Main1280x800.qml +ExecStart=/usr/bin/appcontroller /usr/bin/appman -r -c /opt/am/config.yaml -c am-config.yaml --dbus none Main.qml Restart=on-failure WorkingDirectory=/opt/neptune 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 = " \ file://neptune.service \ " -SRCREV = "b3f10d156349727310ec30b27d01e639cce4f570" +SRCREV = "9b05221285ce2369e1e87e88c86970b943797294" BRANCH = "master" S = "${WORKDIR}/git" @@ -48,6 +48,7 @@ do_install_append() { install -m 0644 ${WORKDIR}/neptune.service ${D}${systemd_unitdir}/system/ install -m 0644 ${S}/Main*.qml ${D}/opt/neptune + install -m 0644 ${S}/ClusterAndHUD.qml ${D}/opt/neptune install -m 0644 ${S}/am-config.yaml ${D}/opt/neptune } -- cgit v1.2.3-54-g00ecf