summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-05-30 01:15:42 +0300
committerWilliam A. Kennington III <wak@google.com>2021-06-05 03:20:33 +0300
commit643d97391de9a5fc658db9a8b037c752624b847c (patch)
tree62c175a6f5420b98a1f6a5591868f2941014552d /meta-phosphor/recipes-phosphor
parent2b38d3f81e869fecf87c24ccdb1699ff3467d7e0 (diff)
downloadopenbmc-643d97391de9a5fc658db9a8b037c752624b847c.tar.xz
phosphor-led-manager: Disable building tests
We don't want to spend cycles building tests we won't use. Change-Id: Ic7890e60e736189290caa1f528002b31f438a179 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb
index cce6fdef0..3167da695 100644
--- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb
@@ -51,4 +51,4 @@ SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT', 'STATES')}"
# Install the override to set up a Conflicts relation
SYSTEMD_OVERRIDE_${PN} += "bmc_booted.conf:obmc-led-group-start@bmc_booted.service.d/bmc_booted.conf"
-EXTRA_OECONF = "YAML_PATH=${STAGING_DATADIR_NATIVE}/${PN}"
+EXTRA_OEMESON += "-Dtests=disabled"