commit | 1019e7a79268618ab7290824b9b72e8ac210d137 | [log] [tgz] |
---|---|---|
author | Amithash Prasad <amithash@meta.com> | Wed Jul 16 13:36:50 2025 -0700 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Sep 15 13:05:58 2025 +0000 |
tree | 47d4c9f57628e5d02fcf2135f3ee648a65d70f27 | |
parent | 6db7a8592e4531b13c7e41667a9d3d3553fba9bb [diff] |
Fix typo for log_warning Fix typo `log_warnig` instead of `log_warning` Change-Id: I3a3fd8e426b5fcdd4faf2785d6e94240cd7ce9d9 Signed-off-by: Amithash Prasad <amithash@meta.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