summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-04-09 05:42:17 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-11 17:22:10 +0300
commit04c145f33fc17607a0a64cfa9466b359049b8cd5 (patch)
tree8c8ac808901956144cc2d142753e41f47f4af327
parent1452530784ece77573a82f5d3febf375604f31c1 (diff)
downloadopenbmc-04c145f33fc17607a0a64cfa9466b359049b8cd5.tar.xz
phosphor-led-sysfs: srcrev bump e0844ff447..5b1417bd21
Andrew Jeffery (17): Add OpenBMC C++ clang-format file and format code controller: Avoid pessimistic moves bootstrap: Add dev mode test: Add tests for Physical class Add sysfs LED class wrapper sysfs: Integrate class into Physical and tests test: physical: Introduce LED mocks test: physical: Cover trigger:timer branch in setInitialState() test: physical: Cover trigger:none, brigtness:asserted branch test: physical: Hit both branches of stableStateOperation() test: physical: Capture Action::Blink parameters test: physical: Capture state(Action::{On,Off}) parameters physical: 'frequency' is really periodicity physical: Rework commentary for brevity physical: Cleanup unnecessary variables physical: Avoid unreachable statement in driveLED() physical: Conform to LED class kernel ABI (From meta-phosphor rev: 4cc258fcba50f5e6629c595912800e7685404341) Change-Id: Ibe2b91fc04a8e12c01438087050f858e663bec8c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb2
1 files changed, 1 insertions, 1 deletions
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 60b6761a8..7dcdc6645 100644
--- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
+++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
@@ -18,7 +18,7 @@ DBUS_SERVICE_${PN} += "xyz.openbmc_project.led.controller@.service"
SRC_URI += "git://github.com/openbmc/phosphor-led-sysfs"
SRC_URI += "file://70-leds.rules"
-SRCREV = "e0844ff447abad01fa6f902caab3839336d1518d"
+SRCREV = "5b1417bd21d1e9c00b25bb6db700aec442af746d"
S = "${WORKDIR}/git"
do_install_append() {