summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ambd/config14
-rw-r--r--packaging/automotive-message-broker.changes3
2 files changed, 8 insertions, 9 deletions
diff --git a/ambd/config b/ambd/config
index 4d8dee1f..dad0dc93 100644
--- a/ambd/config
+++ b/ambd/config
@@ -1,20 +1,16 @@
{
"sources" : [
+ {
+ "name" : "Murphy Source",
+ "path" : "/usr/lib/automotive-message-broker/murphysourceplugin.so",
+ "address" : "unxs:/tmp/murphy/amb"
+ },
{
"name" : "ExampleSouce",
"path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so"
}
],
"sinks": [
- {
- "name" : "ExampleSink",
- "path" : "/usr/lib/automotive-message-broker/examplesinkplugin.so"
- },
- {
- "name" : "WebSocketSink",
- "path" : "/usr/lib/automotive-message-broker/websocketsinkplugin.so",
- "interface" : "lo"
- },
{
"name" : "DBusSink",
"path" : "/usr/lib/automotive-message-broker/dbussinkplugin.so"
diff --git a/packaging/automotive-message-broker.changes b/packaging/automotive-message-broker.changes
index f3976650..b79ec082 100644
--- a/packaging/automotive-message-broker.changes
+++ b/packaging/automotive-message-broker.changes
@@ -1,3 +1,6 @@
+* Mon Sep 16 2013 - <kevron.m.rees@intel.com>
+- reenabled murphy plugin
+
* Thu Sep 12 2013 - <kevron.m.rees@intel.com>
- Official 0.10.0 ("chevelle") release.
- added LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so to fix opencvlux plugin issues.