summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-05 13:47:50 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-05 22:04:29 +0000
commite9ec1538b52610e4e77ccf801411b8a95de990ca (patch)
treedd135004b3006b4ae8eafc69e54aaed2e1e27982 /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
parent6a3e200e2862889e28da3b40ebce71b41f0410e1 (diff)
downloadpoky-e9ec1538b52610e4e77ccf801411b8a95de990ca.tar.gz
linux-yocto/3.10: fix qemuarm boot and spurious mips build warning
This update fixes two issues: a) qemuarm boot failure v3.10.13 picked up a patch for arm versatile interrupt mappings that fixes the emulator boot out of the box. But it interacts badly with our previous fix for the issue. Reverting the existing patch and going with the mainline solution fixes the boot. b) qemumips build warning and failure Depending on the build host and compiler, the build of menuconfig throws an potentially uninitialized variable warning. That warning causes an error on archs with -Werror. We can do a trivial change to avoid the warning all together (initilize it to null), and keep everyone happy. [YOCTO #5460] (From OE-Core rev: 8d1a041891c87d0c2003c80f84b0501bdc9403a1) 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.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index c76951759c..c15c311647 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.10.17"
9 9
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" 12SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b"
13SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" 13SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad"
14 14
15 15