diff options
author | Chris Austen <austenc@us.ibm.com> | 2015-11-09 22:47:44 -0600 |
---|---|---|
committer | Chris Austen <austenc@us.ibm.com> | 2015-11-09 22:47:44 -0600 |
commit | 4bdadc72c1e3c062669ef2917d26c257fa362a29 (patch) | |
tree | a7191b331c6b453233122168fa2fd36abc836560 | |
parent | dc44818420a3d1e8de460ccc5dde9e170f6d5587 (diff) | |
download | talos-openbmc-4bdadc72c1e3c062669ef2917d26c257fa362a29.tar.gz talos-openbmc-4bdadc72c1e3c062669ef2917d26c257fa362a29.zip |
boot sensor was not reporting
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb index d94ac80c4..2a2959ae2 100644 --- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb +++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb @@ -14,7 +14,7 @@ inherit obmc-phosphor-c-daemon SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid" -SRCREV = "e8ea3befc0f6120cbe9de2cf4d9dec1c95daf2b5" +SRCREV = "8f71a6190d17d59f8de49182b0a8f3f063be3146" S = "${WORKDIR}/git" |