commit | e6085092efd34d9372d272a7d0a1928b2af91493 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Oct 13 02:41:32 2020 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Dec 16 06:45:43 2020 -0600 |
tree | 6794ee453da9c0beb9f588e803651c8740ffcfab | |
parent | a3943e6e385fc396478902a90faf433ac5b5d34a [diff] |
Update dump create interface to accept a set of parameters. The existing method CreateDump in xyz.openbmc_project.Dump.Create doesn't accept any parameters. A type of IBM host-specific dump requires additional parameters to create user-initiated dumps. To solve this problem extending the existing createDump method to accept additional parameters in Key, Value pair format. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I85a9f616cf4f325aadbbdd1368bc77c648f26c5c
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