commit | 59642e214dd0df652f8ca6e5b6780218f0ce4f51 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Mar 19 03:37:44 2020 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Fri Mar 20 03:56:44 2020 -0500 |
tree | 1299bc3e4e78893eff918c1db52c9abc0b8f260c | |
parent | 69e6152f0f699ebd396af56c91a0b0859ffda70c [diff] |
Make PLDM an optional feature for host dump offload Host dumps are dumps which created and stored in the host but offloaded through BMC. With this change if the host dump needs to de downloaded the transport mechanism also needs to be provided --with-host-dump-offload-transport=<transport> for eg: --with-host-dump-offload-transport=pldm If no options provided the phosphor-dump-manager will be built with no host dump offload support and an exception will be thrown if someone tried to call the host dump offload function. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I27311427d8ca8b06b9f33ff5f42bdc7ca87fdcd1
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, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.