commit | 1c140b9766a15d1cbb8546fa02d5050d772a171d | [log] [tgz] |
---|---|---|
author | Myung Bae <myungbae@us.ibm.com> | Thu Mar 14 12:52:41 2024 -0700 |
committer | Myung Bae <myungbae@us.ibm.com> | Fri Mar 15 07:04:19 2024 -0700 |
tree | 5f2dc64e35c0a309acdeea911fe2f02abab57501 | |
parent | 37b87aa250bafd0e04a5fc5d6902222343c177e9 [diff] |
Clarify description of LanesInUse description The values of LanesInUse are clarified - "0" as unused - "maxint" (default) as unknown or unavailable Change-Id: I6831d3a6f09253482a8d451f86b8631612f6384e Signed-off-by: Myung Bae <myungbae@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