summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-05-03 17:53:57 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-14 01:58:32 +0300
commitadf1a33e95cb06da41b607fa73c39523ee45c525 (patch)
tree765055f7078cc7d0a01b1ad19cb52981a983f592
parentd173f1e8edb70c091693d96c07c71c86dcddee78 (diff)
downloadopenbmc-adf1a33e95cb06da41b607fa73c39523ee45c525.tar.xz
meta-phosphor: ipmi-host: depend on bmc-updater
The phosphor-host-ipmid's apphandler relies on the bmc-updater, therefore add this run-time dependency on the virtual package. Add virtual package that provides an implementation of the xyz.openbmc_project.Software.Activation interface. (From meta-phosphor rev: f5dd031310da1aaec5373697202decc6d03d60b6) Tested: Built quanta-q71l-variation and it built successfully. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I8bbc1fe3fb40b48c98c6a2deaacbe37f3a786b1c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb1
1 files changed, 1 insertions, 0 deletions
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 2095daae4..4e69c2d36 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
@@ -48,6 +48,7 @@ RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_ipmi-config}"
RDEPENDS_${PN} += "virtual/obmc-watchdog"
RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-bmc-state-manager}"
RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-bmc-version}"
+RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-bmc-updater}"
inherit useradd