commit | ceba1f07c434d8d766e9f12f6adc26170d22ec1a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 05 17:31:35 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Feb 05 22:34:19 2025 -0600 |
tree | e9dccd42d8a5e98eea8a61f371a4d6df8c2ad249 | |
parent | 8e62d555698aaed7071e1a01ebc318271a19fc36 [diff] |
dump-extensions: openpower: add header for uint32_t Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1ab8672c475d209ee99058734d5ceee6c79a7cb2
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