diff options
author | William A. Kennington III <wak@google.com> | 2021-05-30 01:15:42 +0300 |
---|---|---|
committer | William A. Kennington III <wak@google.com> | 2021-06-05 03:20:33 +0300 |
commit | 643d97391de9a5fc658db9a8b037c752624b847c (patch) | |
tree | 62c175a6f5420b98a1f6a5591868f2941014552d | |
parent | 2b38d3f81e869fecf87c24ccdb1699ff3467d7e0 (diff) | |
download | openbmc-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>
-rw-r--r-- | meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb | 2 |
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" |