commit | 4c63ce5e2e507a0642e25d3e769ee8cb8638fbfe | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Fri Dec 18 02:07:22 2020 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Feb 16 15:13:30 2021 +0000 |
tree | f4725f605d140a01d7cb3192c6f5136db833fd97 | |
parent | 2f8e276c0b61f39f0fc197acef778149476fbd89 [diff] |
Add support for resource dump delete. Add support for deleting resource dumps in host memory. Change requestDelete to accept dump type. Update system dump delete to pass dump type. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I8dcf85a2b38da15ff8451003c11232e340c4ca89
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