commit | bc0b221dda4f9aad8589469066d8f075b69789f0 | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Fri Jun 21 14:47:55 2019 +0000 |
committer | Brad Bishop <radsquirrel@gmail.com> | Wed Jun 26 15:23:51 2019 +0000 |
tree | 0bd04ea62e2a645a8857a5be5744d3f52b2fff2b | |
parent | 0c2b3acd905de8d8547139075ecc034f213636d9 [diff] |
meta-ibm: witherspoon: Add total_power sensor to chassis association This sensor is needed under the chassis association so that bmcweb can report the PowerControl/PowerConsumedWatts Redfish property. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: Ic55c3d8f0aece0ab12b963b69a7de25359f6c9cd
diff --git a/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json b/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json index 0adee9c..bea5269 100644 --- a/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json +++ b/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json
@@ -1597,7 +1597,9 @@ "/xyz/openbmc_project/sensors/current/p1_vcs_current", "/xyz/openbmc_project/sensors/current/p1_vddr_current", "/xyz/openbmc_project/sensors/current/p1_vdd_current", - "/xyz/openbmc_project/sensors/current/p1_vdn_current" + "/xyz/openbmc_project/sensors/current/p1_vdn_current", + + "/xyz/openbmc_project/sensors/power/total_power" ] } ]