commit | 630de6a3123a374b01d278727cdea9b2fe7bc3f7 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 22:51:30 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Nov 28 03:43:35 2024 -0600 |
tree | a4117ce98d74d52860e2139265d309c607716b1b | |
parent | 418d460aac4bdef797fd7aff123ef16dfd78305f [diff] |
clang-tidy: Add cert checks This update enhances code security by incorporating CERT guideline checks using clang-tidy. These checks are designed to identify potential security vulnerabilities and ensure compliance with secure coding standards. Tested: Build and unit tests passed successfully. Change-Id: Ic292a71f89a23d17c8dfdb3b3398ae82d3bc78cb 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