commit | 218bf9119e45f2a46601e709af39d5b338ee944e | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Mar 27 11:21:48 2025 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Apr 15 13:23:39 2025 +0000 |
tree | 93871474987ea935554ed2fa8197adc57e05214c | |
parent | 94bc05fc98281e1a82957f5febdaf298d0aafeed [diff] |
Fix typo in dreport README BMC dump type 3 is an elog dump. Change-Id: I06de1df944e0bc899eb03c33da3a09454a71c572 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
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