commit | 00233a2fa0a129d3a308117f8769c2ce1f8dec8c | [log] [tgz] |
---|---|---|
author | NodeMan97 <corey.hardesty@icloud.com> | Fri Jun 03 11:28:50 2022 -0500 |
committer | Corey Hardesty <corey.hardesty@icloud.com> | Fri Jun 03 16:30:13 2022 +0000 |
tree | b8043383acfc19556887909c88a651b3ead9cc1e | |
parent | 0f97c461bd0dd7486b29cc07cb721f7b9f94256e [diff] |
Fixed a mispelling Saw a typo in the README. Simply fixed. Signed-off-by: Corey Hardesty <corey.hardesty@icloud.com> Change-Id: Id0ac0e4e14811c5009376992d6ff2e92e1a3ef17
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 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