commit | 2a98d0d939807c9d216c509eead8c725b5128694 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Thu Jun 19 03:00:18 2025 +0000 |
committer | Lei YU <yulei.sh@bytedance.com> | Thu Jun 19 03:09:16 2025 +0000 |
tree | b3b185d8344b5feae7a55cb8eb94a259cbd641e5 | |
parent | 3fdc43151f7dd5984002a8e3cf7f430ba1816f2c [diff] |
Fix clang-tidy linter and format issues openbmc-build-scripts introduces clang-tidy-config linter. Also fix the issues found by clang-tidy. Change-Id: Ia37f740b110d0aca53e7608db03f12065468e3fb Signed-off-by: Lei YU <yulei.sh@bytedance.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