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