commit | 90a80d16271bbcfa7df11948dcb3faadbf8b09d3 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Tue Oct 18 11:30:08 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Oct 26 08:56:46 2022 +0000 |
tree | 10f318105ad9ae2858af93b0c0a4b638e82a43b0 | |
parent | c0ab9d43d5e19123cca1a1592ee07fc064b84199 [diff] |
Add README for dreport Document how dreport works, especially the 'config' comment line in plugins that specifies when the plugins run. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I2063bd8ba8397139f38396752dfbb85eea570455
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