Add cmdline --of-name option

Add an option for passing hwmon instances via the open firmware
device path.  This allows udev triggers based on the path.

Change-Id: Icffc9734208204a052dc2910500df88136590e7d
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2 files changed
tree: 49416040df0fe12eb2ef66f422f7f15e8a0cea58
  1. test/
  2. xyz/
  3. .gitignore
  4. argument.cpp
  5. argument.hpp
  6. bootstrap.sh
  7. configure.ac
  8. directory.cpp
  9. directory.hpp
  10. hwmon.hpp
  11. interface.hpp
  12. LICENSE
  13. mainloop.cpp
  14. mainloop.hpp
  15. Makefile.am
  16. readd.cpp
  17. README.md
  18. sensorset.cpp
  19. sensorset.hpp
  20. sysfs.cpp
  21. sysfs.hpp
  22. util.hpp
  23. xyz.openbmc_project.Sensor.Value.cpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

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

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