commit | e6cd4dfd33cee33bbb92b3359d940b82412464f3 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Dec 05 17:07:59 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Mar 03 09:54:41 2025 +0800 |
tree | 7c037d0992b748a2617b971fcf2e1fd57e39a087 | |
parent | f7452cb646898a90f85d95208721d714c8b1709e [diff] |
storagehandler: remove storagehandler.hpp The IPMI_CMD declared in storagehandler.hpp is redundant because these commands are already declared in api-types.hpp, so this commit remove the storagehandler.hpp file. Change-Id: I3b8beefe54833e9954525057034f382a33cb3944 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