summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-06-13 15:42:39 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-06-26 18:43:27 +0000
commitcd9d130e96b27a7fa62a7bf2fb9ca8dad1b678ff (patch)
tree31fec702865004c163fe375dd5a69a5cc5de3864 /meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
parentfb822552a0e7ae0e4bfbc2825a5f481e809abf10 (diff)
downloadtalos-openbmc-cd9d130e96b27a7fa62a7bf2fb9ca8dad1b678ff.tar.gz
talos-openbmc-cd9d130e96b27a7fa62a7bf2fb9ca8dad1b678ff.zip
Patch busybox watchdog to fix restarts
It is possible the watchdog device is configured to do something other than reset the system on a watchdog timeout. If this occurs, and the busybox watchdog is started back up again, the watchdog driver won't actually start the watchdog hardware unless the watchdog device has been properly closed first. So, on startup, write the magic character to the watchdog device to properly close it before running. Change-Id: I61521d337a958c9dc8f9a6786a65aee3e81994ac Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend')
-rw-r--r--meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend b/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
index 3c4f2b61f..39a6033f7 100644
--- a/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
@@ -1,3 +1,4 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://busybox.cfg"
SRC_URI += "file://flash.cfg"
+SRC_URI += "file://0001-Stop-watchdog-first-on-startup.patch"
OpenPOWER on IntegriCloud