commit | 962f955868979f588c32a9cfe927ef66ad0b361c | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Jan 13 07:54:22 2021 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Jan 13 07:56:57 2021 -0600 |
tree | 62936912d8b68da719786b9fd6bc590998556550 | |
parent | 45ed88d80b43ea9f12e17bc5473cbc07f370bdde [diff] |
Update Notify method to remove unused DumpType DumpType is no more valid since there is there will be one unique dump manager per dump type. So the implementation need to call the right dump manager based on the path. so removing the redundant option of passing dump type. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I905a51f7c78b888b05412b0cb6a687b52b532609
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