commit | 607b4fcfc2f67665b85d3242cf6ce48c95c66acc | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sun Feb 21 07:47:49 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Feb 21 16:38:07 2021 +0000 |
tree | 48e42515a8d9cb94dc7ae766abb9b4425d613832 | |
parent | 6aa72f654eef4d6c0ffda861584871b5727124f7 [diff] |
.gitignore: handle subprojects better Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I773e3c8abd743c751bec3a2e9dd689603c7f5cf0
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