meta-phosphor: ipmi-host: depend on bmc-state-manager
The phosphor-host-ipmid's apphandler relies on the bmc-state-manager,
therefore add this run-time dependency on the virtual package.
Add virtual package that provides an implementation of the
xyz.openbmc_project.State.BMC interface.
(From meta-phosphor rev: 68f126163ce73e241f07d24d5be5bb0cd72d5c29)
Tested: Built quanta-q71l-variation.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I24683cda94e41ec6f8800b6830bfb07e48c4c4d0
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
index 9d61a29..6c3de1c 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
@@ -46,6 +46,7 @@
RDEPENDS_${PN} += "phosphor-time-manager"
RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_ipmi-config}"
RDEPENDS_${PN} += "virtual/obmc-watchdog"
+RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-bmc-state-manager}"
inherit useradd