commit | 34610be40dafefc87b045fb586fb1d264df5a6cf | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Sun Dec 12 22:40:07 2021 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Apr 27 09:09:00 2023 -0500 |
tree | 486ce7e2969009a59a69951d7fa1c194bd9a2217 | |
parent | b7c9336b818287eae4f709d63635d35c027f56e4 [diff] |
Update host dump ids Host dump ids need to be started from certain numbers this commit adds the starting if for each type of dumps Hardare dump: Starting ID - 0 Hostboot dump: Starting ID - 20000001 SBE dump: Starting ID - 30000001 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I26945184c727e70fb9f543eaa7c2266a650b2793
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
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