summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27phosphor-led-sysfs: srcrev bump 520c5e51fd..ff26c8ecb8Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: Ib4b9fa5e6033f427a4b41e0363d0669b0274c41c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-21phosphor-led-sysfs: srcrev bump 5ee5f3b716..520c5e51fdAndrew Geissler1-1/+1
George Liu (1): Update clang-format Change-Id: I934778112bc88b6d0c144631efd233294706dec8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31meta-phosphor: switch EXTRA_OEMESON to use override syntaxPatrick Williams1-1/+1
It was observed that we have different approaches to modifying the EXTRA_OEMESON variable across our recipes. The bitbake manual implies that override syntax (":append") is slightly better and the poky meson bbclass also prefers it: meta/classes/meson.bbclass:EXTRA_OEMESON:append = " ${PACKAGECONFIG_CONFARGS}" Switch all recipes to use the ":append" override syntax for the EXTRA_OEMESON variable. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I24e9a27a87c61f374acfb03a63955821fce0dd20
2021-08-17Fix path to udev rules filesAnton Blanchard1-2/+2
Use nonarch_base_libdir instead of base_libdir, because the files are always in /lib/udev/rules.d/. On ppc64le base_libdir is lib64, and the files end up in the wrong spot. Signed-off-by: Anton Blanchard <anton@ozlabs.org> Change-Id: I3c24dae293f4166f1ed1826d09d4bde7cd7d0357
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-2/+2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-06-05phosphor-led-sysfs: Disable building testsWilliam A. Kennington III1-0/+2
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>
2021-06-02phosphor-led-sysfs: srcrev bump c7d70b67fc..5ee5f3b716Andrew Geissler1-1/+1
George Liu (1): Remove autotools support Change-Id: I9d407d73bb8ebd710f18bde42914224aeb536c0e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02ledController: build phosphor-led-sysfs with mesonGeorge Liu1-2/+1
The intent behind this commit to build phosphor-led-sysfs with meson and remove autotools. Tested: built phosphor-led-sysfs successfully and worked. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I6656f9959438c95e6cd0331d3f070939ffd8e192
2021-06-02phosphor-led-sysfs: srcrev bump 429750a01d..c7d70b67fcAndrew Geissler1-1/+1
George Liu (1): Add meson build Change-Id: Ie4da91e9d89a2e627116b2564132b561ec23e7d8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-25phosphor-led-sysfs: srcrev bump 45eba6fc25..429750a01dAndrew Geissler1-1/+1
George Liu (1): Remove config.h Change-Id: I72b30521a9300bbedf8b4c077740cd257c55e8c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-21phosphor-led-sysfs: srcrev bump fcc56b6705..45eba6fc25Andrew Geissler1-1/+1
George Liu (1): Replace std::experimental::filesystem with std::filesystem Change-Id: I36c07b05fba16d2ac5d996a8368d23409ff50983 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-29phosphor-led-sysfs: srcrev bump 07758dcaa3..fcc56b6705Andrew Geissler1-1/+1
Patrick Williams (1): bootstrap: fix shellcheck warnings Change-Id: I4e2520684dc4db95c83ea594b0dba5ddbfddc5fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28phosphor-led-sysfs: srcrev bump a8a275f635..07758dcaa3Andrew Geissler1-1/+1
George Liu (1): ledSysfs: Replace IRC with Discord Change-Id: I112ee6cb4854e7d3b9036b66da299f248fcadd4e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-27phosphor-led-sysfs: srcrev bump 61b9063671..a8a275f635Andrew Geissler1-1/+1
Vishwanatha Subbanna (4): Add support for --enable-oe-sdk Add test cases to validate state of physical LED Fix an error scenario where reading the file fails test: Add test cases to cover brightness and asserted values Change-Id: I49963d5da3051c4bbda19963b18ad50b21c1386a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
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>