summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-05-15 22:19:16 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-16 04:57:15 +0300
commit51c0f09b14f9a2a49a93574928b9a74dbb31aebc (patch)
tree0a63517c4fcb9e8e29701c1ba46fc01cfae47e96 /meta-phosphor/recipes-phosphor/ipmi
parentc6f876056d938d9a65c760b14337a0e791db7f85 (diff)
downloadopenbmc-51c0f09b14f9a2a49a93574928b9a74dbb31aebc.tar.xz
meta-phosphor: ipmi-flash: disable building host-tool
Disable building the host-tool if building a bitbake image. Also disable building tests. (From meta-phosphor rev: f65a4e2ff1fd0305633ba943a8dbaa801f913669) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I3c74c34c7ee0a7a8b608cf6d1bf881f6853ab06c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb2
1 files changed, 2 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 ba3a2ee60..eb8fe0e73 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -16,6 +16,8 @@ DEPENDS += "sdbusplus"
DEPENDS += "ipmi-blob-tool"
DEPENDS += "pciutils"
+EXTRA_OECONF = "--disable-tests --disable-build-host-tool"
+
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"
SRCREV = "699750dedaaad4639ce3c831aed7d897f3572fbe"