commit | ffbb9d6d27b798a60bf643d0b4b8b499c61b7bf6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Feb 07 11:03:29 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Tue Feb 11 01:49:17 2025 -0600 |
tree | 78ee09687b77ebe36873952a2d6963d4b2d83a08 | |
parent | 2c63448f6e7ea8a8219dea92d3c1d88af4445a56 [diff] |
clang-tidy: filter out subproject headers Subproject headers should be filtered out so that when building outside of the CI docker container (or Yocto) we do not get tons of clang-tidy failures for things present in those subprojects. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I35e909d667ce700e6c68ff3c2f269f1ef549dca3
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