summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-04-15 14:22:02 +0000
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-15 23:00:47 -0400
commit3f2554c55a3d76da1447f433f8021fc0870a8fcb (patch)
tree19129ff796eb75deb6d1b2950d97e13b45454a84 /meta-phosphor
parent63e9fa87f24988253058a8a9ba1914612affa26e (diff)
downloadtalos-openbmc-3f2554c55a3d76da1447f433f8021fc0870a8fcb.tar.gz
talos-openbmc-3f2554c55a3d76da1447f433f8021fc0870a8fcb.zip
phosphor-pid-control: srcrev bump 5782ab8136..ce6a3f36ce
James Feist (1): Remove threads Also add boost depends, as asio is now being used. (From meta-phosphor rev: 7c617d052bcff00996eba227c2af230ea498f63b) Change-Id: I23f090e9f010856441f56fa21604ae250a71ba3a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb3
1 files changed, 2 insertions, 1 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 8e2630ac5..12aacdf4c 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 = "5782ab81367e22e87d719c9fef6e85ecdc6cf95e"
+SRCREV = "ce6a3f36cedc2f822fb446bc5094eaeab47eb4af"
# Each platform will need a service file that starts
# at an appropriate time per system. For instance, if
@@ -28,6 +28,7 @@ DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "libevdev"
DEPENDS += "nlohmann-json"
DEPENDS += "cli11"
+DEPENDS += "boost"
# We depend on this to be built first so we can build our providers.
DEPENDS += "phosphor-ipmi-host"
OpenPOWER on IntegriCloud