All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto: add crowbay BSP
@ 2011-02-26  3:32 Bruce Ashfield
  2011-02-26  3:32 ` [PATCH 1/1] linux-yocto: add crownbay BSP infrastructure Bruce Ashfield
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Bruce Ashfield @ 2011-02-26  3:32 UTC (permalink / raw)
  To: rpurdie; +Cc: yocto, poky, saul.wold

Richard/Saul,

This adds the crownbay BSP infrastructure to the 2.6.37 kernel.
The BSP branch has already been pushed and this adds the config
data.

TomZ will use this for a baseline and for further testing, so
for now the change is harmless to any existing functionality.

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):
  linux-yocto: add crownbay BSP infrastructure

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



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

* [PATCH 1/1] linux-yocto: add crownbay BSP infrastructure
  2011-02-26  3:32 [PATCH 0/1] linux-yocto: add crowbay BSP Bruce Ashfield
@ 2011-02-26  3:32 ` Bruce Ashfield
  2011-02-26 22:45     ` Saul Wold
  2011-02-26  5:20 ` [PATCH 0/1] linux-yocto: add crowbay BSP Tom Zanussi
  2011-02-26  7:56   ` Saul Wold
  2 siblings, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2011-02-26  3:32 UTC (permalink / raw)
  To: rpurdie; +Cc: yocto, poky, saul.wold

Updating the meta SRCREV to grab this linux-yocto commit:

    meta: add crownbay BSP infrastructure

    Import the 2.6.34 crownbay infrastructure and update for the
    2.6.37 kernel. This also brings in the feature/drm-emgd that
    the crownbay requires.

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 5e9c39f..2f33630 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -108,7 +108,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc ?= "2b412826bbeb4a16abe2ea74f2456ab880c6e3
 SRCREV_machine_pn-linux-yocto_routerstationpro ?= "17dedeb17887eb398743b04615302b61bd95ffdd"
 SRCREV_machine_pn-linux-yocto_mpc8315e-rdb ?= "6117f19403ccd5c288ce553def432925296a28b7"
 SRCREV_machine_pn-linux-yocto_beagleboard ?= "2b412826bbeb4a16abe2ea74f2456ab880c6e3c1"
-SRCREV_machine_pn-linux-yocto ?= "2b412826bbeb4a16abe2ea74f2456ab880c6e3c1"
+SRCREV_machine_pn-linux-yocto ?= "e2cabadc059ad8d91f7e4a023106620d93abd23a"
 SRCREV_meta_pn-linux-yocto ?= "e2737075b79e4fc682e41051cf1c0bc47a47d502"
 SRCREV_pn-linux-libc-headers-yocto ??= "2b412826bbeb4a16abe2ea74f2456ab880c6e3c1"
 SRCREV_pn-matchbox-config-gtk ??= "3ed74dfb7c57be088a5ab36e446c0ccde9fa1028"
-- 
1.7.0.4



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

* Re: [PATCH 0/1] linux-yocto: add crowbay BSP
  2011-02-26  3:32 [PATCH 0/1] linux-yocto: add crowbay BSP Bruce Ashfield
  2011-02-26  3:32 ` [PATCH 1/1] linux-yocto: add crownbay BSP infrastructure Bruce Ashfield
@ 2011-02-26  5:20 ` Tom Zanussi
  2011-02-26  7:56   ` Saul Wold
  2 siblings, 0 replies; 11+ messages in thread
From: Tom Zanussi @ 2011-02-26  5:20 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto@yoctoproject.org, poky@yoctoproject.org, Wold, Saul

On Fri, 2011-02-25 at 19:32 -0800, Bruce Ashfield wrote:
> Richard/Saul,
> 
> This adds the crownbay BSP infrastructure to the 2.6.37 kernel.
> The BSP branch has already been pushed and this adds the config
> data.
> 
> TomZ will use this for a baseline and for further testing, so
> for now the change is harmless to any existing functionality.
> 

Thanks, Bruce.  In my haste to get things out, I forgot to push my local
meta branch, which was essentially the same...

Tom

> 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):
>   linux-yocto: add crownbay BSP infrastructure
> 
>  .../conf/distro/include/poky-default-revisions.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 




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

* Re: [yocto] [PATCH 0/1] linux-yocto: add crowbay BSP
  2011-02-26  3:32 [PATCH 0/1] linux-yocto: add crowbay BSP Bruce Ashfield
@ 2011-02-26  7:56   ` Saul Wold
  2011-02-26  5:20 ` [PATCH 0/1] linux-yocto: add crowbay BSP Tom Zanussi
  2011-02-26  7:56   ` Saul Wold
  2 siblings, 0 replies; 11+ messages in thread
From: Saul Wold @ 2011-02-26  7:56 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto, poky

On 02/25/2011 07:32 PM, Bruce Ashfield wrote:
> Richard/Saul,
>
> This adds the crownbay BSP infrastructure to the 2.6.37 kernel.
> The BSP branch has already been pushed and this adds the config
> data.
>
> TomZ will use this for a baseline and for further testing, so
> for now the change is harmless to any existing functionality.
>
Does this go against the meta-intel or core yocto meta-data?

It missed RC1 for core yocto.

Sau!

> 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):
>    linux-yocto: add crownbay BSP infrastructure
>
>   .../conf/distro/include/poky-default-revisions.inc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



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

* Re: [PATCH 0/1] linux-yocto: add crowbay BSP
@ 2011-02-26  7:56   ` Saul Wold
  0 siblings, 0 replies; 11+ messages in thread
From: Saul Wold @ 2011-02-26  7:56 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto, poky

On 02/25/2011 07:32 PM, Bruce Ashfield wrote:
> Richard/Saul,
>
> This adds the crownbay BSP infrastructure to the 2.6.37 kernel.
> The BSP branch has already been pushed and this adds the config
> data.
>
> TomZ will use this for a baseline and for further testing, so
> for now the change is harmless to any existing functionality.
>
Does this go against the meta-intel or core yocto meta-data?

It missed RC1 for core yocto.

Sau!

> 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):
>    linux-yocto: add crownbay BSP infrastructure
>
>   .../conf/distro/include/poky-default-revisions.inc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



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

* Re: [yocto] [PATCH 0/1] linux-yocto: add crowbay BSP
  2011-02-26  7:56   ` Saul Wold
@ 2011-02-26 17:31     ` Bruce Ashfield
  -1 siblings, 0 replies; 11+ messages in thread
From: Bruce Ashfield @ 2011-02-26 17:31 UTC (permalink / raw)
  To: Saul Wold; +Cc: yocto, poky

On Sat, Feb 26, 2011 at 2:56 AM, Saul Wold <sgw@linux.intel.com> wrote:
> On 02/25/2011 07:32 PM, Bruce Ashfield wrote:
>>
>> Richard/Saul,
>>
>> This adds the crownbay BSP infrastructure to the 2.6.37 kernel.
>> The BSP branch has already been pushed and this adds the config
>> data.
>>
>> TomZ will use this for a baseline and for further testing, so
>> for now the change is harmless to any existing functionality.
>>
> Does this go against the meta-intel or core yocto meta-data?

core yocto, since this part points to the meta data for the BSP
configuration that is part of the shared kernel repo. There is a
BSP specific part that goes in meta-intel that TomZ will update
once he's done more testing.

>
> It missed RC1 for core yocto.

We tried :(

Bruce

>
> Sau!
>
>> 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):
>>   linux-yocto: add crownbay BSP infrastructure
>>
>>  .../conf/distro/include/poky-default-revisions.inc |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [poky] [PATCH 0/1] linux-yocto: add crowbay BSP
@ 2011-02-26 17:31     ` Bruce Ashfield
  0 siblings, 0 replies; 11+ messages in thread
From: Bruce Ashfield @ 2011-02-26 17:31 UTC (permalink / raw)
  To: Saul Wold; +Cc: yocto, poky

On Sat, Feb 26, 2011 at 2:56 AM, Saul Wold <sgw@linux.intel.com> wrote:
> On 02/25/2011 07:32 PM, Bruce Ashfield wrote:
>>
>> Richard/Saul,
>>
>> This adds the crownbay BSP infrastructure to the 2.6.37 kernel.
>> The BSP branch has already been pushed and this adds the config
>> data.
>>
>> TomZ will use this for a baseline and for further testing, so
>> for now the change is harmless to any existing functionality.
>>
> Does this go against the meta-intel or core yocto meta-data?

core yocto, since this part points to the meta data for the BSP
configuration that is part of the shared kernel repo. There is a
BSP specific part that goes in meta-intel that TomZ will update
once he's done more testing.

>
> It missed RC1 for core yocto.

We tried :(

Bruce

>
> Sau!
>
>> 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):
>>   linux-yocto: add crownbay BSP infrastructure
>>
>>  .../conf/distro/include/poky-default-revisions.inc |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [yocto] [PATCH 0/1] linux-yocto: add crowbay BSP
  2011-02-26 17:31     ` [poky] " Bruce Ashfield
@ 2011-02-26 17:51       ` Bruce Ashfield
  -1 siblings, 0 replies; 11+ messages in thread
From: Bruce Ashfield @ 2011-02-26 17:51 UTC (permalink / raw)
  To: Saul Wold; +Cc: yocto, poky

On Sat, Feb 26, 2011 at 12:31 PM, Bruce Ashfield
<bruce.ashfield@gmail.com> wrote:
> On Sat, Feb 26, 2011 at 2:56 AM, Saul Wold <sgw@linux.intel.com> wrote:
>> On 02/25/2011 07:32 PM, Bruce Ashfield wrote:
>>>
>>> Richard/Saul,
>>>
>>> This adds the crownbay BSP infrastructure to the 2.6.37 kernel.
>>> The BSP branch has already been pushed and this adds the config
>>> data.
>>>
>>> TomZ will use this for a baseline and for further testing, so
>>> for now the change is harmless to any existing functionality.
>>>
>> Does this go against the meta-intel or core yocto meta-data?
>
> core yocto, since this part points to the meta data for the BSP
> configuration that is part of the shared kernel repo. There is a
> BSP specific part that goes in meta-intel that TomZ will update
> once he's done more testing.

This being said, the BSP itself can still access the meta data by
setting the SRCREV in its own configuration files.

Bruce

>
>>
>> It missed RC1 for core yocto.
>
> We tried :(
>
> Bruce
>
>>
>> Sau!
>>
>>> 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):
>>>   linux-yocto: add crownbay BSP infrastructure
>>>
>>>  .../conf/distro/include/poky-default-revisions.inc |    2 +-
>>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>>
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>>
>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end"
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [poky] [PATCH 0/1] linux-yocto: add crowbay BSP
@ 2011-02-26 17:51       ` Bruce Ashfield
  0 siblings, 0 replies; 11+ messages in thread
From: Bruce Ashfield @ 2011-02-26 17:51 UTC (permalink / raw)
  To: Saul Wold; +Cc: yocto, poky

On Sat, Feb 26, 2011 at 12:31 PM, Bruce Ashfield
<bruce.ashfield@gmail.com> wrote:
> On Sat, Feb 26, 2011 at 2:56 AM, Saul Wold <sgw@linux.intel.com> wrote:
>> On 02/25/2011 07:32 PM, Bruce Ashfield wrote:
>>>
>>> Richard/Saul,
>>>
>>> This adds the crownbay BSP infrastructure to the 2.6.37 kernel.
>>> The BSP branch has already been pushed and this adds the config
>>> data.
>>>
>>> TomZ will use this for a baseline and for further testing, so
>>> for now the change is harmless to any existing functionality.
>>>
>> Does this go against the meta-intel or core yocto meta-data?
>
> core yocto, since this part points to the meta data for the BSP
> configuration that is part of the shared kernel repo. There is a
> BSP specific part that goes in meta-intel that TomZ will update
> once he's done more testing.

This being said, the BSP itself can still access the meta data by
setting the SRCREV in its own configuration files.

Bruce

>
>>
>> It missed RC1 for core yocto.
>
> We tried :(
>
> Bruce
>
>>
>> Sau!
>>
>>> 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):
>>>   linux-yocto: add crownbay BSP infrastructure
>>>
>>>  .../conf/distro/include/poky-default-revisions.inc |    2 +-
>>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>>
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>>
>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end"
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [yocto] [PATCH 1/1] linux-yocto: add crownbay BSP infrastructure
  2011-02-26  3:32 ` [PATCH 1/1] linux-yocto: add crownbay BSP infrastructure Bruce Ashfield
@ 2011-02-26 22:45     ` Saul Wold
  0 siblings, 0 replies; 11+ messages in thread
From: Saul Wold @ 2011-02-26 22:45 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto, poky

On 02/25/2011 07:32 PM, Bruce Ashfield wrote:
> Updating the meta SRCREV to grab this linux-yocto commit:
>
>      meta: add crownbay BSP infrastructure
>
>      Import the 2.6.34 crownbay infrastructure and update for the
>      2.6.37 kernel. This also brings in the feature/drm-emgd that
>      the crownbay requires.
>
> 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 5e9c39f..2f33630 100644
> --- a/meta/conf/distro/include/poky-default-revisions.inc
> +++ b/meta/conf/distro/include/poky-default-revisions.inc
> @@ -108,7 +108,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc ?= "2b412826bbeb4a16abe2ea74f2456ab880c6e3
>   SRCREV_machine_pn-linux-yocto_routerstationpro ?= "17dedeb17887eb398743b04615302b61bd95ffdd"
>   SRCREV_machine_pn-linux-yocto_mpc8315e-rdb ?= "6117f19403ccd5c288ce553def432925296a28b7"
>   SRCREV_machine_pn-linux-yocto_beagleboard ?= "2b412826bbeb4a16abe2ea74f2456ab880c6e3c1"
> -SRCREV_machine_pn-linux-yocto ?= "2b412826bbeb4a16abe2ea74f2456ab880c6e3c1"
> +SRCREV_machine_pn-linux-yocto ?= "e2cabadc059ad8d91f7e4a023106620d93abd23a"
>   SRCREV_meta_pn-linux-yocto ?= "e2737075b79e4fc682e41051cf1c0bc47a47d502"
>   SRCREV_pn-linux-libc-headers-yocto ??= "2b412826bbeb4a16abe2ea74f2456ab880c6e3c1"
>   SRCREV_pn-matchbox-config-gtk ??= "3ed74dfb7c57be088a5ab36e446c0ccde9fa1028"

Merged into both master and bernard for second build

Thanks

Sau!


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

* Re: [PATCH 1/1] linux-yocto: add crownbay BSP infrastructure
@ 2011-02-26 22:45     ` Saul Wold
  0 siblings, 0 replies; 11+ messages in thread
From: Saul Wold @ 2011-02-26 22:45 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto, poky

On 02/25/2011 07:32 PM, Bruce Ashfield wrote:
> Updating the meta SRCREV to grab this linux-yocto commit:
>
>      meta: add crownbay BSP infrastructure
>
>      Import the 2.6.34 crownbay infrastructure and update for the
>      2.6.37 kernel. This also brings in the feature/drm-emgd that
>      the crownbay requires.
>
> 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 5e9c39f..2f33630 100644
> --- a/meta/conf/distro/include/poky-default-revisions.inc
> +++ b/meta/conf/distro/include/poky-default-revisions.inc
> @@ -108,7 +108,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc ?= "2b412826bbeb4a16abe2ea74f2456ab880c6e3
>   SRCREV_machine_pn-linux-yocto_routerstationpro ?= "17dedeb17887eb398743b04615302b61bd95ffdd"
>   SRCREV_machine_pn-linux-yocto_mpc8315e-rdb ?= "6117f19403ccd5c288ce553def432925296a28b7"
>   SRCREV_machine_pn-linux-yocto_beagleboard ?= "2b412826bbeb4a16abe2ea74f2456ab880c6e3c1"
> -SRCREV_machine_pn-linux-yocto ?= "2b412826bbeb4a16abe2ea74f2456ab880c6e3c1"
> +SRCREV_machine_pn-linux-yocto ?= "e2cabadc059ad8d91f7e4a023106620d93abd23a"
>   SRCREV_meta_pn-linux-yocto ?= "e2737075b79e4fc682e41051cf1c0bc47a47d502"
>   SRCREV_pn-linux-libc-headers-yocto ??= "2b412826bbeb4a16abe2ea74f2456ab880c6e3c1"
>   SRCREV_pn-matchbox-config-gtk ??= "3ed74dfb7c57be088a5ab36e446c0ccde9fa1028"

Merged into both master and bernard for second build

Thanks

Sau!


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

end of thread, other threads:[~2011-02-26 22:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-26  3:32 [PATCH 0/1] linux-yocto: add crowbay BSP Bruce Ashfield
2011-02-26  3:32 ` [PATCH 1/1] linux-yocto: add crownbay BSP infrastructure Bruce Ashfield
2011-02-26 22:45   ` [yocto] " Saul Wold
2011-02-26 22:45     ` Saul Wold
2011-02-26  5:20 ` [PATCH 0/1] linux-yocto: add crowbay BSP Tom Zanussi
2011-02-26  7:56 ` [yocto] " Saul Wold
2011-02-26  7:56   ` Saul Wold
2011-02-26 17:31   ` [yocto] " Bruce Ashfield
2011-02-26 17:31     ` [poky] " Bruce Ashfield
2011-02-26 17:51     ` [yocto] " Bruce Ashfield
2011-02-26 17:51       ` [poky] " Bruce Ashfield

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.