| commit | 33c7ee00f6ae76a88de6cd0cb91fba63bf40e930 | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Sat Nov 01 06:48:25 2025 -0400 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Sat Nov 01 06:48:27 2025 -0400 |
| tree | 188142ab959876d9d31eae6b41c7762183e9a6de | |
| parent | 734c41e92e7a67c310fb5429a330313d4e1d3db3 [diff] |
beautysh: reformat Somehow a script got in that doesn't pass the format tools used in CI. Re-run them and check in the results. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ice9f802217699e3a3e1d70748b08128777ebd920
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