diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-05 13:47:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-05 22:04:29 +0000 |
commit | e9ec1538b52610e4e77ccf801411b8a95de990ca (patch) | |
tree | dd135004b3006b4ae8eafc69e54aaed2e1e27982 /meta/recipes-kernel | |
parent | 6a3e200e2862889e28da3b40ebce71b41f0410e1 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 14 |
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index 53d546c6f5..ab95ad13bf 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |||
@@ -3,8 +3,8 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH = "standard/preempt-rt/base" | 3 | KBRANCH = "standard/preempt-rt/base" |
4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | 4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" |
5 | 5 | ||
6 | SRCREV_machine ?= "919b378578a8f931ee87092f1ce2608a6c2815db" | 6 | SRCREV_machine ?= "97499dfaea61934719b91f1347f468c6f0125b2c" |
7 | SRCREV_machine_qemuppc ?= "be60fd54789f04941b51665970ef121089f9b93e" | 7 | SRCREV_machine_qemuppc ?= "54cb4efa033af86301934d58d890a5324cc95a75" |
8 | SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" | 8 | SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
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 | ||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" | 12 | SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b" |
13 | SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" | 13 | SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" |
14 | 14 | ||
15 | 15 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index af50b5c68d..eff245da81 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH_DEFAULT = "standard/base" | 3 | KBRANCH_DEFAULT = "standard/base" |
4 | KBRANCH = "${KBRANCH_DEFAULT}" | 4 | KBRANCH = "${KBRANCH_DEFAULT}" |
5 | 5 | ||
6 | SRCREV_machine_qemuarm ?= "47ba9c54bfa38b70e2c7500a7e30a738c667cb95" | 6 | SRCREV_machine_qemuarm ?= "5714b747cf0087bb964cbb962db8d3d2041f3177" |
7 | SRCREV_machine_qemumips ?= "b9d36bdb86b595d9823392402b31bdb76439054c" | 7 | SRCREV_machine_qemumips ?= "e87d2cb44bc5d10f3619871541849064bf0d79b1" |
8 | SRCREV_machine_qemuppc ?= "e13586324a05aba0f0cf2523ad9eecda2edd3b94" | 8 | SRCREV_machine_qemuppc ?= "3e99f981fea427696f63af7fd8e99bf05039efee" |
9 | SRCREV_machine_qemux86 ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" | 9 | SRCREV_machine_qemux86 ?= "c03195ed6e3066494e3fb4be69154a57066e845b" |
10 | SRCREV_machine_qemux86-64 ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" | 10 | SRCREV_machine_qemux86-64 ?= "c03195ed6e3066494e3fb4be69154a57066e845b" |
11 | SRCREV_machine_qemumips64 ?= "44eaa7b02aa1e4b8e539c2227702f74f9fcbcfea" | 11 | SRCREV_machine_qemumips64 ?= "8d21f71847640fc052bda1bf1f3792634cae5bb1" |
12 | SRCREV_machine ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" | 12 | SRCREV_machine ?= "c03195ed6e3066494e3fb4be69154a57066e845b" |
13 | SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" | 13 | SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" |
14 | 14 | ||
15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |