dbus-based ipmid for host-endpoint IPMI commands

Clone this repo:

Branches

  1. 2738b9e Use ctx in getButtonDisabled function by Konstantin Aladyshev · 8 weeks ago master
  2. 305d864 Refactor getButtonEnabled/setButtonEnabled functions by Konstantin Aladyshev · 8 weeks ago
  3. 5a39894 user_channel: Add exception message to lg2 by George Liu · 3 months ago
  4. 69887a6 OWNERS: Add myself as an owner by George Liu · 6 weeks ago
  5. de1420d Added asynchronous callDbusMethod by George Liu · 6 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