Add phosphor-hostlogger plugin to dreport

phosphor-hostlogger project stores host's console output data, such as
boot logs or Linux kernel messages printed to the system console.
https://github.com/openbmc/phosphor-hostlogger

Tested: Run dreport inside the BMC console, the result dump archive must
contains host console logs.

Change-Id: Icc45888a43b42de78c93aa0bc0ba7a295f0a76e3
Signed-off-by: Artem Senichev <artemsen@gmail.com>
Tested-by: Artem Senichev <artemsen@gmail.com>
1 file changed
tree: 0be61ad0a951b3558e1d6b55ec57836b15b84e3f
  1. tools/
  2. xyz/
  3. .clang-format
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. core_manager.cpp
  8. core_manager.hpp
  9. core_manager_main.cpp
  10. dump_entry.cpp
  11. dump_entry.hpp
  12. dump_internal.hpp
  13. dump_manager.cpp
  14. dump_manager.hpp
  15. dump_manager_main.cpp
  16. dump_serialize.cpp
  17. dump_serialize.hpp
  18. dump_utils.hpp
  19. elog_watch.cpp
  20. elog_watch.hpp
  21. ffdc
  22. LICENSE
  23. MAINTAINERS
  24. Makefile.am
  25. README.md
  26. watch.cpp
  27. watch.hpp
README.md

phosphor-debug-collector

Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.