summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-07 21:51:53 +0300
committerAndrew Geissler <geissonator@yahoo.com>2019-03-12 16:13:44 +0300
commita9f19bd42b40a2cd3e0fc4f33740e1a74e36f5ed (patch)
tree0a06d4c67b09efbbc0febc141a8467b82328c4d1 /meta-phosphor/recipes-phosphor/ipmi
parent9f7c1a457eaf5a9cd190912ae50f314f04796fb5 (diff)
downloadopenbmc-a9f19bd42b40a2cd3e0fc4f33740e1a74e36f5ed.tar.xz
meta-phosphor: ipmi-flash depends on ipmi-blob-tool
The BMC-side and host-side of phosphor-ipmi-flash will require materials provided by ipmi-blob-tool. (From meta-phosphor rev: f0bb2a90e46de96902629bcbdba21bf8f967c403) Change-Id: I864d7382a5a23d5bd1509184c9d31e2264137e78 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index 88b4d9500c..2f6fb59d21 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -13,6 +13,7 @@ DEPENDS += "autoconf-archive-native"
DEPENDS += "phosphor-ipmi-blobs"
DEPENDS += "phosphor-logging"
DEPENDS += "sdbusplus"
+DEPENDS += "ipmi-blob-tool"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"