bmcdump plugin: Install hostboot plugin

Verified:
Verified that hostboot plugin is installed.

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