Remove openpower-dbus-interfaces dependency

The YAML moved into phosphor-dbus-interfaces.

Change-Id: Id56a8e9ff851b5c6b79649fcbc3ca13538acea13
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2 files changed
tree: 121e8aba7913aff3e2d8fcac91b46f05f95b0c00
  1. procedures/
  2. test/
  3. .clang-format
  4. .gitignore
  5. bootstrap.sh
  6. cfam_access.cpp
  7. cfam_access.hpp
  8. configure.ac
  9. ext_interface.cpp
  10. ext_interface.hpp
  11. filedescriptor.cpp
  12. filedescriptor.hpp
  13. gen_makefile.sh
  14. LICENSE
  15. MAINTAINERS
  16. Makefile.am
  17. Makefile.generated.in
  18. nmi_interface.cpp
  19. nmi_interface.hpp
  20. nmi_main.cpp
  21. p9_cfam.hpp
  22. pcie-poweroff@.service.in
  23. proc_control.cpp
  24. README.md
  25. registration.cpp
  26. registration.hpp
  27. targeting.cpp
  28. targeting.hpp
  29. xyz.openbmc_project.Control.Host.NMI.service.in
README.md

Contains procedures that interact with the OpenPower nest chipset.

To Build

To build this package, do the following steps:

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

To build with phal feature:
    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi
    3. make

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