commit | f4b0322f14513171af7531807d56373204224eb3 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 16 09:11:00 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 16 09:11:39 2025 -0400 |
tree | 3ea4bb3136c886f0a86be7b1762d077285e11809 | |
parent | 70464852575e6761de4b5fcdf5202356b9ff53ce [diff] |
com.meta: clean up extra quotes Enumeration names rarely need quotations. Clean them up because they seem to be propagating via copy/paste within com.meta. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2c68c06f6e11bd038a099ea229bf73423662a515
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