summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2020-07-03phosphor-led-sysfs: srcrev bump 604a45ea78..61b9063671Andrew Geissler1-1/+1
George Liu (1): clang-format: update to latest from docs repo (From meta-phosphor rev: d777c1040fc3abfad4c2ae5906c05b47477c8cc2) Change-Id: I3f4f13280f28678b177c46c8d4ea534e83e08859 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-03phosphor-led-sysfs: srcrev bump ca3dd7dd91..604a45ea78Andrew Geissler1-1/+1
Patrick Williams (1): build: add correct libsystemd dependency (From meta-phosphor rev: 439ea91663322d87d237f3b7c6cd92fe60e1313e) Change-Id: I7f7b07132a7e9ebd1bc68be9787ca6448549ae84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-11-22meta-phosphor: remove exe perms from udev rulesBrad Bishop1-1/+1
Remove execute permssions from udev rules to avoid errors like: systemd-udevd[110]: Configuration file /lib/udev/rules.d/70-iio.rules is marked executable. Please remove executable permission bits. Proceeding anyway. (From meta-phosphor rev: d0c97c05b3c9b0d4b73978894b87cf649944bb37) Change-Id: Ie2908b5b0734e79cf4d0287d1fe7262022d5d740 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-06phosphor-led-sysfs: srcrev bump b6708c7e84..ca3dd7dd91Andrew Geissler1-1/+1
Vishwanatha Subbanna (1): Add vishwa as Maintainer (From meta-phosphor rev: dfc2127ac34c473077fc9d9c90d25e6cf6411563) Change-Id: I437ffc23c6a6356d9faf490b3fdda3b5abebd1ce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-07phosphor-led-sysfs: srcrev bump 9e500aa81b..b6708c7e84Andrew Geissler1-1/+1
Andrew Jeffery (1): autotools: Fix autoconf-archive compatibility issues (From meta-phosphor rev: c804fb3b1428e628768237dd058dfef706e0e1a3) Change-Id: I200f7b2862e09a08a81fcd4b3aa1835dd1c3c81a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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>