commit | 0294370c7bd6a3c060f8a165e56bd07d91c7aeb0 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Wed Apr 27 05:18:24 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Mon Nov 07 04:56:32 2022 -0600 |
tree | 468a428528d73c0a909fdfab2e1cf7c55d694e6c | |
parent | a314fed761cd8a814ecb15997125be9757567cd8 [diff] |
dreport: Add BIOS settings data to BMC dump Tested Wed Apr 27 02:23:48 UTC 2022 INFO: Collected bios sh-5.1# ls -lah bios.log -rw-r--r-- 1 root root 260.5K Apr 27 02:23 bios.log sh-5.1# Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I564f46228eeeae4ce6a7769e4cf22a593f107500
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