summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-06-05 03:45:28 +0300
committerWilliam A. Kennington III <wak@google.com>2021-06-05 04:33:50 +0300
commitccde0206ddbb9164eb89241e134df68908febf7a (patch)
tree0c5d4a08c217110f85514558e38f18b4b09658ab /meta-phosphor/recipes-phosphor
parent477b209b864486feff9163b61ae06eebc8d52039 (diff)
downloadopenbmc-ccde0206ddbb9164eb89241e134df68908febf7a.tar.xz
phosphor-ipmi-ethstats: Disable building tests
We don't yet use ptest so we are wasting cycles building tests Change-Id: I2145b89a6f5a50969456858addb73258053c99ea 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-ethstats_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb
index 9af52eb1b..957dd36b2 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb
@@ -22,3 +22,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 += "libethstatscmd.so"
+
+EXTRA_OECONF += "--disable-tests"