commit | 6a8507d06e172d8d29c0459f0a0d078553d2ecc7 | [log] [tgz] |
---|---|---|
author | P.K. Lee <p.k.lee@quantatw.com> | Wed Oct 16 17:51:29 2024 +0800 |
committer | P.K. Lee <p.k.lee@quantatw.com> | Mon Nov 04 16:38:54 2024 +0800 |
tree | 8bfd4cff962ea752e3de3e262b3147c1a7a9d11a | |
parent | b314bcc8a9ff47b87c04abc2000466d81f8b4974 [diff] |
Add enum value "LPM" Add the necessary sensor units for the flowmeter in the liquid cooling system: LPM (L/min). The "dbus-sensors" package now implements the liquidflow sensor, and the "xyz.openbmc_project.Sensor.Value" should provide the "LPM" at enum's of "Unit"-property. End-user-impact: The "xyz.openbmc_project.Sensor.Value.Unit" now represents the "LPM" type of liquidflow sensor values. Change-Id: Ia6f5d30734472d336abe7bac4b05741f557c8807 Signed-off-by: P.K. Lee <p.k.lee@quantatw.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