commit | e9ec952ef5f4788c74332b03f0d8d4f041910a47 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 05 16:49:52 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Feb 05 22:33:43 2025 -0600 |
tree | 92b539154dc8e32ccd8d935fa8ef4f61c099882f | |
parent | 7c7ba55d66b4e5c3529715b97f4455f46272a2be [diff] |
replace fs alias with std::filesystem Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9072353526c2c18453aa97dc6f9c5d610508609a
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