| commit | 4456bbd96decd2d3810d63e93b0e0e96998232ba | [log] [tgz] |
|---|---|---|
| author | Amithash Prasad <amithash@meta.com> | Thu Oct 02 14:46:48 2025 -0700 |
| committer | Amithash Prasad <amithash@meta.com> | Thu Oct 16 16:21:13 2025 -0700 |
| tree | 09e3a3fc692598baf39795650a7c2140e30fe39f | |
| parent | 9bc4e22d9773726190eada66ccd7dbf1968525ce [diff] |
dreport: Migrate from dbus-send to busctl Recent versions of openbmc has removed dbus-send in favor of busctl. This change migrates the shell command to move over to using busctl. Tested: Tested on a yosemite4 host and ensured that the tarball contained the correct info. Change-Id: I81c68cd9f69b10c59f0fc30cbee3c36357b81639 Signed-off-by: Amithash Prasad <amithash@meta.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