aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-07-16 01:03:05 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-20 10:38:59 +0100
commit370cd615ea3aa11d39e4c7303e8bca79e3ec6621 (patch)
tree14686ac2b80d9470f9dae298fe61da36513c3130 /meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
parentff384c084678dab33bbd7eb82ece21a2baa13dfb (diff)
downloadopenembedded-core-contrib-370cd615ea3aa11d39e4c7303e8bca79e3ec6621.tar.gz
linux-yocto/3.14: fix gcc 4.9.4/5.1 build issues, yaffs2 memory leak
Updating the 3.14 SRCREVs for the following commits: 7534aeb01883 yaffs2: fix memory leak in mount/umount 4287412436cb MIPS: Fix build with binutils 2.24.51+ Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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.bb6
1 files changed, 3 insertions, 3 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 7da7f83b3a..9bdbc49ffe 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -3,9 +3,9 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "3428de71031ede23682dd0842b9cfc23ae465f39"
-SRCREV_machine_qemuppc ?= "32c44a56a8218c3349f50d8151a10252d5e85dd1"
-SRCREV_meta ?= "a996d95104b72c422a56e7d9bc8615ec4219ac74"
+SRCREV_machine ?= "863ba0912f559ba9d64ab94bf04f0226fdf0cb49"
+SRCREV_machine_qemuppc ?= "9d464d6696a0fc755c65a2cf75ad7a4656ac6e1e"
+SRCREV_meta ?= "94fa1d7e980c97fcd59b37daedcd863bd6daaee4"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"