]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/3.10: fix qemuarm boot and spurious mips build warning
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 5 Nov 2013 18:47:50 +0000 (13:47 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Nov 2013 22:04:03 +0000 (22:04 +0000)
commit8d1a041891c87d0c2003c80f84b0501bdc9403a1
tree780599b43d1e2ba1f556570099d54849f465ba17
parent8e22b08de2745e08421b38f8ba215bcc1de4b423
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]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
meta/recipes-kernel/linux/linux-yocto_3.10.bb