All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto-rt: update and boot fixes
@ 2012-09-04 15:19 Bruce Ashfield
  2012-09-04 15:19 ` [PATCH 1/1] linux-yocto-rt: update to 3.4.9-rt17 Bruce Ashfield
  2012-09-04 15:53 ` [PATCH 0/1] linux-yocto-rt: update and boot fixes Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Bruce Ashfield @ 2012-09-04 15:19 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, dvhart, saul.wold

Richard/Saul,

This is an update to the -rt branches that fixes up some merge
issues which were preventing the -rt boards from sucessfully
booting (hangs in the timekeeping code).

Built and booted here, so it's better than before, and it's
worth updating this ASAP, even while more testing happens, since
any issues can be dealt with via incremental patches.

Cheers,

Bruce

cc: Kishore Bodke <kishore.k.bodke@intel.com>
cc: Darren Hart <dvhart@linux.intel.com>

The following changes since commit e731ff2881ef13e742889ef6e535f1cf89bbc1ef:

  udev: Remove files moved to udev-extraconf (2012-09-04 15:41:16 +0100)

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

Bruce Ashfield (1):
  linux-yocto-rt: update to 3.4.9-rt17

 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.5.4




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

* [PATCH 1/1] linux-yocto-rt: update to 3.4.9-rt17
  2012-09-04 15:19 [PATCH 0/1] linux-yocto-rt: update and boot fixes Bruce Ashfield
@ 2012-09-04 15:19 ` Bruce Ashfield
  2012-09-04 17:42   ` Darren Hart
  2012-09-04 15:53 ` [PATCH 0/1] linux-yocto-rt: update and boot fixes Richard Purdie
  1 sibling, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2012-09-04 15:19 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, dvhart, saul.wold

Bumping the 3.4 kernel to -rt17.

As well as picking up the normal set of bug fixes, this update fixes
a boot issue that was introduced during merging of kernel.org -stable
updates into the -rt branches (in the timekeeping code).

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
index 9cc7e99..ae64de1 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
 
 KMETA = "meta"
 
-SRCREV_machine ?= "eb9c0669c66041eeae72b853011ec31ad81cc35d"
-SRCREV_machine_qemuppc ?= "76add8441a2b6ed26bcc9268819782b2eec99001"
+SRCREV_machine ?= "52518e60a7220385f31cdd09b83dacd84581c88c"
+SRCREV_machine_qemuppc ?= "e6db5e91e1a5b31d26ac67778df7fb1fd5e42aa5"
 SRCREV_meta ?= "463299bc2e533e1bd38b0053ae7b210980f269c3"
 
 PR = "${INC_PR}.0"
-- 
1.7.5.4




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

* Re: [PATCH 0/1] linux-yocto-rt: update and boot fixes
  2012-09-04 15:19 [PATCH 0/1] linux-yocto-rt: update and boot fixes Bruce Ashfield
  2012-09-04 15:19 ` [PATCH 1/1] linux-yocto-rt: update to 3.4.9-rt17 Bruce Ashfield
@ 2012-09-04 15:53 ` Richard Purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2012-09-04 15:53 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core, dvhart, saul.wold

On Tue, 2012-09-04 at 11:19 -0400, Bruce Ashfield wrote:
> Richard/Saul,
> 
> This is an update to the -rt branches that fixes up some merge
> issues which were preventing the -rt boards from sucessfully
> booting (hangs in the timekeeping code).
> 
> Built and booted here, so it's better than before, and it's
> worth updating this ASAP, even while more testing happens, since
> any issues can be dealt with via incremental patches.
> 
> Cheers,
> 
> Bruce
> 
> cc: Kishore Bodke <kishore.k.bodke@intel.com>
> cc: Darren Hart <dvhart@linux.intel.com>
> 
> The following changes since commit e731ff2881ef13e742889ef6e535f1cf89bbc1ef:
> 
>   udev: Remove files moved to udev-extraconf (2012-09-04 15:41:16 +0100)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib zedd/kernel-rt
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-rt
> 
> Bruce Ashfield (1):
>   linux-yocto-rt: update to 3.4.9-rt17

Merged to master, thanks.

Richard




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

* Re: [PATCH 1/1] linux-yocto-rt: update to 3.4.9-rt17
  2012-09-04 15:19 ` [PATCH 1/1] linux-yocto-rt: update to 3.4.9-rt17 Bruce Ashfield
@ 2012-09-04 17:42   ` Darren Hart
  0 siblings, 0 replies; 4+ messages in thread
From: Darren Hart @ 2012-09-04 17:42 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core, saul.wold

qemux86 now builds and boots to login prompt for me.

On 09/04/2012 08:19 AM, Bruce Ashfield wrote:
> Bumping the 3.4 kernel to -rt17.
> 
> As well as picking up the normal set of bug fixes, this update fixes
> a boot issue that was introduced during merging of kernel.org -stable
> updates into the -rt branches (in the timekeeping code).
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
> index 9cc7e99..ae64de1 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
> @@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
>  
>  KMETA = "meta"
>  
> -SRCREV_machine ?= "eb9c0669c66041eeae72b853011ec31ad81cc35d"
> -SRCREV_machine_qemuppc ?= "76add8441a2b6ed26bcc9268819782b2eec99001"
> +SRCREV_machine ?= "52518e60a7220385f31cdd09b83dacd84581c88c"
> +SRCREV_machine_qemuppc ?= "e6db5e91e1a5b31d26ac67778df7fb1fd5e42aa5"
>  SRCREV_meta ?= "463299bc2e533e1bd38b0053ae7b210980f269c3"
>  
>  PR = "${INC_PR}.0"
> 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel



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

end of thread, other threads:[~2012-09-04 17:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-04 15:19 [PATCH 0/1] linux-yocto-rt: update and boot fixes Bruce Ashfield
2012-09-04 15:19 ` [PATCH 1/1] linux-yocto-rt: update to 3.4.9-rt17 Bruce Ashfield
2012-09-04 17:42   ` Darren Hart
2012-09-04 15:53 ` [PATCH 0/1] linux-yocto-rt: update and boot fixes 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.