commit | d8291e5e6dd3efd53500bde85ed6aa1d1f974904 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Nov 30 22:13:46 2023 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Nov 30 22:13:46 2023 -0600 |
tree | db576f32a867f1e4300e2913e3b56b0b7340c4cd | |
parent | 7cd0528a38071fe14b224b7a9df13b7a646e9cbe [diff] |
owners: updated Jayanth email Change-Id: I4eb21f20438431134cd3ef2f297e3ce7153adb45 Signed-off-by: Jayanth Othayoth <ojayanth@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