commit | 73989f1d73172536ab04ea9e84dd68a3d49ed77a | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Mon Jul 12 15:13:11 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 28 18:21:13 2021 +0000 |
tree | 9154e4e8c23e22906c86e9b4fd8edda2bddf2f38 | |
parent | d7a81eb567ecdb167d57be52783eca480285b60f [diff] |
Power: Add dbus error for voltage regulator fault Add dbus error for voltage regulator fault. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I9a94670e5bcc3d4bdb044532e84fb70da5bf041c
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
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 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