summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2020-01-30 12:43:57 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-02-10 22:45:09 +0300
commit99355b021433638f7c9d99255850561e84f2d72e (patch)
tree55d8f0b54608af8d4b653eb33f3fa581ddff40dd /meta-ibm/meta-witherspoon
parent035b616e74ffafef314624d11331b61fef4e1fbb (diff)
downloadopenbmc-99355b021433638f7c9d99255850561e84f2d72e.tar.xz
Enable IBM D-Bus Interfaces
This commit enables the configure option "enable-ibm-dbus-interfaces" for phosphor-dbus-interfaces build to pull in all com.ibm.* interfaces. Tested: Bitbaked to ensure the right configure options are passed. (From meta-ibm rev: 8a2fdae730a41fb96887b6d404679800a9f74c8d) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I788ad7ce6e4e92567176f6dda235f6689d577260 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/meta-witherspoon')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
new file mode 100644
index 0000000000..bfc7897884
--- /dev/null
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
@@ -0,0 +1 @@
+EXTRA_OECONF_append_rainier = " --enable-ibm-dbus-interfaces"