commit | 2c63448f6e7ea8a8219dea92d3c1d88af4445a56 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 06 13:13:51 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Tue Feb 11 01:49:07 2025 -0600 |
tree | ccbbee32c1b4217669ece0ffa2a0389dc3576381 | |
parent | 57de251c6282084252500b5e27f3fbad38f87d1f [diff] |
openpower-dumps: eliminate special generated config file Meson calls for 'clang-tidy' changed behavior such that it will call for all "c-like" files in a repository rather than just the ones pulled in as dependencies. When openpower extensions are disabled, this means that we fail clang-tidy because required header files do not exist. The generated header file has a few constants that are not openpower specific. Move them to the top-level config.h. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2ee5c9246b9c47b564130c22ff8e02fee7f752b1
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