commit | e00d54423148d33eb845f12f0de8cd764dff9e23 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Feb 01 03:23:14 2022 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Apr 27 09:09:00 2023 -0500 |
tree | f696a5b2749431b709cbdf823cd805bf26cd2c32 | |
parent | 9420f48dac2bb4568de0024d9a431048999e1e66 [diff] |
OpenPOWER: Ignore dupliate system dump entry In case if host is reporting the same system entry twice, ignore already reported entry Tests: Create a disruptive system dump and offload Create a non-disruptive system dump and offload Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I31d92df43476a19880d084a68e5db17c5207bd81
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
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 -Dtests=enabled build ninja -C build test