Clone this repo:

Branches

  1. 0d72381 Faultlog: Add support to install Faultlog by Gopichand Paturi · 8 weeks ago master
  2. 9a39f43 opfunctions: Fix dumpId length by SwethaParasa · 9 weeks ago
  3. c14bf2c opdreport: Eliminate undeclared variable; use existing variable instead by SwethaParasa · 3 months ago
  4. 540521e clang-format: re-format for clang-18 by Patrick Williams · 4 months ago
  5. 6928038 README.md: Fix MD040 warnings by George Liu · 5 months ago

openpower-debug-collector

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.