commit | 4f68fc460adc4327711e7adb7a81b30ed5dd67c0 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 10:04:07 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 10:16:01 2024 -0600 |
tree | 3710425e9a127162b82c914285498bdc6f30b025 | |
parent | 973b291eb264ae8de4119c8d62fd16230926d257 [diff] |
clang-tidy: Initial Commit This commit introduces clang-tidy and modifies code to address issues flagged by the checks. Additionally, it includes the initial infrastructure setup. Tested: Build and unit tests completed successfully. Change-Id: I55f9f4a2a9a1b1cd2016773b47935484d6a57867 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