summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
diff options
context:
space:
mode:
authorMilton D. Miller II <miltonm@us.ibm.com>2016-03-04 15:29:29 -0600
committerMilton D. Miller II <miltonm@us.ibm.com>2016-03-07 15:22:59 -0600
commitb8c5174dd737ac0c9ba46585bd8de997254290f3 (patch)
tree55c60c617504d111e3238ec7288f2389e91edcce /meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
parent32906e3037190dfb3fdae1787b812ea5da35d0a6 (diff)
downloadtalos-openbmc-b8c5174dd737ac0c9ba46585bd8de997254290f3.tar.gz
talos-openbmc-b8c5174dd737ac0c9ba46585bd8de997254290f3.zip
host-ipmid: OEM command will require clear-once service
Tell systemd the host-ipmid service wants the clear-once service to be started, and that it wants to run after the clear-once service. The new OEM command will use the openbmc init run once variables set in the u-boot environment. We want the u-boot variable cleared before the host can request it be set again. Tell bitbake to require the clean-once package. Signed-off-by: Milton Miller <miltonm@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
index 68bd38bb3..9e25cd229 100644
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
+++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
@@ -14,6 +14,7 @@ inherit obmc-phosphor-c-daemon
TARGET_CFLAGS += "-fpic"
+RDEPENDS_${PN} += "clear-once"
RDEPENDS_${PN} += "settings"
RDEPENDS_${PN} += "network"
SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
OpenPOWER on IntegriCloud