ForkNVIDIANVIDIApublished May 6, 2024seen 5d

NVIDIA/phosphor-host-ipmid

forked from openbmc/phosphor-host-ipmid

Open original ↗

Captured source

source ↗
published May 6, 2024seen 5dcaptured 11hhttp 200method plain

NVIDIA/phosphor-host-ipmid

Description: dbus-based ipmid for host-endpoint IPMI commands

Language: C++

License: Apache-2.0

Stars: 2

Forks: 1

Open issues: 0

Created: 2024-05-06T16:47:50Z

Pushed: 2026-06-05T09:12:01Z

Default branch: develop

Fork: yes

Parent repository: openbmc/phosphor-host-ipmid

Archived: no

README:

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