commit | 7c7ba55d66b4e5c3529715b97f4455f46272a2be | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 05 16:47:52 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Feb 05 22:33:31 2025 -0600 |
tree | 67c6c49e93a8e51ca5853cb287708a3ca3ae498e | |
parent | 2f3794fb151e58cc84f3bf6ff890a37f5cb60ab2 [diff] |
host-transport: pldm: fix antiquated header Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5bb5644e00e28a41d8c38c4e68df99779927afe0
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