summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/watchdog
Commit message (Collapse)AuthorAgeFilesLines
* Redirect most of the Phosphor applications from GitHub to the Raptor ↵Raptor Engineering Development Team2018-01-171-1/+1
| | | | Computing Systems GIT repositories
* phosphor-watchdog.bb: bump versionAndrew Geissler2017-11-011-1/+1
| | | | | Change-Id: If77d4b5a06111a8cf4ba850d9e3dd3d9ad737338 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Host watchdog needs to conflict with quiesce targetAndrew Geissler2017-10-111-0/+1
| | | | | | | | | | | | | | | | If the server enters the quiesce target, the BMC needs to stop the host watchdog. This is so the BMC does not log a second error (one for whatever caused quiesce and one for the host watchdog timeout). If the host watchdog timeout is the reason for entering the quiesce target, then it's error will be logged prior to entering the quiesce target. Resolves openbmc/openbmc#2282 Change-Id: I43fe484049587cc579ec04fd399a4ae78134031c Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* phosphor-watchdog.bb: bump versionPatrick Williams2017-09-121-1/+1
| | | | | Change-Id: Ibe9a8ce6211c2bdcbc54628c3657e6f6e29deb8b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-watchdog.bb: bump versionPatrick Williams2017-09-061-1/+1
| | | | | Change-Id: I94b809e3c7d3f3de3a468d1b16635c2235d67c10 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Enable BMC patching from the /usr/local pathMichael Tritz2017-08-243-3/+5
| | | | | | | | | | | | | | | | | This commit enables patches from the /usr/local path by replacing absolute paths to /usr/sbin or /usr/bin in every service file with "/usr/bin/env ". Additionally, SyslogIdentifier is added to each file to ensure that journal entries are still distinct. In two cases, service files also had to change due to references to ${{PATH}}, which doesn't work with /usr/bin/env. These references - and the corresponding definitions - were changed to ${{DEVPATH}}. Resolves openbmc/openbmc#2149 Change-Id: I12c5c6e5101eef6820b985a563313836250ff2c7 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
* phosphor-watchdog: don't enable watchdog on BMC rebootPatrick Williams2017-07-131-0/+1
| | | | | | | | | | | | | | There are applications we do not want to reenable after a BMC reboot and the typical mechanism for that is a ConditionPathExists on a marker file we create in /run. This was missing for the Host watchdog enable service, which caused the watchdog to be re-enabled even though the boot process was complete. Add the ConditionPathExists to prevent it from becoming enabled. Resolves openbmc/openbmc#1948. Change-Id: Ibb64ee40d9b6313bc44205c751d130345be695ed Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Watchdog: Enable Host Watchdog during early poweronVishwanatha Subbanna2017-07-053-0/+21
| | | | | | | | | | Enabling the Host Watchdog during early power on was inadvertently removed and this change is bringing that back on. Fixes openbmc/openbmc#1888 Change-Id: Ib2220e762379360742dee4a11c06f01a6060fbbe Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* phosphor-watchdog.bb: bump versionv1.99.7Patrick Williams2017-06-151-1/+1
| | | | | Change-Id: I07969ac2b0ddc469020067b4fa2a1a66effdd997 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Watchdog: Add recipe for phosphor-watchdogVishwanatha Subbanna2017-06-154-0/+53
Change-Id: I460e086e1e5d3d5db5405ac29927a7b460f56ff6 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud