commit | ad298b6e05a37d229a05ce82746dd77bb8bdb64c | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Tue Mar 29 23:44:06 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Thu Apr 07 10:37:11 2022 -0500 |
tree | 2680987e507b241275f0e238ded5f5a330474b40 | |
parent | 081ff834a82abdf1a1d2a47e91e6158bddfd06d9 [diff] |
openpower:dreport: add core and BMC generated dump file list to the BMC dump List all the dump file names with path and append the output file to BMC dump. Tested [core files] [BMC dumps] /var/lib/phosphor-debug-collector/dumps/23/BMCDUMP.13E8CEX.00000023.20220328231804 /var/lib/phosphor-debug-collector/dumps/24/BMCDUMP.13E8CEX.00000024.20220329045155 [Hardware dumps] [Hostboot dumps] [SBE dumps] Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Iac5f0e6d542ba1fa5b18b5c9399ee7537e05e274
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
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