summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-01-18 18:01:29 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-01-30 01:25:55 +0000
commit0b2b16522039d2314bbc6de1f0a65e49aba8ec39 (patch)
treeff6dedd318f753e5a0e66056e90e0d723ee395b0 /meta-phosphor/conf
parentb871318c291a64843e40f781b05ee0fd245836f4 (diff)
downloadtalos-openbmc-0b2b16522039d2314bbc6de1f0a65e49aba8ec39.tar.gz
talos-openbmc-0b2b16522039d2314bbc6de1f0a65e49aba8ec39.zip
phosphor-ipmi-host: Add channel config default
To provide a custom channel configuration, provide a virtual phosphor-ipmi-channel-config. Change-Id: I00d8e8aed11a18d193a9066a098611784600da56 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-defaults.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-defaults.inc b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
index 431ba23dd..2317d9a4e 100644
--- a/meta-phosphor/conf/distro/include/phosphor-defaults.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-defaults.inc
@@ -168,6 +168,13 @@ PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native ?= \
PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory ?= \
"${@cf_enabled(d, 'obmc-mrw', 'phosphor-ipmi-sensor-inventory-mrw-native', 'phosphor-ipmi-sensor-inventory-native')}"
+# The phosphor-host-ipmid application is data-driven and requires an input
+# mapping of IPMI channel to DBus objects interfaces and properties.
+# This virtual is a native recipe that provides that mapping by installing
+# configuration files in the format and native sysroot location expected by
+# the phosphor-host-ipmid build process in the native sysroot.
+PREFERRED_PROVIDER_virtual/phosphor-ipmi-channel-config ?= "phosphor-ipmi-channel-inventory-native"
+
# The phosphor-logging application has a data driven plugin that adds FRU
# callout information to error logs, when applications generating error logs
# add the requisite callout metadata to the systemd journal. The plugin requires
OpenPOWER on IntegriCloud