commit | 0a32d1a9e2d45074477253719e0d6333419a63a3 | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Mon Aug 04 19:32:16 2025 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 11 20:15:20 2025 +0000 |
tree | feb21f7939b4e7f590c4aa1360f3797051ea6e06 | |
parent | 1678e98958445f7a8195e4d5a0cdb978956a1a0a [diff] |
valve: add control interface Add the valve control interface to open and close the valve to start and stop the flow of coolant. Change-Id: Id23ef26dbd6f982a7fa17c65e2ef5b9f6cbc9263 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