commit | 796a92ee40170fb8936a9509d279fd650f6bbe02 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed May 05 13:15:24 2021 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Jul 26 11:34:39 2021 -0500 |
tree | 982d2bee5bed0e879c8a3e087148b92686da69a7 | |
parent | ee6f1baded45a92c33582d849f10af4128374396 [diff] |
Move OpenPOWER specific dump configurations to extension Move the configuration options for OpenPOWER specific dumps to the respective extension directory. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I8610de2d0982541110bebfbfda24bebdbdf70748
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