All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto: create SMP config fragement
@ 2011-04-27 18:46 Bruce Ashfield
  2011-04-27 18:46 ` [PATCH 1/1] linux-yocto: create SMP config fragment Bruce Ashfield
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bruce Ashfield @ 2011-04-27 18:46 UTC (permalink / raw)
  To: richard.purdie; +Cc: dvhart, poky, saul.wold

Richard/Saul,

Please pull this SRCREV update, the patch pretty much says 
it all. We are adding a SMP config fragement so that BSPs
can re-use and optionally enable this (for BSPs that may
or may not want to always be SMP).

cc: Darren Hart <dvhart@linux.intel.com>

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

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


Bruce Ashfield (1):
  linux-yocto: create SMP config fragment

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



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

* [PATCH 1/1] linux-yocto: create SMP config fragment
  2011-04-27 18:46 [PATCH 0/1] linux-yocto: create SMP config fragement Bruce Ashfield
@ 2011-04-27 18:46 ` Bruce Ashfield
  2011-04-27 19:07 ` [PATCH 0/1] linux-yocto: create SMP config fragement Darren Hart
  2011-04-28  9:43 ` Richard Purdie
  2 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2011-04-27 18:46 UTC (permalink / raw)
  To: richard.purdie; +Cc: dvhart, poky, saul.wold

Updating the meta SRCREVs to stage a SMP config fragment that
BSPs can use to add the functionality from layers.

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

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 5e7ab66..8bf2b5a 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -96,7 +96,7 @@ SRCREV_machine_pn-linux-yocto-stable_routerstationpro ?= "49745cd45c92a89e70c6e2
 SRCREV_machine_pn-linux-yocto-stable_mpc8315e-rdb ?= "a1c0ed6bf4060c10874b2a8547d81b3169dcf16a"
 SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "ef7f944e773950d4016b7643f9ecf052bbe250cd"
 SRCREV_machine_pn-linux-yocto-stable ?= "72ca49ab08b8eb475cec82a10049503602325791"
-SRCREV_meta_pn-linux-yocto-stable ?= "e1f85a470934a0cf6abde5d95533e74501822c6b"
+SRCREV_meta_pn-linux-yocto-stable ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a"
 # development SRCREVs
 SRCREV_machine_pn-linux-yocto_qemuarm ?= "e5ca41def834db9d18b28393a45d53a8d18f3d05"
 SRCREV_machine_pn-linux-yocto_qemumips ?= "9bbc8e3432406429923fab0de038af5d3e647901"
@@ -109,7 +109,7 @@ SRCREV_machine_pn-linux-yocto_routerstationpro ?= "8db69980d76e1f863af409e701759
 SRCREV_machine_pn-linux-yocto_mpc8315e-rdb ?= "6861d8a4d58f8aa75997f7678cc454791544507a"
 SRCREV_machine_pn-linux-yocto_beagleboard ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
 SRCREV_machine_pn-linux-yocto ?= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
-SRCREV_meta_pn-linux-yocto ?= "727fc4769aa920fc5bb3eb9a81bf92d0e6340903"
+SRCREV_meta_pn-linux-yocto ?= "ecab1e2bc12a8b0c4d064a00acc3260f6e8528c5"
 SRCREV_pn-linux-libc-headers-yocto ??= "69cfbdf9f1ff461a75e5b77d6d7ba35e97db4cc3"
 SRCREV_pn-matchbox-config-gtk ??= "3ed74dfb7c57be088a5ab36e446c0ccde9fa1028"
 SRCREV_pn-matchbox-desktop-sato ??= "76"
-- 
1.7.0.4



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

* Re: [PATCH 0/1] linux-yocto: create SMP config fragement
  2011-04-27 18:46 [PATCH 0/1] linux-yocto: create SMP config fragement Bruce Ashfield
  2011-04-27 18:46 ` [PATCH 1/1] linux-yocto: create SMP config fragment Bruce Ashfield
@ 2011-04-27 19:07 ` Darren Hart
  2011-04-28  9:43 ` Richard Purdie
  2 siblings, 0 replies; 5+ messages in thread
From: Darren Hart @ 2011-04-27 19:07 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky, saul.wold

On 04/27/2011 11:46 AM, Bruce Ashfield wrote:
> Richard/Saul,
> 
> Please pull this SRCREV update, the patch pretty much says 
> it all. We are adding a SMP config fragement so that BSPs
> can re-use and optionally enable this (for BSPs that may
> or may not want to always be SMP).

This is required to address Bug 1010, which is targeted for 1.0 Point
Release. Please apply to the bernard branch. There will be no impact to
any BSPs with only this change. As soon as this is in, I will commit
updates to the meta-intel/meta-n450 BSP to build an SMP kernel. The n450
will be the only affected BSP.

> 
> cc: Darren Hart <dvhart@linux.intel.com>
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: zedd/smp
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/smp
> 
> Thanks,
>     Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
> 
> 
> Bruce Ashfield (1):
>   linux-yocto: create SMP config fragment
> 
>  .../conf/distro/include/poky-default-revisions.inc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 

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


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

* Re: [PATCH 0/1] linux-yocto: create SMP config fragement
  2011-04-27 18:46 [PATCH 0/1] linux-yocto: create SMP config fragement Bruce Ashfield
  2011-04-27 18:46 ` [PATCH 1/1] linux-yocto: create SMP config fragment Bruce Ashfield
  2011-04-27 19:07 ` [PATCH 0/1] linux-yocto: create SMP config fragement Darren Hart
@ 2011-04-28  9:43 ` Richard Purdie
  2011-04-28 15:23   ` Darren Hart
  2 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2011-04-28  9:43 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: dvhart, poky, saul.wold

On Wed, 2011-04-27 at 14:46 -0400, Bruce Ashfield wrote:
> Please pull this SRCREV update, the patch pretty much says 
> it all. We are adding a SMP config fragement so that BSPs
> can re-use and optionally enable this (for BSPs that may
> or may not want to always be SMP).
> 
> cc: Darren Hart <dvhart@linux.intel.com>
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: zedd/smp
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/smp
> 
> Thanks,
>     Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
> 
> 
> Bruce Ashfield (1):
>   linux-yocto: create SMP config fragment

Merged to master as I happened to look at this.

Cheers,

Richard



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

* Re: [PATCH 0/1] linux-yocto: create SMP config fragement
  2011-04-28  9:43 ` Richard Purdie
@ 2011-04-28 15:23   ` Darren Hart
  0 siblings, 0 replies; 5+ messages in thread
From: Darren Hart @ 2011-04-28 15:23 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky, saul.wold



On 04/28/2011 02:43 AM, Richard Purdie wrote:
> On Wed, 2011-04-27 at 14:46 -0400, Bruce Ashfield wrote:
>> Please pull this SRCREV update, the patch pretty much says 
>> it all. We are adding a SMP config fragement so that BSPs
>> can re-use and optionally enable this (for BSPs that may
>> or may not want to always be SMP).
>>
>> cc: Darren Hart <dvhart@linux.intel.com>
>>
>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>>   Branch: zedd/smp
>>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/smp
>>
>> Thanks,
>>     Bruce Ashfield <bruce.ashfield@windriver.com>
>> ---
>>
>>
>> Bruce Ashfield (1):
>>   linux-yocto: create SMP config fragment
> 
> Merged to master as I happened to look at this.

This is also a fix for a point release bug, 1010, can we please apply to
bernard as well?


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


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

end of thread, other threads:[~2011-04-28 15:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-27 18:46 [PATCH 0/1] linux-yocto: create SMP config fragement Bruce Ashfield
2011-04-27 18:46 ` [PATCH 1/1] linux-yocto: create SMP config fragment Bruce Ashfield
2011-04-27 19:07 ` [PATCH 0/1] linux-yocto: create SMP config fragement Darren Hart
2011-04-28  9:43 ` Richard Purdie
2011-04-28 15:23   ` 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.