commit | f7452cb646898a90f85d95208721d714c8b1709e | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Dec 05 17:04:45 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Mar 03 09:54:41 2025 +0800 |
tree | 583f8bdf3b5a6a1a766a66cdec4921c5415c1e10 | |
parent | 2e32747557b742470a5d21c2da1b8761ba50b188 [diff] |
sensorhandler: remove IPMI_CMD command The IPMI_CMD declared in sensorhandler.hpp is redundant because these commands are already declared in api-types.hpp, so this commit removes all IPMI_CMD in sensorhandler.hpp. Change-Id: Idc3586d82f3d9905c5ae214e652724ca6425aae7 Signed-off-by: George Liu <liuxiwei@ieisystem.com>
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