All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto-rt: remaining 3.4.9-rt17 fixes
@ 2012-09-04 17:34 Bruce Ashfield
  2012-09-04 17:34 ` [PATCH 1/1] linux-yocto-rt: 3.4.9-rt17 remaining changes Bruce Ashfield
  2012-09-10 15:36 ` [PATCH 0/1] linux-yocto-rt: remaining 3.4.9-rt17 fixes Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-09-04 17:34 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

.. and here's the predicted tweaks to my morning -rt refresh.
The exported SRCREVs were part 1/2 due to a merge conflict combined
with a force reset making me miss several files. Both -rt updates
build and boot (and the full -rt was tested), but without this, you
don't get much of a realtime kernel :)

Cheers,

Bruce

The following changes since commit 99c85ba93075a1aff789cafabbacf42e6a93bd32:

  build-appliance-image: Update to latest poky master (2012-09-04 18:04:40 +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

Bruce Ashfield (1):
  linux-yocto-rt: 3.4.9-rt17 remaining changes

 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] 3+ messages in thread

* [PATCH 1/1] linux-yocto-rt: 3.4.9-rt17 remaining changes
  2012-09-04 17:34 [PATCH 0/1] linux-yocto-rt: remaining 3.4.9-rt17 fixes Bruce Ashfield
@ 2012-09-04 17:34 ` Bruce Ashfield
  2012-09-10 15:36 ` [PATCH 0/1] linux-yocto-rt: remaining 3.4.9-rt17 fixes Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-09-04 17:34 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

The first import of 3.4.9-rt17 only picked up part of the import due
to a merge conflict with the modified files, and then SRCREVs being
generated from the pre-merge commit.

This SRCREV update picks up the rest of the modified files for full
-rt support.

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 ae64de1..b2620ea 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 ?= "52518e60a7220385f31cdd09b83dacd84581c88c"
-SRCREV_machine_qemuppc ?= "e6db5e91e1a5b31d26ac67778df7fb1fd5e42aa5"
+SRCREV_machine ?= "9032b1e9daf5b4396f939981c3be95f67802d18c"
+SRCREV_machine_qemuppc ?= "08ce190232f89303772b6591ca7daaf2820eb74e"
 SRCREV_meta ?= "463299bc2e533e1bd38b0053ae7b210980f269c3"
 
 PR = "${INC_PR}.0"
-- 
1.7.5.4




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

* Re: [PATCH 0/1] linux-yocto-rt: remaining 3.4.9-rt17 fixes
  2012-09-04 17:34 [PATCH 0/1] linux-yocto-rt: remaining 3.4.9-rt17 fixes Bruce Ashfield
  2012-09-04 17:34 ` [PATCH 1/1] linux-yocto-rt: 3.4.9-rt17 remaining changes Bruce Ashfield
@ 2012-09-10 15:36 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-09-10 15:36 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core

On 09/04/2012 10:34 AM, Bruce Ashfield wrote:
> Richard/Saul,
>
> .. and here's the predicted tweaks to my morning -rt refresh.
> The exported SRCREVs were part 1/2 due to a merge conflict combined
> with a force reset making me miss several files. Both -rt updates
> build and boot (and the full -rt was tested), but without this, you
> don't get much of a realtime kernel :)
>
> Cheers,
>
> Bruce
>
> The following changes since commit 99c85ba93075a1aff789cafabbacf42e6a93bd32:
>
>    build-appliance-image: Update to latest poky master (2012-09-04 18:04:40 +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
>
> Bruce Ashfield (1):
>    linux-yocto-rt: 3.4.9-rt17 remaining changes
>
>   meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>

Merged into OE-Core

Thanks
	Sau!




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

end of thread, other threads:[~2012-09-10 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-04 17:34 [PATCH 0/1] linux-yocto-rt: remaining 3.4.9-rt17 fixes Bruce Ashfield
2012-09-04 17:34 ` [PATCH 1/1] linux-yocto-rt: 3.4.9-rt17 remaining changes Bruce Ashfield
2012-09-10 15:36 ` [PATCH 0/1] linux-yocto-rt: remaining 3.4.9-rt17 fixes 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.