summaryrefslogtreecommitdiff
path: root/strata/rvi/rvi_core.morph
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-10-31 13:24:49 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-11 17:36:41 +0900
commit96fe3824740eb01fa6b5ee3a7d803c4d23a34cfa (patch)
tree0f6bec07bd4b7b6244ce7edc0c4cd5b88c75077f /strata/rvi/rvi_core.morph
parent6cb5b32227de1043933fed3542e70bc3c64f59c3 (diff)
downloaddefinitions-96fe3824740eb01fa6b5ee3a7d803c4d23a34cfa.tar.gz
Moving ivi systems & clusters and related strata to ivi subdir
Change-Id: I9ebe47f7808885be59ead2ac0778fbf762ad3c4e
Diffstat (limited to 'strata/rvi/rvi_core.morph')
-rw-r--r--strata/rvi/rvi_core.morph16
1 files changed, 0 insertions, 16 deletions
diff --git a/strata/rvi/rvi_core.morph b/strata/rvi/rvi_core.morph
deleted file mode 100644
index c34f8a97..00000000
--- a/strata/rvi/rvi_core.morph
+++ /dev/null
@@ -1,16 +0,0 @@
-name: rvi_core
-kind: chunk
-build-system: manual
-build-commands:
-- |
- make deps
- make compile
- make escript
-install-commands:
-- |
- make DESTDIR="$DESTDIR" install
- install -d "$DESTDIR"/usr/lib/systemd/system
- install -m 0644 yocto_template/rvi.service "$DESTDIR"/usr/lib/systemd/system
-post-install-commands:
-- echo "genivi.org/node/$(cat /proc/sys/kernel/random/uuid)" > "$DESTDIR"/etc/opt/rvi/device_id
-- install -m 0644 priv/config/rvi_common.config "$DESTDIR"/etc/opt/rvi/rvi.config