summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-03-29 16:11:53 +0000
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-02 11:45:47 -0400
commit0050684f346b4ec37d675e87066d10f8b87b4404 (patch)
treedf65456663a7be79d10c20af60ce43c7c4eb56ee
parentedf3b5c73881460795fcef789ab71e0741a7fb93 (diff)
downloadtalos-openbmc-0050684f346b4ec37d675e87066d10f8b87b4404.tar.gz
talos-openbmc-0050684f346b4ec37d675e87066d10f8b87b4404.zip
phosphor-pid-control: srcrev bump e3eeef45a7..fe0b896bfe
Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: f0bbd183b9296fefae5b9bd6bd50dd35fc1708cb) Change-Id: I92cce6ffc4dd70aa9a3279bf625272a92723df02 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
index 83f593635..a06a58567 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -13,7 +13,7 @@ inherit obmc-phosphor-ipmiprovider-symlink
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-pid-control"
-SRCREV = "e3eeef45a722b57d4c3bb379df165e0bd14993bd"
+SRCREV = "fe0b896bfe16c4d40943fd0193c325ae6b344cf9"
# Each platform will need a service file that starts
# at an appropriate time per system. For instance, if
@@ -32,7 +32,7 @@ DEPENDS += "cli11"
# We depend on this to be built first so we can build our providers.
DEPENDS += "phosphor-ipmi-host"
-FILES_${PN} = "${sbindir}/swampd ${sbindir}/setsensor"
+FILES_${PN} = "${bindir}/swampd ${bindir}/setsensor"
# The following installs the OEM IPMI handler for the fan controls.
FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
OpenPOWER on IntegriCloud