commit | 89d648e7974663d869fe00f476183c39e8d5a04d | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Thu Apr 14 01:45:44 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Thu Nov 10 03:13:18 2022 -0600 |
tree | ffb2e95cb797e26cde2f3d930e383ca990e11ab5 | |
parent | 660271487b11b2faaa70e2afdf62c82935758da2 [diff] |
dreport: removing logging error in altfwprintenv dump plugin This script logs error when executed on system which has single BMC flash chip. This Alt flash config script works only on systems which has 2 BMC flash chips. Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: If80645cf4946e454ae676a2e656b091117deafb1
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