commit | a6ab806db222c92642a0b103a7934e870a360339 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Oct 29 15:29:10 2020 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@gmail.com> | Wed Dec 16 08:38:01 2020 +0000 |
tree | 66def0923c69d514e2a08498724c39669cc72571 | |
parent | 6ccb50e133342d20d2758c3efc3f8b429abcbf90 [diff] |
Progress tracking support for dump entries. A new attribute status is added which indicates the status of the dump creation. The user requested dump entries will be created with InProgress and updated to Completed once the dump creation is completed Test: Request user initiated BMC and system dump and make sure the progress is changing and the dump details are updated correctly Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I68e25c865765dff97913af00bf89c8c3a4b65d43
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