commit | 8b9b4690a4460ada5bf60a285ff6065eda6d5d4a | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Sep 24 11:59:42 2020 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Oct 06 01:11:14 2020 -0500 |
tree | ac354c4cdca13ea7c3adcf419c8c6f5cd7581fef | |
parent | c237e3d8fec57d6cb57548f27b173ddbf77ffb34 [diff] |
Make OpenPower specific dump an optional feature Make all OpenPower dumps as optional feature and should be enabled in the configuration. System dump is the currently implemented example of OpenPower dump. BMC dump will be enabled by default. To enable openpower-dumps-extension=enabled Test: Tested all existing dump operations using automated testing. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: If20b4711dfcf02a2a8ea23848f7409576813c832
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 -Doe-sdk=enabled -Dtests=enabled build ninja -C build test