aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_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_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_3.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.14.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
index 6a500653bc..1bdf520a92 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -10,14 +10,14 @@ KBRANCH_qemux86 = "standard/common-pc/base"
KBRANCH_qemux86-64 = "standard/common-pc-64/base"
KBRANCH_qemumips64 = "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "57c7d98c639aa69ed4640aaf0077dfc6f6213b62"
-SRCREV_machine_qemumips ?= "0c95bd5e4fd9834de451197edb2f0acb7d93d1e8"
-SRCREV_machine_qemuppc ?= "9a15b569a7c7340e895327ba464e8cd852914c2b"
-SRCREV_machine_qemux86 ?= "4aa0cb556f1a3457d0cb3285d0ba2aa073b745eb"
-SRCREV_machine_qemux86-64 ?= "8e552bfb9824bbfdda3b5353dab290519a7332c7"
-SRCREV_machine_qemumips64 ?= "42cb63ec0929a3e488b3c61cef31c6ee5b0e1005"
-SRCREV_machine ?= "8e552bfb9824bbfdda3b5353dab290519a7332c7"
-SRCREV_meta ?= "135b9fb4b8d66b8df9abcd22f325e77614d35d2e"
+SRCREV_machine_qemuarm ?= "2489f1f4d7aa27bf0808d7fa80a50399c643516d"
+SRCREV_machine_qemumips ?= "63b4ca3223d9481baa77f527f50d906d15747141"
+SRCREV_machine_qemuppc ?= "e5dfe8f89b45effe445d04e0f9b391948eb108ae"
+SRCREV_machine_qemux86 ?= "41d5fe27dc3d3e769cb6af01770cac3d75a91e1a"
+SRCREV_machine_qemux86-64 ?= "96930820e0cb6d4b31d5e0c8f3174805f4a868b3"
+SRCREV_machine_qemumips64 ?= "103df748c6e83d5874a8385592f758feeb818324"
+SRCREV_machine ?= "96930820e0cb6d4b31d5e0c8f3174805f4a868b3"
+SRCREV_meta ?= "602be954ac45e8aea06cb93d6766bbf83c242090"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"