commit | 109e9948e23279e5821572c7806bf5a845b2283b | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 10:30:43 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 10:41:05 2024 -0600 |
tree | a4de549aa7618314e33d198da540f3b5df42fa0f | |
parent | 508113afe1a6585e8bb05ce8925531383a68e9d5 [diff] |
clang-tidy: Enable bugprone-forward-declaration Modified code to address issues flagged by bugprone-forward-declaration-namespace check. Tested: Build and unit tests passed successfully. Change-Id: Ied7e54a6aa30d3f8110bcd7036c84b99e7fe6fb8 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