dbus-based ipmid for host-endpoint IPMI commands

Clone this repo:
  1. 9fda99c phosphor-host-ipmid: Fix typos in comments and log messages by Nagavarapu Sai Pavan · 13 days ago master
  2. eb0f2ad phosphor-host-ipmid: Fix typos in comments and log messages by Nagavarapu Sai Pavan · 7 days ago
  3. 15cfdc0 meson: reformat with meson formatter by Patrick Williams · 3 weeks ago
  4. d136f39 chassis handler: use PDI constants by Alexander Hansen · 3 months ago
  5. 1b2f5a6 settings: add serviceMap to cache Path-Service mapping by George Liu · 9 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