commit | c1778dac509d6d7ae09214a2cca06c7af8b89e01 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Fri Feb 04 01:46:49 2022 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Oct 12 05:40:46 2022 -0500 |
tree | a5b6a8efc98b05831122d2eb07ee9daea2bc303d | |
parent | b5a7547f78cc34b7f29d64fe57d55f4009134cb6 [diff] |
OpenPOWER: Add additional trace to host dump operations Adding additional traces to dump offload and delete operations Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I5f5ae40798483b4d4ef52fd518d4d8ffab6e15c4
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