commit | 4d1ff65d77807b40cf4b237f89df4a001496ea1e | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Sun Mar 27 22:58:16 2022 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Mar 29 22:13:56 2022 +0000 |
tree | 7ee2a82dc8e5ac30496eee44ad3a3993b309ab86 | |
parent | 2c9a434998bb9e40e1e0a1e9c500884f11a8c8ab [diff] |
Inventory: PCIeDevice: add association to pcie_slot Create association documentation to pcie slot from pcie devices. Change-Id: I167aa18864572953bb5f7c7c3b7031d0b6046366 Signed-off-by: Willy Tu <wltu@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 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