commit | 2600affce017d5504ab3084fcd26de64f4229372 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat Jun 05 12:15:23 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Sat Jun 05 12:17:57 2021 -0700 |
tree | 4830f294616df5ba2f61c3545de8ed892806c6f5 | |
parent | 69d821b0368b8c6943a91c7f96528e2c0047f432 [diff] |
build: Regenerate meson for sdbus++ update Change-Id: I6c7b9fc22d7acf593c268713b2ef837ab983b956 Signed-off-by: William A. Kennington III <wak@google.com>
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