dbus-based ipmid for host-endpoint IPMI commands

Clone this repo:
  1. d136f39 chassis handler: use PDI constants by Alexander Hansen · 8 weeks ago master
  2. 1b2f5a6 settings: add serviceMap to cache Path-Service mapping by George Liu · 4 weeks ago
  3. dd581ea sensordatahandler: clarify reserved bits and signed units handling by YouPengWu · 9 weeks ago
  4. cba7256 Reject unallowlisted controller write-read requests by Farheen Iqbal · 6 weeks ago
  5. dbd83ea oem/example: use PDI constants by Alexander Hansen · 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