commit | 92079a2484c37f35a7d6d51e50ac0f2ab3655899 | [log] [tgz] |
---|---|---|
author | Hieu Huynh <hieuh@os.amperecomputing.com> | Fri Oct 07 08:24:59 2022 +0000 |
committer | Hieu Huynh <hieuh@os.amperecomputing.com> | Tue Oct 11 02:24:38 2022 +0000 |
tree | 1939506cf740a665278f4c77fcaa5324a47d2588 | |
parent | 4eca251085f83caec4957d3bea812d51c1a5d3b4 [diff] |
Fix wrong threshold report For the sensor that does not support the threshold values such as WarningLow, WarningHigh, CriticalLow, CriticalHigh. These value should be 'na'. Tested: 1. Get sensor info via ipmi command ipmitool sensor get S1_SOC_Temp ... Lower Non-Recoverable : na Lower Critical : na Lower Non-Critical : na Upper Non-Critical : na Upper Critical : 105.000 .... Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: Ia366a906300c289ea94110b87fff92bca7e2b865
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage