All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto/3.10: fix qemuarm boot and spurious mips build warning
@ 2013-11-05 18:47 Bruce Ashfield
  2013-11-05 18:47 ` [PATCH 1/1] " Bruce Ashfield
  2013-11-05 20:56 ` [PATCH 0/1] " Phil Blundell
  0 siblings, 2 replies; 5+ messages in thread
From: Bruce Ashfield @ 2013-11-05 18:47 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

I don't have anything extra to add outside of what I put in the
patch commit log .. so here it is:

-------------------------------------------

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]

-------------------------------------------

Cheers,

Bruce

The following changes since commit 57498cede4696526c121e0112b5dea3e6e8365ac:

  bitbake: toaster: fix target package information (2013-11-05 12:50:44 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (1):
  linux-yocto/3.10: fix qemuarm boot and spurious mips build warning

 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |  4 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |  2 +-
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      | 14 +++++++-------
 3 files changed, 10 insertions(+), 10 deletions(-)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-07 18:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-05 18:47 [PATCH 0/1] linux-yocto/3.10: fix qemuarm boot and spurious mips build warning Bruce Ashfield
2013-11-05 18:47 ` [PATCH 1/1] " Bruce Ashfield
2013-11-05 20:56 ` [PATCH 0/1] " Phil Blundell
2013-11-06  3:21   ` Bruce Ashfield
2013-11-07 18:39     ` Darren Hart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.