commit | 100be9dea4dda3dcbc0e782d398a1493fca9eaa7 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Feb 06 05:49:26 2025 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 06 12:39:03 2025 -0500 |
tree | d45605946b5118319403baee3b7c897b7fc2eded | |
parent | 07b9b56d1bf677b9550a7f3ffe3bfa26c2e98c87 [diff] |
clang-tidy: disable cppcoreguidelines-avoid-non-c Disabled the `cppcoreguidelines-avoid-non-const-global-variables` check due to dependency on libpldm library API that requires non-const global variables. Change-Id: I65af4735dfc88f0dce8ca20477f9466eb8b5e174 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