commit | 6b50623459b54af222cb9a79c5a0c7912c92da41 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Sep 10 13:14:54 2021 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Fri Sep 10 13:17:36 2021 -0500 |
tree | 236af9122e8028047796b949753c47ce203eeb56 | |
parent | f18b21e0e16a2ac5fe1600bcc35b8c89a7e51caf [diff] |
Put PowerState On/Off enums in quotes Without this, the python code generator converts them to booleans and emits True and False as the enum values in the generated code. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I4d8804e6c83055c55ebbbe032d65c6609518c711
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