commit | 62337a9253eeb78187a7ae7ce8a2cb1d9d771daf | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Sun Nov 22 21:24:30 2020 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Jan 18 03:55:58 2021 -0600 |
tree | 55129fb3daf9263e4902f0f1cbd505269f182e84 | |
parent | 6a54d9afebfd204ace67b842f7b3c2373451f472 [diff] |
Add Resource dump support To build use option -Dhost-transport=pldm and -Dopenpower-dumps-extension=enabled Add support for resource dump operations like creation and offloading. Tests:(Dump manager tests) Created dump entry. Faked notify to check whether progress is turning to completed. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ifeec5670a7806d7ee1b572158b4fff7dc14729a6
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Doe-sdk=enabled -Dtests=enabled build ninja -C build test