commit | d85f391e9878b44f6401f393075910f74f9a0e73 | [log] [tgz] |
---|---|---|
author | Sunny Srivastava <sunnsr25@in.ibm.com> | Fri Apr 01 00:25:05 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Apr 11 18:23:32 2022 +0000 |
tree | 1e69649ca486e3359fde3aae4344f303a753a3f9 | |
parent | c531268c53e2676ca82937ef67d1b0475467bc59 [diff] |
Lanes in use property added The commit adds property "LanesInUse" property for PICeDevice interface. It will denote the number of PCIe lanes in use by this device. Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com> Change-Id: If3d1bca4ce8f186391d842e6b6884f8b898aeec0
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