summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2020-05-15phosphor-buttons: srcrev bump 582b3f025a..5ed4cc0f09Andrew Geissler1-1/+1
Patrick Williams (3): sdbusplus: remove deprecated variant_ns MAINTAINERS: remove Ed Tanous as maintainer sdbusplus: replace message::variant with std::variant (From meta-phosphor rev: 7041e3979e04e613ffa3a30cc1a9e087fef2ed78) Change-Id: Ifeffdbec7c5352b48a53776c872b6388f7bd7dac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-02-24phosphor-buttons: srcrev bump 3fdcdb82d0..582b3f025aAndrew Geissler1-1/+1
Tim Lee (1): phosphor-buttons: Make gpio interrupt configuration can be set correctly (From meta-phosphor rev: f654f2bad9c291004c32e5593aec840f8b8b6554) Change-Id: I028cb6864852c3ebe1888360bf72291946b264c1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-06phosphor-buttons: srcrev bump 1ac9ab6d29..3fdcdb82d0Andrew Geissler1-1/+1
Gunnar Mills (1): Fix Maintainers file (From meta-phosphor rev: 29872eb6fd7845d5e37abff56b295ea8e4517d5d) Change-Id: I68c01fb973e45b0a8cfdfb02d9192ac6599c9138 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-16phosphor-buttons: srcrev bump 6910122589..1ac9ab6d29Andrew Geissler1-1/+1
Patrick Venture (1): transition to multi-user.target in service files (From meta-phosphor rev: 21e7d1ef2f0f3f44fd027a3684237e09d6f6cc80) Change-Id: I33cf7c09e71705a5d8d78908da18b61404239110 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-06meta-phosphor: obmc-phosphor-buttons: point to binPatrick Venture1-3/+3
Point to bin where the package now installs. phosphor-buttons: srcrev bump 391a21a1bb..6910122589 Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: 1eed372c024f29a14a042d6d0f0fc58a8b6f7c37) Change-Id: I8f761f8f8569cb8feff80f3275d5ec4e19261dc2 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15Add button signals and handler packagesMatt Spinler1-3/+15
The phosphor-buttons repo contains 2 apps - the button signal sender, and the button signal handler, each with their own service files. Make those into packages, so if someone wants to make their own button handler for example, they can just not include the obmc-phosphor-buttons-handler package in their image. Tested: Built into a witherspoon image and installed on a system and saw everything running and working. (From meta-phosphor rev: f69dd65883d8e9a1cf47e9ffcdd99efd75f6b630) Change-Id: I9b81692ab57bbea0ad32751c036d46a33fe35c03 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12phosphor-buttons: srcrev bump f654267db9..391a21a1bbAndrew Geissler1-1/+1
Matt Spinler (7): Add .gitignore Add button-handler framework button-handler: Add power button actions button-handler: Add reset button actions button-handler: Add ID button actions button-handler: Add button-handler service file Add myself as a maintainer (From meta-phosphor rev: 443f1b00f78c2dcacd9f776fd75007523e9ed910) Change-Id: Ia3ded7e495a3ad91a230c1053fffdce615eb7798 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-11Add obmc-phosphor-buttons recipe.Kuiying Wang1-0/+23
Add obmc-phosphor-buttons_git.bb file and enable buttons TestBy: export TEMPLATCONF=meta-intel/meta-s2600wf/conf/ bitbake obmc-phosphor-buttons (From meta-phosphor rev: 0d737656491b85b06ecb0aaa1290276abc98234f) Change-Id: I09b182b2adc4d245a3b42794a2e133d940074d55 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>