commit | 04299a7febaedecc2ea0c8cbb4a1b5d27e38da0b | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 22:58:02 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Nov 28 03:43:35 2024 -0600 |
tree | 93525057dba49add463955906dde8a01c88065c7 | |
parent | 630de6a3123a374b01d278727cdea9b2fe7bc3f7 [diff] |
clang-tidy: Add clang-analyzer checks This checks primary purpose is to identify potential bugs,security vulnerabilities, and adherence to coding standards by examining the source code without executing it. Tested: Build and unit tests passed successfully. Change-Id: Ie4a9e6319484c149e13a6f63227e2462fe0be425 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