package: Support customized dump naming

Customize a dump name by renaming the original default name.

Tested:
Verified that BMC Dump is getting generated and renamed as follows.
BMCDUMP.<serialNo>.<dump_id>.<dDay>

Change-Id: I5d51693495ef4bf3fc0eff04c03b11cb9e4c225b
Signed-off-by: Gopichand Paturi <gopichandpaturi@gmail.com>
1 file changed
tree: 00185476a1b8e16c0fb54a19d33b9bc5bcb15621
  1. dump/
  2. subprojects/
  3. watchdog/
  4. .clang-format
  5. .gitignore
  6. .shellcheck-ignore
  7. checkstop_app.cpp
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
  13. watchdog_timeout.cpp
README.md

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`.