summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/host-ipmid
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2016-01-30 17:53:35 +0300
committerAdriana Kobylak <anoo@us.ibm.com>2016-01-30 17:53:35 +0300
commite2374b01b753efc830679a87552d1320e092f039 (patch)
treed070354d89bebddc446a230c46e2f10e8ead8dab /meta-phosphor/common/recipes-phosphor/host-ipmid
parent12aaa75468b4cf08370d57f870f9d2ab0b9b7847 (diff)
downloadopenbmc-e2374b01b753efc830679a87552d1320e092f039.tar.xz
Add settings dbus object to openbmc image
Create settings recipe and service files Add dependency to settings to the ipmid recipe since the upcoming ipmi boot flags use this settings dbus object
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/host-ipmid')
-rw-r--r--meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb3
1 files changed, 1 insertions, 2 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 24c4045beb..174110f84a 100644
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
+++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmid.bb
@@ -14,12 +14,11 @@ inherit obmc-phosphor-c-daemon
TARGET_CFLAGS += "-fpic"
-
+RDEPENDS_${PN} += "settings"
SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
SRCREV = "e90d8bf6a342649dba2fd1589a3cddb3cd051bb1"
-
S = "${WORKDIR}/git"
INSTALL_NAME = "ipmid"