From 126e784d4833a95d42ac9fe00e6a79ea798f5f24 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 25 Sep 2018 19:50:20 +0000 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.bb | 1 + meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.1