summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-06-05 03:47:31 +0300
committerWilliam A. Kennington III <wak@google.com>2021-06-05 04:33:50 +0300
commit0acca985ecd37be5b26981982e78a1866c30f63d (patch)
tree06f9ad065cd77a3cf0e5014990a7bfbfcbde1457 /meta-phosphor/recipes-phosphor
parentccde0206ddbb9164eb89241e134df68908febf7a (diff)
downloadopenbmc-0acca985ecd37be5b26981982e78a1866c30f63d.tar.xz
phosphor-ipmi-blobs: Disable building tests
We don't yet use ptest so we are wasting cycles building tests Change-Id: Icd5cc96ba269581d0e67be3c98c190399beac565 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
index 3e2710eb4..cc96a498a 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb
@@ -24,3 +24,5 @@ FILES_${PN}_append = " ${libdir}/net-ipmid/lib*${SOLIBS}"
FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
HOSTIPMI_PROVIDER_LIBRARY += "libblobcmds.so"
+
+EXTRA_OECONF += "--disable-tests"