summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/gpio
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-06-05 04:08:38 +0300
committerWilliam A. Kennington III <wak@google.com>2021-06-05 04:33:51 +0300
commit626c2cf00587674f46b21a21bb40a03b7ab86236 (patch)
tree89fa9464fae8b3562dfea030af4618ffea3f7855 /meta-phosphor/recipes-phosphor/gpio
parent8b4768d9683293d8a2720227fe0e36cc4e67c4da (diff)
downloadopenbmc-626c2cf00587674f46b21a21bb40a03b7ab86236.tar.xz
phosphor-gpio-monitor: Disable building tests
We don't yet use ptest so we are wasting cycles building tests Change-Id: If4286da34d5d1f1b2e029f80fa3da00d36fc9dec Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/gpio')
-rw-r--r--meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
index 5220431d5..37908e0de 100644
--- a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
+++ b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
@@ -46,3 +46,5 @@ FILES_${PN}-presence += "${bindir}/phosphor-gpio-presence"
SRC_URI += "git://github.com/openbmc/phosphor-gpio-monitor"
SRCREV = "b08a0f691740ef21e28547a57981b1043d46d8ce"
S = "${WORKDIR}/git"
+
+EXTRA_OEMESON += "-Dtests=disabled"