commit | cacf830949388bd819e8a062facc9ea12a3d2101 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Dec 05 17:10:11 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Mar 03 09:54:41 2025 +0800 |
tree | 129bb048e7dda832a202d18023ae8c1ec6c65e7b | |
parent | e6cd4dfd33cee33bbb92b3359d940b82412464f3 [diff] |
usercommands: remove IPMI_CMD command The IPMI_CMD declared in usercommands.hpp is redundant because these commands are already declared in api-types.hpp, so this commit removes all IPMI_CMD in usercommands.hpp. Change-Id: I347c30e1907b6fd0b2d311c970455195ade383ee 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