commit | 4d86a3ebbf3191af46d8b5c8299779b19662a0fe | [log] [tgz] |
---|---|---|
author | Deepa Karthikeyan <deepakala.karthikeyan@ibm.com> | Tue Sep 19 07:46:44 2023 -0500 |
committer | Deepa Karthikeyan <deepakala.karthikeyan@ibm.com> | Tue Sep 19 07:55:54 2023 -0500 |
tree | 0ed31422f499b96ce253371a4f434722aab2e594 | |
parent | 1615b824a14e7c676e932abacb6d1ffe71b61d6a [diff] |
Fix compiler warning Fix the following warning, as any warning will be treated as error ../../../dump_utils.hpp:38:9: warning: Value stored to 'event' is never read event = sd_event_unref(event); Change-Id: I020c2b2028e19ce8998754a38cb55830792a0118 Signed-off-by: Deepa Karthikeyan <deepakala.karthikeyan@ibm.com>
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