dbus-based ipmid for host-endpoint IPMI commands

Clone this repo:
  1. ec9e8bb Fix clang-tidy reported issue by Vernon Mauery · 3 days ago master
  2. 9fa0335 Enable VLAN for ipmitool by Chandramohan83 · 9 months ago
  3. 920602f Fix host-interface.hpp build error by Lei YU · 14 days ago
  4. ae30d81 NetFn: Use api.hpp instead of api.h by George Liu · 8 weeks ago
  5. 535fc0c api: remove ipmid_get_sd_event_connection by George Liu · 8 weeks ago

phosphor-host-ipmid

Compile ipmid with default options

meson builddir
ninja -C builddir

Compile ipmid with yocto defaults

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.

Enable/Disable meson wrap feature

meson builddir -Dwrap_mode=nofallback
ninja -C builddir

Enable debug traces

meson builddir -Dbuildtype=debug
ninja -C builddir

Generate test coverage report

meson builddir -Db_coverage=true -Dtests=enabled
ninja -C builddir test
ninja -C builddir coverage