commit | 2f3794fb151e58cc84f3bf6ff890a37f5cb60ab2 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 05 16:21:19 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Feb 05 22:33:16 2025 -0600 |
tree | 4636fd51d09b6dc29ad498fbf02bcd990ca3bba9 | |
parent | 03414ffa629d290c16d9561d780d140fa1f0ccfa [diff] |
dump_types: change filenames to [ch]pp.mako We have a tendency to name mako files as "foo.type.mako" rather than "foo.mako.type" because too many tools tend to identify the file as a "type file" rather than a "mako file". Right now, meson is somehow picking up these files as part of the `clang-tidy` invocation and puking on it. Rename the files both to fit convention and to avoid the issues. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I65a80860242f7d8841b5d3a18d9847d87d087eb8
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