summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-05-03 20:35:28 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-07 15:38:17 +0300
commita26ccf5b0018a62b2be9ca2ff3afed42bb2a0ff9 (patch)
tree9ca837e7e7a52c78633f1075db5f6f4c21c01d89 /meta-phosphor
parent3a471a4f476167a6ee6c33e4fa9ca8200454e4f8 (diff)
downloadopenbmc-a26ccf5b0018a62b2be9ca2ff3afed42bb2a0ff9.tar.xz
meta-phosphor: ipmi-flash: depends on pciutils
Add dependency on pciutils for phosphor-ipmi-flash PCI support. phosphor-ipmi-flash: srcrev bump a68d344532..241416115e Patrick Venture (9): build: fail if aspeed-lpc-ctrl header not found main: add compilation guards around PCI handler pci_handler: add internal sys object pci_handler: add aspeed-p2a-ctrl path pci_handler: add support for opening, mapping, closing build: add check for pciutils: libpci p2a: add initial p2a support (empty) tools: io: add read method tools: p2a: check aspeed bridge (From meta-phosphor rev: cb35b59c29d48a56873a27ff8634ec579df5a173) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ia63a256da06a73d12dd2dce8f496a30b194609c1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb3
1 files changed, 2 insertions, 1 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 76ba0c181..3e57682cd 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -14,10 +14,11 @@ DEPENDS += "phosphor-ipmi-blobs"
DEPENDS += "phosphor-logging"
DEPENDS += "sdbusplus"
DEPENDS += "ipmi-blob-tool"
+DEPENDS += "pciutils"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"
-SRCREV = "a68d34453255b3ce98cd40242a5fc6753b194bd5"
+SRCREV = "241416115e13659b9cb6cef9e77e469c1f99f640"
FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"