summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/0009-Add-Pressure-property-to-BrakeOperation.patch
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-11-13 16:11:35 +0900
committerGerrit Code Review <gerrit@172.30.200.200>2015-11-13 20:17:58 +0000
commit1cabebe572defd64c998c484b623d8d7ad31b93e (patch)
treec2e7594665862a3d4e00a660dcc03c924457a4dc /meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/0009-Add-Pressure-property-to-BrakeOperation.patch
parent9494cf383ad66063fcbc58f9c36fa9e48f479f5e (diff)
Update AMB with amb-qt(qml) plugins to latest
To use CogentEmbedded fixes to amb-qt(qml) plugins of AMB, the recipes for AMB has been updated: - Pulling CogentEmbeeded's repository as upstream - Apply some patches to fix some issue around amb-qt plugins (these are from branch 'dev_0.14_2') Change-Id: I81bf63d26446ec720343c4730fdc41d65ecf2e68 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/0009-Add-Pressure-property-to-BrakeOperation.patch')
-rw-r--r--meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/0009-Add-Pressure-property-to-BrakeOperation.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/0009-Add-Pressure-property-to-BrakeOperation.patch b/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/0009-Add-Pressure-property-to-BrakeOperation.patch
new file mode 100644
index 000000000..11b44f578
--- /dev/null
+++ b/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker/0009-Add-Pressure-property-to-BrakeOperation.patch
@@ -0,0 +1,24 @@
+From 8f761e02172544212915c82b7e8dd8d4dd1281a6 Mon Sep 17 00:00:00 2001
+From: Petr Nechaev <petr.nechaev@cogentembedded.com>
+Date: Mon, 3 Aug 2015 14:18:34 +0300
+Subject: [PATCH 9/9] Add 'Pressure' property to 'BrakeOperation'
+
+---
+ plugins/dbus/runningstatus.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/plugins/dbus/runningstatus.h b/plugins/dbus/runningstatus.h
+index 16321cb..a706528 100644
+--- a/plugins/dbus/runningstatus.h
++++ b/plugins/dbus/runningstatus.h
+@@ -115,6 +115,7 @@ public:
+ :DBusSink("BrakeOperation", re, connection, map<string, string>())
+ {
+ wantPropertyVariant(VehicleProperty::WheelBrake, "BrakePedalDepressed", VariantType::Read);
++ wantPropertyVariant(VehicleProperty::WheelBrakePressure, "BrakePressure", VariantType::Read);
+ }
+ };
+
+--
+1.9.1
+