commit | 94ca23a17eaadfd6f18a89c08ff2253d93a08c32 | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Thu Aug 14 14:32:27 2025 -0700 |
committer | Jagpal Singh Gill <paligill@gmail.com> | Wed Sep 24 13:51:20 2025 -0700 |
tree | 8c3be638f2514635a113a91bc57930d690d3c9cc | |
parent | 60040679038171a2f997fa62cc195a32e8a18bba [diff] |
pump: add event interface Add the PumpFailed and PumpRestored events for the pumps used in Resevior & Pumping Unit based liquid cooling equipment. These definitions are based on Redfish specification of these events under Environmental namespace[1]. [1] https://github.com/DMTF/Redfish-Publications/blob/main/registries/Environmental.1.2.0.json#L2254 Change-Id: I8ec4e95712a156023d654f83ad6d025c1cae6fe8 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
Before defining a new D-Bus interface or modifying an existing one, please read through the documented set of the common requirements and expectations.
This project can be built with meson
. The typical meson
workflow is: meson builddir && ninja -C builddir
.
The meson files used to handle the YAML files are automatically generated and found under the gen
subdirectory. When adding or removing YAML files, this must be regenerated. This can be done with the helper script found in the gen
subdirectory: cd gen && ./regenerate-meson
.
Only the xyz/openbmc_project and org/freedesktop interfaces are built by default. Other interfaces can be enabled by meson options:
-Ddata_com_ibm=true
-Ddata_org_open_power=true
Example: meson builddir -Ddata_com_ibm=true && ninja -C builddir