commit | 4295deb7b34673be226739aad27a4397ebd8e60d | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Sep 30 13:02:13 2021 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Oct 04 20:07:15 2021 +0000 |
tree | 241937b4bc1d97d8ca8aa18fefb298f2d48e00e4 | |
parent | ebcb17e9ae66a1079c69582e810ce4a6220bf6bc [diff] |
cable: add length Add a length attribute to the cable interface, for display in user interfaces. Change-Id: I40d66370a90bc042bbf23e06c4abc6b07ee0a9e4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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