commit | ede670e04c11647665ad96f0448f792263f1bf33 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Sep 22 13:56:47 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Sep 22 13:56:47 2025 +0800 |
tree | 53ce86ffdb787ee15f3e6a8f954b91d619f8a6e0 | |
parent | 1019e7a79268618ab7290824b9b72e8ac210d137 [diff] |
json: format output with 4-space indentation Use `dump(4)` instead of `dump()` to generate JSON with 4-space indentation, improving readability of written files. Change-Id: Ida39298a0110d815abc99a1fbc779f5c9378d139 Signed-off-by: George Liu <liuxiwei@ieisystem.com>
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