aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-26 13:40:09 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-28 08:31:29 +0100
commit7006412c285a4a6c75d5349f60dc71b0b735ff90 (patch)
tree00ac7b6eae29e925c00e9ade2416a27873f1cae0 /meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
parentca1d952c964ce25bf78d47c7a856105d59d72cac (diff)
downloadopenembedded-core-contrib-7006412c285a4a6c75d5349f60dc71b0b735ff90.tar.gz
beaglebone: enable the nowayout option for the watchdog
Bumping the meta SRCREV for the following fix: [ The default watchdog behaviour is to stop the timer if the process managing it closes the file /dev/watchdog. The system would not reboot if watchdog daemon crashes due to a bug in it or get killed by other malicious code. So we prefer to enable nowayout option for the watchdong. With this enabled, there is no way of disabling the watchdog once it has been started. This option is also enabled in the predecessor of this BSP (beagleboard) ] [YOCTO: 3937] Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index 2e22430754..995df3e0ea 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
SRCREV_machine ?= "08229402523bdb153dceed0a7260180837396e7f"
SRCREV_machine_qemuppc ?= "08229402523bdb153dceed0a7260180837396e7f"
-SRCREV_meta ?= "62f236c734996f240d91daee2cb6a05669c7326c"
+SRCREV_meta ?= "183622e8095545999a64bd72adedea2dffb6ec4b"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"