commit | 9420f48dac2bb4568de0024d9a431048999e1e66 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Dec 08 03:48:23 2021 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Apr 27 09:09:00 2023 -0500 |
tree | 2654bcd84920d28d70db7edef623829fa5f22a47 | |
parent | acda48e216fc6e33fb9a8aace65aba51dc93a5bf [diff] |
Make dump path dbus entry Some applications need to offload the dump in different ways, for example, do DMA transfer of the dump to the host memory, such applications need the path and name of the file to read from the BMC storage. Implement /xyz/openbmc_project/Common/FilePath to store the dump path. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: If398940b655b4d90688273f0c76a20d4ead61992
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