commit | 402024a82c592e26691f09f87f5dffbd0fc0e6c3 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Jul 16 14:36:31 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Fri Nov 15 00:29:20 2024 +0000 |
tree | 1b3588487f43501cbf6a6bc12856bd8696b940f6 | |
parent | a809fa5565cddcca72894738e18023a789b030c7 [diff] |
sensorhandler: Support NonRecoverable in getSensorThresholds method There are actually three types of threshold interfaces (Warning, Critical, and NonRecoverable). This patch supports the NonRecoverable interface in the getSensorThresholds method. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ie9a7ff44b4e58702c5522a308d8128fcfb1161ef
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