summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-sota/rvi-sota-client/rvi-sota-client
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2016-05-04 12:35:03 +0000
committerGerrit Code Review <gerrit@172.30.200.200>2016-05-06 21:46:42 +0000
commit084ab213bd37fb22b4f2bd2e23859b719778c4cc (patch)
tree415eae01352aee9f1fbcc57ecd254543233fbbdc /meta-agl/recipes-sota/rvi-sota-client/rvi-sota-client
parent6f6eaaf6ab72f73a7bb9e568eb4f13b0f05fd95a (diff)
rvi-sota-client_git: add RVI SOTA client
Build and deploy sota_client and a systemd service. The application is written in the Rust programming language and depends on Cargo therefore the recipe requires on meta-rust. It is using crate dbus-rs version 0.1.2 with fixed casts of c_char raw pointers for ARM. Bug-AGL: SPEC-176 Change-Id: Ic8f24ae3dd2e62297e303be23a40759b0b919b86 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'meta-agl/recipes-sota/rvi-sota-client/rvi-sota-client')
-rw-r--r--meta-agl/recipes-sota/rvi-sota-client/rvi-sota-client/rvi-sota-client.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-agl/recipes-sota/rvi-sota-client/rvi-sota-client/rvi-sota-client.service b/meta-agl/recipes-sota/rvi-sota-client/rvi-sota-client/rvi-sota-client.service
new file mode 100644
index 000000000..d99f9d606
--- /dev/null
+++ b/meta-agl/recipes-sota/rvi-sota-client/rvi-sota-client/rvi-sota-client.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=RVI SOTA Client
+
+[Service]
+User=root
+ExecStart=/usr/bin/run.sh
+
+[Install]
+WantedBy=multi-user.target