All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend
@ 2011-09-06 16:46 Darren Hart
  2011-09-06 16:46 ` [PATCH 1/1] linux-yocto: remove emenlow from meta-yocto bbappend Darren Hart
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Darren Hart @ 2011-09-06 16:46 UTC (permalink / raw)
  To: poky; +Cc: Darren Hart

The following changes since commit dbff56238e083d0110eb13c1f5a07716340fdfe4:

  icu-3.6: fix building with big make -j (2011-09-06 16:37:02 +0100)

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

Darren Hart (1):
  linux-yocto: remove emenlow from meta-yocto bbappend

 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-- 
1.7.6



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

* [PATCH 1/1] linux-yocto: remove emenlow from meta-yocto bbappend
  2011-09-06 16:46 [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend Darren Hart
@ 2011-09-06 16:46 ` Darren Hart
  2011-09-06 17:04 ` [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend Bruce Ashfield
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Darren Hart @ 2011-09-06 16:46 UTC (permalink / raw)
  To: poky; +Cc: Darren Hart

The emenlow BSP is now contained in the meta-intel layer.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 1ae9c12..4f68bc1 100644
--- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -4,7 +4,6 @@ KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
 KMACHINE_beagleboard = "yocto/standard/beagleboard"
 
 
-SRCREV_machine_emenlow ?= "9948ca260f316afa99c0d87d8ddb2736bf1d3709"
 SRCREV_machine_atom-pc ?= "1e18e44adbe79b846e382370eb29bc4b8cd5a1a0"
 SRCREV_machine_routerstationpro ?= "ed0e03a8b04388a982141919da805392b7ca1c91"
 SRCREV_machine_mpc8315e-rdb ?= "58ffdb8000e34d2ba7c3ef278b26680b0886e8b5"
-- 
1.7.6



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

* Re: [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend
  2011-09-06 16:46 [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend Darren Hart
  2011-09-06 16:46 ` [PATCH 1/1] linux-yocto: remove emenlow from meta-yocto bbappend Darren Hart
@ 2011-09-06 17:04 ` Bruce Ashfield
  2011-09-07 22:13 ` Richard Purdie
  2011-09-14 10:33 ` Paul Eggleton
  3 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2011-09-06 17:04 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On 11-09-06 12:46 PM, Darren Hart wrote:
> The following changes since commit dbff56238e083d0110eb13c1f5a07716340fdfe4:
>
>    icu-3.6: fix building with big make -j (2011-09-06 16:37:02 +0100)

Ack'd. I was getting tired of updating this!

Bruce

>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib dvhart/noemenlow
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/noemenlow
>
> Darren Hart (1):
>    linux-yocto: remove emenlow from meta-yocto bbappend
>
>   .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    1 -
>   1 files changed, 0 insertions(+), 1 deletions(-)
>



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

* Re: [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend
  2011-09-06 16:46 [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend Darren Hart
  2011-09-06 16:46 ` [PATCH 1/1] linux-yocto: remove emenlow from meta-yocto bbappend Darren Hart
  2011-09-06 17:04 ` [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend Bruce Ashfield
@ 2011-09-07 22:13 ` Richard Purdie
  2011-09-14 10:33 ` Paul Eggleton
  3 siblings, 0 replies; 7+ messages in thread
From: Richard Purdie @ 2011-09-07 22:13 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On Tue, 2011-09-06 at 09:46 -0700, Darren Hart wrote:
> The following changes since commit dbff56238e083d0110eb13c1f5a07716340fdfe4:
> 
>   icu-3.6: fix building with big make -j (2011-09-06 16:37:02 +0100)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib dvhart/noemenlow
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/noemenlow
> 
> Darren Hart (1):
>   linux-yocto: remove emenlow from meta-yocto bbappend

Merged to master, thanks.

Richard



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

* Re: [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend
  2011-09-06 16:46 [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend Darren Hart
                   ` (2 preceding siblings ...)
  2011-09-07 22:13 ` Richard Purdie
@ 2011-09-14 10:33 ` Paul Eggleton
  2011-09-14 15:16   ` Darren Hart
  3 siblings, 1 reply; 7+ messages in thread
From: Paul Eggleton @ 2011-09-14 10:33 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On Tuesday 06 September 2011 17:46:42 Darren Hart wrote:
>   linux-yocto: remove emenlow from meta-yocto bbappend

I notice there's still a similar line in linux-yocto_2.6.37.bbappend, should 
this stay or also be removed?

Cheers,
Paul 

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend
  2011-09-14 10:33 ` Paul Eggleton
@ 2011-09-14 15:16   ` Darren Hart
  2011-09-14 15:18     ` Paul Eggleton
  0 siblings, 1 reply; 7+ messages in thread
From: Darren Hart @ 2011-09-14 15:16 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky



On 09/14/2011 03:33 AM, Paul Eggleton wrote:
> On Tuesday 06 September 2011 17:46:42 Darren Hart wrote:
>>   linux-yocto: remove emenlow from meta-yocto bbappend
> 
> I notice there's still a similar line in linux-yocto_2.6.37.bbappend, should 
> this stay or also be removed?'

It should also be removed.

> 
> Cheers,
> Paul 
> 

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


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

* Re: [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend
  2011-09-14 15:16   ` Darren Hart
@ 2011-09-14 15:18     ` Paul Eggleton
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2011-09-14 15:18 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On Wednesday 14 September 2011 16:16:27 Darren Hart wrote:
> On 09/14/2011 03:33 AM, Paul Eggleton wrote:
> > On Tuesday 06 September 2011 17:46:42 Darren Hart wrote:
> >>   linux-yocto: remove emenlow from meta-yocto bbappend
> > 
> > I notice there's still a similar line in linux-yocto_2.6.37.bbappend,
> > should this stay or also be removed?'
> 
> It should also be removed.

OK I have some related emenlow-removal patches ready, will add one for this 
also.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

end of thread, other threads:[~2011-09-14 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 16:46 [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend Darren Hart
2011-09-06 16:46 ` [PATCH 1/1] linux-yocto: remove emenlow from meta-yocto bbappend Darren Hart
2011-09-06 17:04 ` [PATCH 0/1] meta-yocto: linux-yocto: remove emenlow from bbappend Bruce Ashfield
2011-09-07 22:13 ` Richard Purdie
2011-09-14 10:33 ` Paul Eggleton
2011-09-14 15:16   ` Darren Hart
2011-09-14 15:18     ` Paul Eggleton

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.