commit | 68d33223ad7adef60c584b92305f613d17a41ca7 | [log] [tgz] |
---|---|---|
author | SunnySrivastava1984 <sunnsr25@in.ibm.com> | Tue May 12 02:14:05 2020 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Dec 17 18:43:01 2020 +0000 |
tree | 0b51f1187f5df5b7802526ade6179a7c70bba4fa | |
parent | 4bd4033c79d6f0b773a70bd3feb34073bd84551f [diff] |
SparePartNumber property added in Asset interface. SparePartNumber is added to the Asset interface. This property is used to identify the field replaceable unit. It will also furnish data to SparePartNumber property of Refish schema on bmcweb. Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com> Change-Id: I055953553d3254d37c635052933f3d4e4d4008db
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