commit | 9c3dab34483982a077714488e17b6d6622d1b763 | [log] [tgz] |
---|---|---|
author | SunnySrivastava1984 <sunnsr25@in.ibm.com> | Mon Sep 07 03:47:05 2020 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Dec 17 18:43:51 2020 +0000 |
tree | b9954c5041075b202ff7dc3f701b34df2bed55a2 | |
parent | 68d33223ad7adef60c584b92305f613d17a41ca7 [diff] |
ibm:An api to perform VPD recollection. This commit defines interface of a Dbus api exposed by VPD manager to check for FRUs replaced at stand-by and if required perform VPD recollection for them. Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com> Change-Id: Iae9c18a99cd6f5a80b707ed5b868a4054c2518f5
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