package dump: Custom packaging for faultlog dump

Test Results:
Verified that custom_package function is working as expected.

Change-Id: I7fe40512732f0f5cc27265ab8cce209da5a939cd
Signed-off-by: Gopichand Paturi <gopichandpaturi@gmail.com>
1 file changed
tree: d95cd1f4dc15f8710ec87b4f04a3c28ef5ed482e
  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`.