commit | b74fca129fc045ee2711ab815e4cb5916a2ec657 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 05 09:21:29 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 05 09:21:29 2022 -0600 |
tree | 684b1716f80abacb2f2c81efb5d0b0c8bd296dc5 | |
parent | 4f5079b89c5cf919cadfed47e0d9b043f4b7569f [diff] |
python: fix flake8 warnings and format with black Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic22e2599e4b4ba3e466e5b3bf3cb388cea9fa446
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