commit | 99556a1fc93340954070c5b3e8527a598d072751 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Fri Jul 04 10:05:30 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Tue Jul 08 00:21:36 2025 +0000 |
tree | 68ab301fe6bc94236da4df0ca04a99e1375088b7 | |
parent | f5dd1020609586b9ba023d50d8385da9fe909149 [diff] |
Remove deprecated methods These methods are no longer used and have been marked as `deprecated` until 2025-03-30 [1]. This commit removes these methods. [1]: https://github.com/openbmc/phosphor-host-ipmid/commit/3c1e28e45f7e0b2d5961cd9d2627a5db926dcef9 Change-Id: I47cb37484b29c27250aa6bb3ceafe9b7176dd34d 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