commit | 969f9a59047978107b794fb58974cfa173283813 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Fri Oct 30 01:42:39 2020 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Dec 17 22:05:59 2020 -0600 |
tree | 6e93492f92a7e3a78489d91d02b36fb31278f00f | |
parent | 2279386bf7874fb4fea5218e5ae291e12201454a [diff] |
Update createDump to accept additional parameters Updating create dump implementation to match the change in the interface to accept the additional parameters. Testing: Created BMC dump Created system dump Dbus changes associated with this: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/37355 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I1402a9c4c8e0e5c6277055d835f7d024673831d8
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
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 -Doe-sdk=enabled -Dtests=enabled build ninja -C build test