commit | 860b8a3af57aa89a745f33242e964fd5d02c9ed3 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed May 05 13:01:49 2021 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Apr 27 09:09:00 2023 -0500 |
tree | 3e6f36be53bd9b1a6b1b30cc8ddaefbda4de33ef | |
parent | 1b88f03795592fdb5f46e0e9020cfafa8279d24a [diff] |
Refactor BMC dump entry to accomodate more locally stored dumps Split the BMC dump entry to a base class bmc_stored::Manager and bmc::Manager. All the functions common to the all BMC stored dumps are kept in the new base class Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ibe2e2a7bf6f92bac1aec174cfe998b6363a6c9f8
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