commit | 41490f2da59124728b36b6a209f5984d7cba6ea8 | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Wed Oct 14 05:04:37 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 14 12:48:40 2020 +0000 |
tree | 641de292baa62cb486e992f4f830822d2ef38fe6 | |
parent | e1693dabac7dbbf6424f982faa125f4e2e643ba3 [diff] |
Inventory.Item.PCIeSlot: Add PCIeSlot.interface.yaml PCIE slots are one type of Inventory items and the proposed interfaces will define the characteristics Reference: https://redfish.dmtf.org/schemas/v1/PCIeSlots.v1_4_0.yaml Change-Id: I51dc147298dea0df0fb6cdd4d725937adda5abef Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.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