commit | a5097b9e88ffda487c286d846a71c1f617389c90 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Mar 08 12:33:41 2022 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Oct 12 05:40:52 2022 -0500 |
tree | cd47a34f4bf0f7300ae6d256f63b3e207c0d6080 | |
parent | f5e5385dbd46109eda7c4a5c11d00e9140db555a [diff] |
OpenPOWER: Password is not mandatory for resource dump In dump manager password is always expected for creating resource dump, which is not needed. So removing the restriction and making password an optional argument. Tests: Request resource dump with providing password. Tested resource dump without giving password. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I46863409e9eb4b16727a78c904853d1408e4462a
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 -Dtests=enabled build ninja -C build test