commit | 87993931417bcbe234337b6b7b11737118b448d7 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Dec 05 16:57:51 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Mar 03 09:54:41 2025 +0800 |
tree | cb7bee5a6fc2f28cd495c7975a731d4c18f59455 | |
parent | 1c2d36d3bc641afb01558562cbe4673a01815559 [diff] |
chassishandler: remove IPMI_CMD command The IPMI_CMD declared in chassishandler.hpp is redundant because these commands are already declared in api-types.hpp, so this commit removes all IPMI_CMD in chassishandler.hpp. Change-Id: I2ec33b4b6df7cad1585f3be829386dd25ea6da80 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