Move clear host dump service to openpower-debug-collector

Move the clear_hostdumps_poweroff.service to openpower-debug-collector
as it is needed only on IBM systems. Additionally added the scripts
to selectively delete all entries based on the dump interface to
delete only resource dump and system dump during power off.

Each type of dump will have separate service files due to difference
in activation, system dump entries are not cleared during an mpreboot

Change-Id: Ibf20b097862acb3dc7887cd75d4d5ba6bc1ff5c3
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
5 files changed
tree: 33d6b23348b2f2958d356505c7ecb4f21e16be6b
  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`.