From a4cdbe62bd42c22238b14427467ab9accbfa3900 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 4 Jun 2021 18:13:35 -0700 Subject: 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 --- meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-google') 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")}' -- cgit v1.2.3