commit | 6e7bde5a48363b399d9d7ef02fd707fe01b1e9e8 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 23:01:38 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Nov 28 03:43:35 2024 -0600 |
tree | 87b6137690e35606a6619478d242a17f66eafa06 | |
parent | 04299a7febaedecc2ea0c8cbb4a1b5d27e38da0b [diff] |
clang-tidy: Add few cppcoreguidelines check These checks cover a wide range of best practices and recommendations aimed at improving the safety, readability, maintainability, and performance of our C++ codebase according to the C++ Core Guidelines. Tested: Build and unit tests passed successfully. Change-Id: I4f2986556626e0792d3e5b4aa3704ed9895ff32b 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