All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] qemuppc: fix 2.6.37 build failure
@ 2010-12-13  5:41 Bruce Ashfield
  2010-12-13  5:41 ` [PATCH 1/1] qemuppc: update 2.6.37 SRCREV Bruce Ashfield
  2010-12-13 18:37   ` [poky] " Saul Wold
  0 siblings, 2 replies; 4+ messages in thread
From: Bruce Ashfield @ 2010-12-13  5:41 UTC (permalink / raw)
  To: rpurdie, saul.wold; +Cc: yocto, poky

Somehow the ppc32 irq routines were only partially updated
to 2.6.37. I'll have to check later to see what happened, since
these were all built and booted here. 

The fix is simple enough, here's the update for the SRCREV
that gets qemuppc building again.

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

Thanks,
    Bruce Ashfield <bruce.ashfield@windriver.com>
---


Bruce Ashfield (1):
  qemuppc: update 2.6.37 SRCREV

 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



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

* [PATCH 1/1] qemuppc: update 2.6.37 SRCREV
  2010-12-13  5:41 [PATCH 0/1] qemuppc: fix 2.6.37 build failure Bruce Ashfield
@ 2010-12-13  5:41 ` Bruce Ashfield
  2010-12-13 18:37   ` [poky] " Saul Wold
  1 sibling, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2010-12-13  5:41 UTC (permalink / raw)
  To: rpurdie, saul.wold; +Cc: yocto, poky

Fixes [BUGID: 585]

The qemuppc irq handling was only partially updated to 2.6.37,
this completes the job. qemuppc builds and boots with this
change.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 81c39ab..be635e5 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -98,7 +98,7 @@ SRCREV_meta_pn-linux-yocto-stable ?= "d1cd5c80ee97e81e130be8c3de3965b770f320d6"
 # development SRCREVs
 SRCREV_machine_pn-linux-yocto_qemuarm = "87e00a2d47ba80b4ad1f9170cb3f6cf81f21d739"
 SRCREV_machine_pn-linux-yocto_qemumips = "7231e473dd981a28e3cea9f677ed60583e731550"
-SRCREV_machine_pn-linux-yocto_qemuppc = "3ab3559637130b65d8889fa74286fdb57935726f"
+SRCREV_machine_pn-linux-yocto_qemuppc = "e2b529d7d74a9b21e1d1715f0c4062a4fd92a3ed"
 SRCREV_machine_pn-linux-yocto_qemux86 = "87aacc373557f8849dde8618fbe1f7f8f2af6038"
 SRCREV_machine_pn-linux-yocto_qemux86-64 = "87aacc373557f8849dde8618fbe1f7f8f2af6038"
 SRCREV_machine_pn-linux-yocto_emenlow = "87aacc373557f8849dde8618fbe1f7f8f2af6038"
-- 
1.7.0.4



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

* Re: [PATCH 0/1] qemuppc: fix 2.6.37 build failure
  2010-12-13  5:41 [PATCH 0/1] qemuppc: fix 2.6.37 build failure Bruce Ashfield
@ 2010-12-13 18:37   ` Saul Wold
  2010-12-13 18:37   ` [poky] " Saul Wold
  1 sibling, 0 replies; 4+ messages in thread
From: Saul Wold @ 2010-12-13 18:37 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto, poky

On 12/12/2010 09:41 PM, Bruce Ashfield wrote:
> Somehow the ppc32 irq routines were only partially updated
> to 2.6.37. I'll have to check later to see what happened, since
> these were all built and booted here.
>
> The fix is simple enough, here's the update for the SRCREV
> that gets qemuppc building again.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: zedd/kernel
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>
> Thanks,
>      Bruce Ashfield<bruce.ashfield@windriver.com>
> ---
>
>
> Bruce Ashfield (1):
>    qemuppc: update 2.6.37 SRCREV
>
>   .../conf/distro/include/poky-default-revisions.inc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Bruce,

Thanks for the fast turn on these fixes, there are pulled into master 
and the 1.0 M2 branch.

Sau!


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

* Re: [poky] [PATCH 0/1] qemuppc: fix 2.6.37 build failure
@ 2010-12-13 18:37   ` Saul Wold
  0 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2010-12-13 18:37 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto, poky

On 12/12/2010 09:41 PM, Bruce Ashfield wrote:
> Somehow the ppc32 irq routines were only partially updated
> to 2.6.37. I'll have to check later to see what happened, since
> these were all built and booted here.
>
> The fix is simple enough, here's the update for the SRCREV
> that gets qemuppc building again.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: zedd/kernel
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>
> Thanks,
>      Bruce Ashfield<bruce.ashfield@windriver.com>
> ---
>
>
> Bruce Ashfield (1):
>    qemuppc: update 2.6.37 SRCREV
>
>   .../conf/distro/include/poky-default-revisions.inc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Bruce,

Thanks for the fast turn on these fixes, there are pulled into master 
and the 1.0 M2 branch.

Sau!


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

end of thread, other threads:[~2010-12-13 18:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-13  5:41 [PATCH 0/1] qemuppc: fix 2.6.37 build failure Bruce Ashfield
2010-12-13  5:41 ` [PATCH 1/1] qemuppc: update 2.6.37 SRCREV Bruce Ashfield
2010-12-13 18:37 ` [PATCH 0/1] qemuppc: fix 2.6.37 build failure Saul Wold
2010-12-13 18:37   ` [poky] " Saul Wold

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.