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-06-17 11:26:14 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-17 17:56:57 +0100
commit869e3d7052c19a39f5dc6b004e49f48fda89cbc1 (patch)
tree807285c040f017cb4b0db1e868435652182337f4 /meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
parent3b65c42bbb1c0d45d8acd4fdf13bc7771cc1c9c0 (diff)
downloadopenembedded-core-contrib-869e3d7052c19a39f5dc6b004e49f48fda89cbc1.tar.gz
linux-yocto/3.14: enable mpc8315e NAND and Yaffs2 gcc 4.9 fix
Updating the meta branch with configuration changes to enable NAND booting on the mpc8315e reference board. We also update the BSP SRCREVs to fix a compilation issue with date/time on Yaffs2 and gcc 4.9. (From OE-Core rev: d7f3b457de1a541a4ba986c7e6dcdf136a3b831c) 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.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 29df6b722e..6d5096cd85 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 @@ require recipes-kernel/linux/linux-yocto.inc
KBRANCH = "standard/preempt-rt/base"
KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
-SRCREV_machine ?= "ec7945d3abac66557de452e9c81f6f3692f187db"
-SRCREV_machine_qemuppc ?= "ec7945d3abac66557de452e9c81f6f3692f187db"
-SRCREV_meta ?= "135b9fb4b8d66b8df9abcd22f325e77614d35d2e"
+SRCREV_machine ?= "5c79217cdf1c16a3cacd28968e8c3e417e994c86"
+SRCREV_machine_qemuppc ?= "1ad208565754a1122df5500246f3142e2a3eff39"
+SRCREV_meta ?= "602be954ac45e8aea06cb93d6766bbf83c242090"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"