commit | 088a2ba88572d2664c050dd9f1f36a986f5d6ee0 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jun 02 13:27:47 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Sat Jun 05 00:20:33 2021 +0000 |
tree | 4bdc399a2bd24024c062ad795f872bf2fb4deb38 | |
parent | f64e0fd3ecf6b27a26681e7612d370a03e999971 [diff] |
phosphor-led-sysfs: Disable building tests We don't yet support turning on ptest so we are wasting cycles building them. Change-Id: I21ebd21b45b4b8338d22b5a74b4afc8bae3a1f39 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb b/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb index ce81cb4..f1a1112 100644 --- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb +++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
@@ -16,6 +16,8 @@ DBUS_SERVICE_${PN} += "xyz.openbmc_project.led.controller@.service" +EXTRA_OEMESON += "-Dtests=disabled" + SRC_URI += "git://github.com/openbmc/phosphor-led-sysfs" SRC_URI += "file://70-leds.rules" SRCREV = "5ee5f3b7162cb5d8e6780a9571e0b0ca3daf7c6e"