summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/watchdog
Commit message (Collapse)AuthorAgeFilesLines
* Redirect most of the Phosphor applications from GitHub to the Raptor ↵Raptor Engineering Development Team2019-04-251-1/+1
| | | | Computing Systems GIT repositories
* phosphor-watchdog: Use meson instead of autotoolsWilliam A. Kennington III2019-04-081-2/+5
| | | | | | | | | | This will allow us to get rid of autotools in the upstream sources. (From meta-phosphor rev: 5fef274d2238a6baae3e865161505a8432e1ed7b) Change-Id: Idbfbd7445ba186555812a6ab29e2e8c97a067c30 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump 8c8072aa4a..26eef26c97Andrew Geissler2019-04-061-1/+1
| | | | | | | | | | | William A. Kennington III (1): mainapp: Add an option for watching post codes (From meta-phosphor rev: 4fb0ccedabbcdbe474e056d419bd19c7aae96751) Change-Id: I03be2a65ac6a067635c8858ab79f560b20b65643 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump 50ae4b152b..8c8072aa4aAndrew Geissler2019-04-021-1/+1
| | | | | | | | | | | Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: 1cfa1e6077ec047b62a12c8da16c44323dd0279e) Change-Id: I0b13210c2f578602a5ab9055077e4983e024d66f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: Fix explicit dependencies antipatternBrad Bishop2019-03-281-2/+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>
* phosphor-watchdog: Doesn't depend on sdbus++William A. Kennington III2019-03-281-1/+1
| | | | | | | | | | We don't use the sdbus++ tool so we don't need sdbusplus-native (From meta-phosphor rev: d7d59cf4f4afb7e0ae696364feec38d17ff5abfb) Change-Id: I5dd6668c3d25fba533efe787e036a3d96568722d Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump b933771042..50ae4b152bAndrew Geissler2019-03-201-1/+1
| | | | | | | | | | | Yong Li (1): Set expiredTimerUse when timer expired (From meta-phosphor rev: 5901a04b316621970bb5ea0c43410146b359ae29) Change-Id: Ib8356d19a25f39664a6c9530c6947082e5d70793 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-watchdog: srcrev bump 976764158a..b933771042Andrew Geissler2019-03-061-1/+1
| | | | | | | | | | | William A. Kennington III (1): meson: Add alternate build system (From meta-phosphor rev: 32db1be03f67120ccaa21a2b0c77a9305c1491f1) Change-Id: I7fd312f0615f0756d128e9cbbc8d4cda2825b908 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-watchdog: srcrev bump 5e350795bf..976764158aAndrew Geissler2019-02-141-1/+1
| | | | | | | | | | | Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-phosphor rev: a28bb7596ce15b56c4d5bc6efbbe9a29a6a76240) Change-Id: Ie88c6e4a53449511d09c7c1540dec22c69c49885 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump 8cf5f64c9e..5e350795bfAndrew Geissler2019-02-061-1/+1
| | | | | | | | | | | | William A. Kennington III (2): test/watchdog: Define a time quantum type test/watchdog: Change the time quantum to 0.1s instead of 1s (From meta-phosphor rev: 85fccdb9a651347002db518869ae3a3406aa677c) Change-Id: I9c3d61d002949eed0e77d7f840440c83d5e12d91 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump f505fc0674..8cf5f64c9eAndrew Geissler2019-02-051-1/+1
| | | | | | | | | | | | | | William A. Kennington III (4): Convert to standard CLI11 argument parser mainapp: Fix missing includes test: Rename watchdog_test to watchdog test/watchdog: Don't use designated initializers (From meta-phosphor rev: 251192c44dc5fa8d70a051b920d9d7597f098f6e) Change-Id: I25e93ba5ba11dc5a818a5314d85a864fce586709 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: Add cli11 supportWilliam A. Kennington III2019-02-041-0/+1
| | | | | | | | | | | | Tested: Still build as normal and works to enable support with a manually patched phosphor-watchdog. (From meta-phosphor rev: 95fd2b822ed50bfc08513f4f9d6e0f689dac8ef2) Change-Id: I91f720e10b02390ee4c2fd9c2feb62fb0c77b384 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: watchdog: rename as git recipePatrick Venture2018-10-071-1/+2
| | | | | | | | | | Rename phosphor-watchdog.bb to phosphor-watchdog_git.bb per OE norms. (From meta-phosphor rev: 4e4a29658911e0c97c6429e4d8f52f95f44c0a87) Change-Id: I3fe36a75f5b3887fff573bad38453e04981d3f4b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump d4cbc5aad2..f505fc0674Andrew Geissler2018-10-061-1/+1
| | | | | | | | | | | | William A. Kennington III (2): watchdog: Handle systemd StartUnit errors Convert to using sdeventplus (From meta-phosphor rev: 1c6a37639553a0c491cb7f5ea545f4a38bffe9ff) Change-Id: Ic1ccdcd091723addbe0abb3e00f660258bcf21ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump c2c26cebc2..d4cbc5aad2Andrew Geissler2018-09-271-1/+1
| | | | | | | | | | | William A. Kennington III (1): test/watchdog: Test interval update (From meta-phosphor rev: 21fd69505a256ea7e130623ec4a08ab76e83cb89) Change-Id: I8c2ee8c942ef01a704f4cb1326dc167121667abb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump 3bb2f4006f..c2c26cebc2Andrew Geissler2018-09-241-1/+1
| | | | | | | | | | | William A. Kennington III (1): mainapp: Detect duplicate action targets (From meta-phosphor rev: 63233b4f96dc7a7993faa4221184012095f429d8) Change-Id: I3d39a75f61777fbe972952eb631824ebeaf0d7f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump 8f6c51564d..3bb2f4006fAndrew Geissler2018-09-241-1/+1
| | | | | | | | | | | | William A. Kennington III (2): Switch to C++17 Standardize Action -> Target Map Type (From meta-phosphor rev: 4c7a80919ffe1d82190c24fc75ad02ffcfd681b3) Change-Id: Ic9d9972d34d4fbccc378d1e59d845f200381e958 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: Enable sdeventplus supportWilliam A. Kennington III2018-09-171-0/+1
| | | | | | | | | | | | | | | An upcoming commit to phosphor-watchdog will require sdeventplus during the build process. Tested: Build still works as expected. Manually patching in the sdeventplus patch works as expected. (From meta-phosphor rev: 6e1dfdd6958f069c20606490ce65ecc5f99da62f) Change-Id: Ib450d12a7f74862ded1288aeea4d2046108281ba Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump d5353086a4..8f6c51564dAndrew Geissler2018-09-141-1/+1
| | | | | | | | | | | Patrick Venture (1): add .clang-format (From meta-phosphor rev: 2e1b4ea9a2baf789f367fbd5be1b0fefb3a88dbc) Change-Id: I87ad587d03d8babc910dbbb4e70063353433195a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: Move layer content from common/Brad Bishop2018-09-065-0/+79
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud