From 0b2b16522039d2314bbc6de1f0a65e49aba8ec39 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 18 Jan 2018 18:01:29 -0800 Subject: 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 --- meta-phosphor/conf/distro/include/phosphor-defaults.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-phosphor/conf/distro/include/phosphor-defaults.inc') 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 -- cgit v1.2.3