summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-07-27 07:27:01 -0700
committerPatrick Venture <venture@google.com>2018-08-09 18:00:39 +0000
commit26f8c6c30177c5363faa35c5e009a0f0b002a301 (patch)
tree138646527c22ecaf204bad241f5436642c683ca5 /meta-phosphor
parentece5cbe608706222e5fe60fbc83c73c6f355264e (diff)
downloadtalos-openbmc-26f8c6c30177c5363faa35c5e009a0f0b002a301.tar.gz
talos-openbmc-26f8c6c30177c5363faa35c5e009a0f0b002a301.zip
phosphor-pid-control: enable OEM IPMI handler
Enables installing the OEM IPMI handler for phosphor-pid-control that allows setting it in manual mode, or checking if it's in fail-sade mode. Change-Id: I4e4f31977aa30ae8ef245f78ece02518ec015aca Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-phosphor/fans/phosphor-pid-control.bb13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/fans/phosphor-pid-control.bb b/meta-phosphor/common/recipes-phosphor/fans/phosphor-pid-control.bb
index c706ddb7e..0da19395b 100644
--- a/meta-phosphor/common/recipes-phosphor/fans/phosphor-pid-control.bb
+++ b/meta-phosphor/common/recipes-phosphor/fans/phosphor-pid-control.bb
@@ -39,15 +39,14 @@ RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
FILES_${PN} = "${sbindir}/swampd ${sbindir}/setsensor"
-# TODO: Enable this once OEM routing is enabled.
-#FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
-#FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
-#FILES_${PN}_append = " ${libdir}/net-ipmid/lib*${SOLIBS}"
-#FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
+# The following installs the OEM IPMI handler for the fan controls.
+FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
+FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
+FILES_${PN}_append = " ${libdir}/net-ipmid/lib*${SOLIBS}"
+FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
EXTRA_OECONF = "SENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/sensor-list.yaml \
PID_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/pid-list.yaml \
ZONE_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/zone-info.yaml"
-# TODO: Enable this once OEM routing is enabled.
-#HOSTIPMI_PROVIDER_LIBRARY += "libmanualcmds.so" \ No newline at end of file
+HOSTIPMI_PROVIDER_LIBRARY += "libmanualcmds.so"
OpenPOWER on IntegriCloud