commit | 9d26e4fa3d9e5e736c631c81e2981da844825b87 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 06:46:44 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 12 14:56:34 2022 +0000 |
tree | 1f3a0de4d9143a75d5a02539469085a19399b5a2 | |
parent | d4f875646649980cdf27471b44ab01d2974bcff0 [diff] |
beautysh: re-format beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh files to have a consistent formatting. Re-run the formatter on the whole repository. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I38048dcd55f2db51bcc87b33ea0748a6cfdcca68
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