summaryrefslogtreecommitdiff
path: root/ivi/strata/rvi/rvi_core.morph
blob: c34f8a975e60925d1a449000a05524923f869378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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