summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-common/recipes-phosphor/ipmi
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2023-05-12 04:54:05 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2023-05-12 09:31:32 +0300
commit7298c40df4b8c330313716077ac25518e1aa5799 (patch)
tree7fd821a9d8778466c51d8cee7a17ef9a243eaa18 /meta-ampere/meta-common/recipes-phosphor/ipmi
parent8ee46d309af05e8af0ca9b861b5edf0948cfeecc (diff)
downloadopenbmc-7298c40df4b8c330313716077ac25518e1aa5799.tar.xz
meta-ampere: ipmi: disable dynamic-sensors
Both Mt.Jade and Mt.Mitchell platforms use yaml to declare IPMI configuration, not dynamically calculated via entity-manager's minValue and maxValue. So, having dynamic-sensors enabled by default is not correct. Instead of enabling dynamic-sensors for ipmitool fru print to use information from EM, should add more option for this feature instead. Tested: 1. Verify if ipmitool sdr list can report sensor information correctly Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I3d7d4a692e059367e9edea38a6230b4a2112d602
Diffstat (limited to 'meta-ampere/meta-common/recipes-phosphor/ipmi')
-rw-r--r--meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
index f7d3071436..493dd74f16 100644
--- a/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
+++ b/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
@@ -3,9 +3,6 @@ FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
RRECOMMENDS:${PN} += "ipmitool"
RDEPENDS:${PN} += "bash"
-PACKAGECONFIG:append = " dynamic-sensors"
-HOSTIPMI_PROVIDER_LIBRARY += "libdynamiccmds.so"
-
SRC_URI += "\
file://ampere-phosphor-softpoweroff \
file://ampere.xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \