| commit | 4775095d1cc84fbdef0b19bc6bc37c483bd80560 | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 05 00:13:02 2025 -0500 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 05 00:13:02 2025 -0500 |
| tree | 3d2a58a55fe099e688960d239ea4cf4ca2e6a5fe | |
| parent | f28fcb4238306e332c9509869bacec6a2ce8d925 [diff] |
use sdbusplus unpack syntax Rather than defining a variable and then reading it from a message, sdbusplus also supports directly unpack-ing from the message. Use this syntax instead as it is more efficient and succinct. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0d9f919d527eeaa320c69fecc5661a380cbca4d6
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