commit | e52a525730974c72219ad5758d0c8573c8d6fd4c | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Sep 30 13:16:39 2021 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Oct 04 20:07:15 2021 +0000 |
tree | 90842e2940b55786b4ea4e5f842d513807d5abf4 | |
parent | 4295deb7b34673be226739aad27a4397ebd8e60d [diff] |
cable: add CableTypeDescription Add the CableTypeDescription property, for displaying in user interfaces. Change-Id: Ie891ce45470a1504624b61dc59f243be755fa9b7 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