summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-06-05 04:32:50 +0300
committerWilliam A. Kennington III <wak@google.com>2021-06-06 04:07:29 +0300
commit444a4c36c4dde17359db02f6a82f421ee40f3a7f (patch)
tree44b198e1f9e9024d927f92263d9c13bda9df4e4a /meta-phosphor/recipes-phosphor
parentf6d1449f955f056cf8aff166d6c6bf6e7efa2697 (diff)
downloadopenbmc-444a4c36c4dde17359db02f6a82f421ee40f3a7f.tar.xz
phosphor-certificate-manager: Disable building tests
We don't yet use ptest so we are wasting cycles building tests Change-Id: I4be55f6dd11bebf9f2556f35e8fa61d19bd953b2 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
index 9885240c4..5a5f1d45e 100644
--- a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
@@ -26,6 +26,8 @@ DEPENDS = " \
S = "${WORKDIR}/git"
+EXTRA_OECONF += "--disable-tests"
+
CERT_TMPL = "phosphor-certificate-manager@.service"
SYSTEMD_SERVICE_${PN} = "${CERT_TMPL}"