commit | 29a7478822b3f0d65820949653190e9ec02678da | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Fri Jul 26 16:58:04 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu Aug 15 00:28:50 2024 +0000 |
tree | 2be534e0e74593a450ffd7419826f983e45ece2b | |
parent | 9479e3d610ef6faf3238c69bc7bfc303e38d8e3a [diff] |
app: remove unused commands Since the implementations of commands ipmi_app_channel_info, ipmi_get_channel_access, and ipmi_set_channel_access have been removed in a previous patch [1], this commit removes the declarations in hpp. [1]: https://github.com/openbmc/phosphor-host-ipmid/commit/d2a57decf383eb3faf3587739ad0b3181b7bb2d6 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ice8b824abba4126d373cdfcf63364b6257d045ac
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