aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_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:42 +0100
commitd7f3b457de1a541a4ba986c7e6dcdf136a3b831c (patch)
tree094ac582c1813f192e6a2a8b459b2704ae3d79dc /meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
parent4121ab3a6ebfa9f8c33157a70533069ef1067fae (diff)
downloadopenembedded-core-contrib-d7f3b457de1a541a4ba986c7e6dcdf136a3b831c.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. 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-tiny_3.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index e619fded41..7eb90a6929 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -8,8 +8,8 @@ LINUX_VERSION ?= "3.14.5"
KMETA = "meta"
-SRCREV_machine ?= "8e552bfb9824bbfdda3b5353dab290519a7332c7"
-SRCREV_meta ?= "135b9fb4b8d66b8df9abcd22f325e77614d35d2e"
+SRCREV_machine ?= "96930820e0cb6d4b31d5e0c8f3174805f4a868b3"
+SRCREV_meta ?= "602be954ac45e8aea06cb93d6766bbf83c242090"
PV = "${LINUX_VERSION}+git${SRCPV}"