build: Removed autotools support

Removing autotools build infrastructure because, phosphor-debug-collector
will support meson build tool so, maintaining two build tool is
unnecessary so, removed.

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
Change-Id: Ie6edf6d06ac11274d5925baa5054cbd8f670f791
7 files changed
tree: c0993bb3c6606fa71c02b0c193ccebce8d52a636
  1. offload-extensions/
  2. tools/
  3. xyz/
  4. .clang-format
  5. .gitignore
  6. bmc_dump_entry.cpp
  7. bmc_dump_entry.hpp
  8. core_manager.cpp
  9. core_manager.hpp
  10. core_manager_main.cpp
  11. dump_entry.cpp
  12. dump_entry.hpp
  13. dump_internal.hpp
  14. dump_manager.cpp
  15. dump_manager.hpp
  16. dump_manager_main.cpp
  17. dump_offload.cpp
  18. dump_offload.hpp
  19. dump_serialize.cpp
  20. dump_serialize.hpp
  21. dump_utils.cpp
  22. dump_utils.hpp
  23. elog_watch.cpp
  24. elog_watch.hpp
  25. errors_map.mako.hpp
  26. errors_map_gen.py
  27. example_errors_watch.yaml
  28. ffdc
  29. LICENSE
  30. MAINTAINERS
  31. meson.build
  32. meson_options.txt
  33. offload-extensions.hpp
  34. README.md
  35. system_dump_entry.cpp
  36. system_dump_entry.hpp
  37. watch.cpp
  38. 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 with meson, do the following steps:

    1. meson builddir
    2. ninja -C builddir

To clean the built files run ninja -C builddir clean.