commit | 8098ca6a45ee7fc8f9e084f3507b91fed539a373 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Jun 24 03:07:54 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Jun 24 03:07:55 2023 -0500 |
tree | b2fed1a36bcb5344523ef957ddcbe1f4981b36a0 | |
parent | a72daf5c4128b27229685c0d555ac656d6c60000 [diff] |
sdbusplus: use shorter type aliases The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t Change-Id: I02e8e49b245f1f42d10983fee65f05efc5326fc7 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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