commit | 8a9736b3beae3e099173af7c324f6eaaba8a96e2 | [log] [tgz] |
---|---|---|
author | Ravi Teja <raviteja28031990@gmail.com> | Sat Apr 02 01:42:22 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Feb 06 17:23:04 2023 +0000 |
tree | ad5db99fa2e4b4798e38d1bc99c5ce7e795b45f5 | |
parent | 40d67193171defa5c3970a4273c55a0515982bde [diff] |
Add SystemSetup state to allow dump collection SystemSetup is a BootProgress that indicates the host is booted, needs to allow host dump collection Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> Change-Id: I03778c20e482c7beaae9881d34c46f9744c43a16
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