commit | f140f665960429e09fbbde964a2fdab60f6c4093 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Jan 30 00:29:01 2020 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Mar 17 23:18:52 2020 -0500 |
tree | 254372827bdd89c7e16f23dc2f5ee175b5d3b86e | |
parent | 4a98e8fe86a2423145dea5ac5edc2d5f6ccd2ebc [diff] |
Add system dump entry. Add support for system dump entry by implementing sdbusplus::xyz::openbmc_project::Dump::Entry::server::System Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I9d16dab0e383651c906a21a2facefdb6482df12f
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`.