commit | 052ffb0e1ab72ccdb5859ea715f9a296cd078749 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu May 25 09:16:53 2023 -0400 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu May 25 09:43:04 2023 -0400 |
tree | 98e30cba19b94e0f2b223501acd471fd492cde56 | |
parent | 9460809dffb1e7f99cb8b61b9892e968533958b8 [diff] |
bmc-ready: new error def for when bmc not ready phosphor-state-manager is introducing a new optional feature that users can enable which will not allow chassis or host power on operations if the BMC is not at its "Ready" state. This commit defines some new error codes so callers will have the appropriate return information when this situation arises. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ibbe71356b54675601b54179633e76310fdabccec
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