summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2018-09-25 19:50:20 +0000
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-26 09:44:46 -0400
commit126e784d4833a95d42ac9fe00e6a79ea798f5f24 (patch)
treefb119da50d0f7de22f93e0367d6a508f2c4de8cb
parentf4d59d87b6d8ea589ad073af423b25d2d1ba58a1 (diff)
downloadtalos-openbmc-126e784d4833a95d42ac9fe00e6a79ea798f5f24.tar.gz
talos-openbmc-126e784d4833a95d42ac9fe00e6a79ea798f5f24.zip
phosphor-host-ipmid: srcrev bump 069db2fd85..fdfe501ea7
Alexander Amelkin (1): Get Device ID: Add handling of availability bit Patrick Venture (6): rename headers to match style replaced c headers with cpp where applicable oemrouter: add std namespace where missing move filesystem inclusion to bottom of list add std namespace prefix to common methods openbmc oem code: add ethStatsCmd Tom Joseph (1): Implement Set Channel access command Xo Wang (2): apphandler: Implement Get/Set System Info Parameter apphandler: Add "System Name" System Info parameter Yong Li (1): Implement chassis set power restore policy command (From meta-phosphor rev: a561ec99885cd00b6e50f261e8383d71d7419c40) Change-Id: I523e35a20c0821a1c391a4113dad3d79582a0657 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.bb1
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
index 667ea1c8b..fef42ba7a 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
@@ -32,6 +32,7 @@ DEPENDS += "virtual/phosphor-ipmi-inventory-sel"
DEPENDS += "virtual/phosphor-ipmi-fru-merge-config"
DEPENDS += "virtual/phosphor-ipmi-sensor-inventory"
DEPENDS += "virtual/phosphor-ipmi-channel-config"
+DEPENDS += "boost"
VIRTUAL-RUNTIME_ipmi-config ?= "phosphor-ipmi-config"
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
index ca750bc96..a9798682a 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
-SRCREV = "069db2fd856db744a254120ed3054d49f241ae80"
+SRCREV = "fdfe501ea71c4acb9464b2076279d794e622d929"
OpenPOWER on IntegriCloud