diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2018-04-29 07:33:42 -0500 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2018-04-29 08:22:11 -0500 |
commit | 6ec110261d598086846c72cc6a3eeeecf97d96cf (patch) | |
tree | 6d6e71cec952d3fc47a1b20d19fcf97ccb61359f /meta-phosphor/common/recipes-phosphor | |
parent | d736a0f21179f4b0a60e0d017a6af7b228d0d2d0 (diff) | |
download | talos-openbmc-6ec110261d598086846c72cc6a3eeeecf97d96cf.tar.gz talos-openbmc-6ec110261d598086846c72cc6a3eeeecf97d96cf.zip |
Revup fan control and switch to branch
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.inc b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.inc index 95af1228a..a30110e39 100644 --- a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.inc +++ b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.inc @@ -1,5 +1,5 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-fan-presence" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" -SRC_URI += "git://scm.raptorcs.com/scm/git/phosphor-fan-presence;protocol=https;branch=master" -SRCREV = "dd0c9c33050ce10a34331de369da800cf8592ea2" +SRC_URI += "git://scm.raptorcs.com/scm/git/phosphor-fan-presence;protocol=https;branch=04-30-2018" +SRCREV = "d8f561529ed3f564c686cca07c87c513cc2ce1ff" |