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-16 11:02:12 +0000
commit7127fc41d30749632c7d65ca57c48300f3b2f80f (patch)
treef46844d8f978a69fda7850f617fceeea50b57fc8 /strata/genivi-demo-platform/automotive-message-broker.morph
parent5b20f758549ff165d214b67a3d476fcda6db1c1e (diff)
downloaddefinitions-7127fc41d30749632c7d65ca57c48300f3b2f80f.tar.gz
Add GENIVI Demo Platform support (strata/systems/cluster)GENIVI-K1.0baserock/release/GENIVI-K1.0
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