summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-06-05 04:13:35 +0300
committerWilliam A. Kennington III <wak@google.com>2021-06-06 04:07:29 +0300
commita4cdbe62bd42c22238b14427467ab9accbfa3900 (patch)
tree857277197a9e265f05d2d7372e593cb61cfc06f6 /meta-google
parent45c0083998242a67937bc72d179c4c17cf66b104 (diff)
downloadopenbmc-a4cdbe62bd42c22238b14427467ab9accbfa3900.tar.xz
google-ipmi-sys: Disable building tests
We don't yet use ptest so we are wasting cycles building tests Change-Id: I44d51dd1655157f2cd96cd21d8e1122faa06f6a2 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
index 70c4bcb39d..0bcc66a58f 100644
--- a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
+++ b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
@@ -30,6 +30,8 @@ HOSTIPMI_PROVIDER_LIBRARY += "libsyscmds.so"
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE_${PN} = "gbmc-psu-hardreset.target"
+EXTRA_OECONF += "--disable-tests"
+
CXXFLAGS_append_gbmc = '${@"" if not d.getVar("GBMC_NCSI_IF_NAME") else \
" -DNCSI_IPMI_CHANNEL=1 -DNCSI_IF_NAME=" + d.getVar("GBMC_NCSI_IF_NAME")}'