summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2019-08-05phosphor-led-sysfs: srcrev bump 97ddb72359..9e500aa81bAndrew Geissler1-1/+1
tony lee (1): Fix an issue and read Period from D-bus (From meta-phosphor rev: a9d42aca459cad4d5306fa5e00fd067d148531ec) Change-Id: I46dbb535c8b5c1d59d72cfb198684e07a7af88b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-04phosphor-led-sysfs: srcrev bump 5b1417bd21..97ddb72359Andrew Geissler1-1/+2
Alexander Soldatov (1): Add ability to set LED colors in DBus As phosphor-led-sysfs now has a build-time dependency on Boost, add it to the recipe. (From meta-phosphor rev: 113bfcd1092246b1bffa6f87c99a033da012a921) Change-Id: I53bc62008dca7eafb454a26cb1bc69a421ddea29 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-11phosphor-led-sysfs: srcrev bump e0844ff447..5b1417bd21Andrew Geissler1-1/+1
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>
2019-03-28meta-phosphor: Fix explicit dependencies antipatternBrad Bishop1-1/+1
Out of the box bitbake examines built applications, automatically adds runtime dependencies and thus ensures any library packages dependencies are automatically added to images, sdks, etc. There is no need to list them explicitly in a recipe. Dependencies change over time, and listing them explicitly is likely prone to errors - the net effect being unnecessary shared library packages being installed into images. Consult https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-RDEPENDS for information on when to use explicit runtime dependencies. (From meta-phosphor rev: 26873c99d30b55e21a920c9851f21c3e2eab19f7) Change-Id: I38640d75a2d834c07d45ddcdb0162f1a23f848d9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-31phosphor-led-sysfs: srcrev bump 8609c65aaa..e0844ff447Andrew Geissler1-1/+1
Vernon Mauery (1): phosphor-led-sysfs: use c++17 (From meta-phosphor rev: 164e85b758a7fa2b4e9458cdc02104a3701a129a) Change-Id: I97a922ced22a5699725d40f813c770737181d91a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-06meta-phosphor: led-sysfs: rename as gitPatrick Venture1-0/+27
Rename phosphor-led-sysfs.bb to phosphor-led-sysfs_git.bb per OE norms. (From meta-phosphor rev: 1f52b4e7a74a4d667a29f02d3f9764b742b990e8) Change-Id: I7cde431a11fa8defc4680cdcce01dfefd2a77720 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>