commit | ca6a4837d07e4e27445ae7f8ad5c5dfd952a5bbe | [log] [tgz] |
---|---|---|
author | Lakshmi Yadlapati <lakshmiy@us.ibm.com> | Mon Mar 20 15:45:00 2023 -0500 |
committer | Lakshmi Yadlapati <lakshmiy@us.ibm.com> | Fri May 12 18:20:30 2023 +0000 |
tree | 64ce1cfa3dba7f886a1a837a54dd1ad421f6705f | |
parent | 8cca11f0c7d7f0dacec15b0c4272703862cbafba [diff] |
Remove "Manufacturer" from PCIeDevice interface "Manufacturer" is already part of Asset interface. Remove it from PCIeDevice interface. peci-pcie commit to set Manufacturer in the Asset interface: https://gerrit.openbmc.org/c/openbmc/peci-pcie/+/62256 bmcweb commits: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/62257 https://gerrit.openbmc.org/c/openbmc/bmcweb/+/40051 Change-Id: I2ea7551968893e151219c3c620a52ad8bac7cfd1 Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
Before defining a new D-Bus interface or modifying an existing one, please read through the documented set of the common requirements and expectations.
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