commit | 0dff904d07fd91e26f6f81e83e7c86550e1b2ff4 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Feb 27 09:24:51 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Feb 27 09:25:01 2024 -0600 |
tree | 9da4977ff6a258872f68635c674b2843b53873f1 | |
parent | 18c7d92ecd83ea406f17a2203c12976467766f37 [diff] |
pldm_oem_cmds: fix compile fail Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5730c247fe7d83d2dcef29eb3429971f1d847b87
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