summaryrefslogtreecommitdiff
path: root/strata/genivi-demo-platform/automotive-message-broker.morph
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-15 16:24:20 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-15 17:18:28 +0000
commitffc75a3d6a1f5ae35b2c526ad168917812b35405 (patch)
tree6f25d8b6f3c7f7583cf7110b60ee17d79d3f7f22 /strata/genivi-demo-platform/automotive-message-broker.morph
parent5b20f758549ff165d214b67a3d476fcda6db1c1e (diff)
downloaddefinitions-ffc75a3d6a1f5ae35b2c526ad168917812b35405.tar.gz
Add GENIVI Demo Platform support (strata/systems/cluster)baserock/pedroalvarez/gdp-rebase
Change-Id: I1d8b72d19ffafcccdea0436ee7f5283acbc6f535
Diffstat (limited to 'strata/genivi-demo-platform/automotive-message-broker.morph')
-rw-r--r--strata/genivi-demo-platform/automotive-message-broker.morph20
1 files changed, 20 insertions, 0 deletions
diff --git a/strata/genivi-demo-platform/automotive-message-broker.morph b/strata/genivi-demo-platform/automotive-message-broker.morph
new file mode 100644
index 00000000..2516cf29
--- /dev/null
+++ b/strata/genivi-demo-platform/automotive-message-broker.morph
@@ -0,0 +1,20 @@
+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