commit | 4bd4033c79d6f0b773a70bd3feb34073bd84551f | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Nov 04 22:50:02 2020 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Dec 16 06:53:51 2020 -0600 |
tree | 8559b1692ac6eb4c91499d9a956cbb907231e5bc | |
parent | e6085092efd34d9372d272a7d0a1928b2af91493 [diff] |
Add Entry and create parameters enum for resource dump. Resource dump is a dump created by hypervisor with a set of contents based on the provided resource selector. This commit add an entry and additional parameters for creating a resource dump. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I9e7b6a71f269e4918f646feb381c575ffa59c172
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