commit | f05e2050dbba80d130fa87875448cf48e97ce7f6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 01 10:25:03 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 01 10:33:58 2021 -0600 |
tree | 1651211b47dbb197be9356667a35e6b5b6c999a5 | |
parent | ac7adcb5471eed5eaa9474a697dc1db254fa9187 [diff] |
software: leverage Compatible strings Enhance the software design to leverage Inventory.Decorator.Compatible strings for associating software images to system elements where the image can be applied. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4c5f0bc27159c32232079fde54c955addbffe6fb
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