commit | 1112bdfc68fb4cb5ec58d42175d2896a27dd917a | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Mar 23 04:38:02 2022 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Oct 12 05:40:53 2022 -0500 |
tree | 0fc4c15eede042dab402121077fb76dcfb1764dc | |
parent | a5097b9e88ffda487c286d846a71c1f617389c90 [diff] |
OpenPOWER: Prevent dump delete while offloading Prevent the deletion of the dumps stored in host memory while offload is in progress Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I053d802a96548fdd9240cf21ef2bf91c4b38e367
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