summaryrefslogtreecommitdiff
path: root/elements/ivi/rvi/rvi_core.bst
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/ivi/rvi/rvi_core.bst
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/ivi/rvi/rvi_core.bst')
-rw-r--r--elements/ivi/rvi/rvi_core.bst22
1 files changed, 22 insertions, 0 deletions
diff --git a/elements/ivi/rvi/rvi_core.bst b/elements/ivi/rvi/rvi_core.bst
new file mode 100644
index 00000000..0932c836
--- /dev/null
+++ b/elements/ivi/rvi/rvi_core.bst
@@ -0,0 +1,22 @@
+kind: manual
+depends:
+- bluetooth.bst
+- erlang.bst
+sources:
+- kind: git
+ url: upstream:rvi/rvi_core
+ track: v0.5.0
+ ref: 9a3db2baecdddbfba8e8bfeb71038e4de6a44225
+config:
+ build-commands:
+ - |
+ make deps
+ make compile
+ make escript
+ install-commands:
+ - |
+ make DESTDIR="%{install-root}" install
+ install -d "%{install-root}"/usr/lib/systemd/system
+ install -m 0644 yocto_template/rvi.service "%{install-root}"/usr/lib/systemd/system
+ - echo "genivi.org/node/$(cat /proc/sys/kernel/random/uuid)" > "%{install-root}"/etc/opt/rvi/device_id
+ - install -m 0644 priv/config/rvi_common.config "%{install-root}"/etc/opt/rvi/rvi.config