commit | ee6f1baded45a92c33582d849f10af4128374396 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue May 04 09:44:57 2021 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Jul 26 11:34:15 2021 -0500 |
tree | 9df56392ee1433be882664b3d1183697b2323735 | |
parent | ddc3366e3e12d7e6f7d7f37abccc174692f24239 [diff] |
Enable dump offload function to download all locally stored dumps The request offload function passes absolute path to the dump file. So no need to find the path using BMC_DUMP_PATH and dump id. Removed that dependancy to enable any locally stored dumps to use the common dump offload function. Tests: Offloaded BMC dump successfully Offloaded Hostboot dump successfully Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Icbbfd0056d5afcb1c2d277a6f04a1a242f6a8fa8
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