gen_pimrules: Update the Boot Progress Sensor

The boot progress sensor has moved from the
/org/openbmc/sensors path to /xyz/openbmc_project/state/host0.
(Reference: the phosphor-ipmi-sensor-inventory%/config.yaml files
under the openbmc/openbmc repository).

Update gen_pimrules with the correct sensor path and value.

Tested: Verified Witherspoon powered on to the Host OS.

Change-Id: I76df4e84176d05804e98e98703796af57d8f9b05
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
1 file changed
tree: f15e8722265cdfebc3f6735fd624dd47c35cc73a
  1. scripts/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. fru-area.hpp
  8. frup.cpp
  9. frup.hpp
  10. LICENSE
  11. MAINTAINERS
  12. Makefile.am
  13. readeeprom.cpp
  14. README.md
  15. strgfnhandler.cpp
  16. types.hpp
  17. writefrudata.cpp
  18. writefrudata.hpp
README.md

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`.