commit | 3b44559f8792611772b9838178e8f8acb127eee8 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Feb 06 08:29:49 2025 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 06 12:39:03 2025 -0500 |
tree | 4acd07641b83864c3d6c6bcada59e85e771bdb05 | |
parent | 938588b02e0fd2c808cd88ad25e0d1c752514492 [diff] |
clang-tidy:openpower-dumps fix warning bugprone- Fixed the bugprone-forward-declaration-namespace warning by including the appropriate header file. This ensures that the forward declaration and definition are in the same namespace, preventing namespace-related issues. Change-Id: If65f993252d6f24a529e626544affb80bbe3e6d5 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