| commit | 8e81499b1f0922913de8968db58246422292c06b | [log] [tgz] |
|---|---|---|
| author | William de Abreu Pinho <williamdapinho@gmail.com> | Wed Feb 04 10:48:41 2026 -0800 |
| committer | William de Abreu Pinho <williamdapinho@gmail.com> | Tue Feb 10 05:08:46 2026 -0800 |
| tree | e4df1eb19c205b3b6891ab9925b5e7bf2fcc9f90 | |
| parent | c85df9cacee73d271d4184a2ee77fc6901a3671d [diff] |
dreport: hoist create_archive out of branches It was being called in both the if and else branches. Move it before the conditional to eliminate the duplication. Tested: Ran changes in qemu, verified dump archive created successfully. Change-Id: Id6cbe0f06567a8597838d2ceafa69238b383fa52 Signed-off-by: William de Abreu Pinho <williamdapinho@gmail.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