All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-yocto/linux-yocto: fix routerstationpro build
@ 2012-06-12 20:52 Bruce Ashfield
  2012-06-12 20:52 ` [PATCH 1/1] " Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2012-06-12 20:52 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, saul.wold

Richard/Saul,

I was trolling the autobuilder to confirm a local build failure and
noticed that the routerstationpro was failing build. 

Here's the fix for the build issue, simple enough to switch to a
different lock (since the old one was removed in the -stable
udpate).

Cheers,

Bruce

The following changes since commit 2b7bc8dbfeae528417e737ca139b749f24c11351:

  linux-yocto/3.4: create linux-yocto-rt recipe (2012-06-12 13:14:36 -0400)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zedd/kernel-yocto
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto

Bruce Ashfield (1):
  meta-yocto/linux-yocto: fix routerstationpro build

 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.5.4



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

* [PATCH 1/1] meta-yocto/linux-yocto: fix routerstationpro build
  2012-06-12 20:52 [PATCH 0/1] meta-yocto/linux-yocto: fix routerstationpro build Bruce Ashfield
@ 2012-06-12 20:52 ` Bruce Ashfield
  2012-06-13 10:42   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2012-06-12 20:52 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, saul.wold

The update from v3.0.24 to v3.0.32 removed a lock that the routerstationpro
BSP was using, and broke the build.

Updating the SRCREV to pickup a fix for the new lock and fix the board
build.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
index d0608bc..6de9def 100644
--- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -4,7 +4,7 @@ KBRANCH_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
 KBRANCH_beagleboard = "yocto/standard/beagleboard"
 
 SRCREV_machine_atom-pc ?= "45d64709c00fce6e9b76a638c4ca6f30a8e9d25a"
-SRCREV_machine_routerstationpro ?= "21bd4a0a3b0f061e4640dd1011ebc94d122b5e40"
+SRCREV_machine_routerstationpro ?= "af74f58ef6ffdc68cc77d314ad31bd6a322309d3"
 SRCREV_machine_mpc8315e-rdb ?= "0c781e306559d5e9816e202a60aa2543f4eea39e"
 SRCREV_machine_beagleboard ?= "567c989c90ce5f2c62f6ef788be763150b65a0fb"
 
-- 
1.7.5.4



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

* Re: [PATCH 1/1] meta-yocto/linux-yocto: fix routerstationpro build
  2012-06-12 20:52 ` [PATCH 1/1] " Bruce Ashfield
@ 2012-06-13 10:42   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-06-13 10:42 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky, saul.wold

On Tue, 2012-06-12 at 16:52 -0400, Bruce Ashfield wrote:
> The update from v3.0.24 to v3.0.32 removed a lock that the routerstationpro
> BSP was using, and broke the build.
> 
> Updating the SRCREV to pickup a fix for the new lock and fix the board
> build.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard



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

end of thread, other threads:[~2012-06-13 10:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-12 20:52 [PATCH 0/1] meta-yocto/linux-yocto: fix routerstationpro build Bruce Ashfield
2012-06-12 20:52 ` [PATCH 1/1] " Bruce Ashfield
2012-06-13 10:42   ` Richard Purdie

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.