commit | 5659dda70999bc6ca9fb52fb22dac1f2fb6c47a7 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Aug 19 14:32:43 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Tue Aug 26 02:29:36 2025 +0000 |
tree | c908885a29e2bbddb8d27e668cfe0cf7c2162672 | |
parent | 08d3add3deb08be09393bce8325e42cfc026eacc [diff] |
sensorhandler: Remove deprecated get_count method The get_count method has not been used since 2019 [1]. This commit removes its declaration. [1]: https://github.com/openbmc/phosphor-host-ipmid/commit/d957823e99 Change-Id: I4966269dce9847e23f29c3a66f6eec49fb35de6a 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