meson_options.txt: Support for reading options from meson.options

Support has been added for reading options from meson.options instead
of meson_options.txt[1]. These are equivalent, but not using the .txt
extension for a build file has a few advantages, chief among them
many tools and text editors expect a file with the .txt extension to
be plain text files, not build scripts.

[1] https://mesonbuild.com/Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions

Change-Id: I7bb35aafbf5231f4c0bfeed509c0d3aaa47be7ca
Signed-off-by: George Liu <liuxiwei@inspur.com>
1 file changed
tree: 8c71d913d5e58bd37274343e6434f6a927d18cc1
  1. org/
  2. power-sequencer/
  3. power-supply/
  4. test/
  5. .clang-format
  6. .gitignore
  7. argument.hpp
  8. device.hpp
  9. device_monitor.hpp
  10. elog-errors.hpp
  11. file.hpp
  12. gpio.cpp
  13. gpio.hpp
  14. LICENSE
  15. meson.build
  16. meson.options
  17. names_values.hpp
  18. OWNERS
  19. pmbus.cpp
  20. pmbus.hpp
  21. README.md
  22. utility.cpp
  23. utility.hpp
README.md

witherspoon-pfault-analysis

Code for detecting and analyzing power faults on Witherspoon.

To Build

To build this package, do the following steps:

  1. meson setup build
  2. ninja -C build

To clean the repository again run rm -rf build.