summaryrefslogtreecommitdiff
path: root/strata/genivi-demo-platform
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-04-07 21:55:33 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-04-08 17:21:45 +0000
commit4b69b26d55cf392a5b16ac411ef8546e82653219 (patch)
treea94a00a858069ee06cc8547f6cf77cb49e1fd953 /strata/genivi-demo-platform
parent942bf3731eb1f49132e5630156ff317ff30c2c7a (diff)
downloaddefinitions-4b69b26d55cf392a5b16ac411ef8546e82653219.tar.gz
Move automotive-message-broke to ivi-common
Currently this module is used by GENIVI and AGL Change-Id: I9b1024d3b9546de418e5d235e3bd845c8402db09
Diffstat (limited to 'strata/genivi-demo-platform')
-rw-r--r--strata/genivi-demo-platform/automotive-message-broker.morph20
1 files changed, 0 insertions, 20 deletions
diff --git a/strata/genivi-demo-platform/automotive-message-broker.morph b/strata/genivi-demo-platform/automotive-message-broker.morph
deleted file mode 100644
index 2516cf29..00000000
--- a/strata/genivi-demo-platform/automotive-message-broker.morph
+++ /dev/null
@@ -1,20 +0,0 @@
-name: automotive-message-broker
-kind: chunk
-description: The GENIVI Automotive Message Broker
-build-system: cmake
-post-install-commands:
-- mkdir -p "$DESTDIR/usr/lib/systemd/system"
-- |
- cat >"$DESTDIR/usr/lib/systemd/system/ambd.service" <<EOF
- [Unit]
- Description=Automotive Message Broker
- After=syslog.target
-
- [Service]
- Type=dbus
- BusName=org.automotive.message.broker
- ExecStart=/usr/bin/ambd
-
- [Install]
- WantedBy=multi-user.target
- EOF