From a26ccf5b0018a62b2be9ca2ff3afed42bb2a0ff9 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 3 May 2019 10:35:28 -0700 Subject: 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 Change-Id: Ia63a256da06a73d12dd2dce8f496a30b194609c1 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-phosphor') 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}" -- cgit v1.2.3