summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-06-19 21:52:19 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-20 16:20:11 +0300
commit79ca37b3d597ece9a1ed2565ee37b9b6e4db86a5 (patch)
tree500b5d35671b07d28b19e8383845b507c9e4bc7c
parent0b74aee1d84d8ecf02937a26f759024685b4675b (diff)
downloadopenbmc-79ca37b3d597ece9a1ed2565ee37b9b6e4db86a5.tar.xz
phosphor-ipmi-flash: srcrev bump e1118bcb2d..380832ccf6
Patrick Venture (2): bmc: add cleanup blob handler test: cleanup by moving tool tests into subfolder (From meta-phosphor rev: 67a224f2b6c7bec818cfc3f6f59085a226ef4da3) Change-Id: Ic7bc04b7883803f02bfe2ab540c2fc051d8cdc56 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb6
1 files changed, 5 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 81674b6f4..26e57541b 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -16,16 +16,20 @@ DEPENDS += "sdbusplus"
DEPENDS += "ipmi-blob-tool"
DEPENDS += "pciutils"
+PACKAGECONFIG ?= "cleanup-delete"
+PACKAGECONFIG[cleanup-delete] = "--enable-cleanup-delete, --disable-cleanup-delete"
+
EXTRA_OECONF = "--disable-tests --disable-build-host-tool"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"
-SRCREV = "e1118bcb2dbb64e90ac5671f7978d4748d0a5e3b"
+SRCREV = "380832ccf6d9986cd2e993a6c463da97eadf7997"
FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"
FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
BLOBIPMI_PROVIDER_LIBRARY += "libfirmwareblob.so"
+BLOBIPMI_PROVIDER_LIBRARY += "${@bb.utils.contains('PACKAGECONFIG', 'cleanup-delete', 'libfirmwarecleanupblob.so', '', d)}"
do_configure[depends] += "virtual/kernel:do_shared_workdir"