All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove remaining emenlow references from meta-yocto
@ 2011-09-15  9:51 Paul Eggleton
  2011-09-15  9:51 ` [PATCH 1/3] local.conf.sample: remove emenlow from example machines Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-09-15  9:51 UTC (permalink / raw)
  To: poky, rpurdie

The following changes since commit ce66e2c6bd117d1a40b547b10b376524f9276d16:

  core-image-minimal: Add missing POKY_EXTRA_IMAGE variable (2011-09-14 01:29:30 +0100)

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

Paul Eggleton (3):
  local.conf.sample: remove emenlow from example machines
  qt4-x11-free: remove emenlow reference from meta-yocto bbappend
  linux-yocto: remove emenlow from meta-yocto bbappend (2.6.37 version)

 meta-yocto/conf/local.conf.sample                  |    1 -
 .../linux/linux-yocto_2.6.37.bbappend              |    1 -
 .../recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend     |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

-- 
1.7.4.1



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

* [PATCH 1/3] local.conf.sample: remove emenlow from example machines
  2011-09-15  9:51 [PATCH 0/3] Remove remaining emenlow references from meta-yocto Paul Eggleton
@ 2011-09-15  9:51 ` Paul Eggleton
  2011-09-15  9:51 ` [PATCH 2/3] qt4-x11-free: remove emenlow reference from meta-yocto bbappend Paul Eggleton
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-09-15  9:51 UTC (permalink / raw)
  To: poky, rpurdie

emenlow is now supported within meta-intel.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-yocto/conf/local.conf.sample |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 644d548..f6951b0 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -44,7 +44,6 @@
 #
 #MACHINE ?= "atom-pc"
 #MACHINE ?= "beagleboard"
-#MACHINE ?= "emenlow"
 #MACHINE ?= "mpc8315e-rdb"
 #MACHINE ?= "routerstationpro"
 #
-- 
1.7.4.1



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

* [PATCH 2/3] qt4-x11-free: remove emenlow reference from meta-yocto bbappend
  2011-09-15  9:51 [PATCH 0/3] Remove remaining emenlow references from meta-yocto Paul Eggleton
  2011-09-15  9:51 ` [PATCH 1/3] local.conf.sample: remove emenlow from example machines Paul Eggleton
@ 2011-09-15  9:51 ` Paul Eggleton
  2011-09-15  9:51 ` [PATCH 3/3] linux-yocto: remove emenlow from meta-yocto bbappend (2.6.37 version) Paul Eggleton
  2011-09-15 10:27 ` [PATCH 0/3] Remove remaining emenlow references from meta-yocto Richard Purdie
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-09-15  9:51 UTC (permalink / raw)
  To: poky, rpurdie

This is already in meta-emenlow within meta-intel.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend     |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
index e5911e3..0c948bc 100644
--- a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
+++ b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
@@ -1,3 +1,2 @@
 QT_GLFLAGS_atom-pc = "-opengl"
 QT_GLFLAGS_mpc8315e-rdb = "-opengl"
-QT_GLFLAGS_emenlow = "-opengl"
-- 
1.7.4.1



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

* [PATCH 3/3] linux-yocto: remove emenlow from meta-yocto bbappend (2.6.37 version)
  2011-09-15  9:51 [PATCH 0/3] Remove remaining emenlow references from meta-yocto Paul Eggleton
  2011-09-15  9:51 ` [PATCH 1/3] local.conf.sample: remove emenlow from example machines Paul Eggleton
  2011-09-15  9:51 ` [PATCH 2/3] qt4-x11-free: remove emenlow reference from meta-yocto bbappend Paul Eggleton
@ 2011-09-15  9:51 ` Paul Eggleton
  2011-09-15 10:27 ` [PATCH 0/3] Remove remaining emenlow references from meta-yocto Richard Purdie
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-09-15  9:51 UTC (permalink / raw)
  To: poky, rpurdie

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

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../linux/linux-yocto_2.6.37.bbappend              |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
index 56c3d18..24b6cea 100644
--- a/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
@@ -3,7 +3,6 @@ KMACHINE_routerstationpro = "yocto/standard/routerstationpro"
 KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
 KMACHINE_beagleboard = "yocto/standard/beagleboard"
 
-SRCREV_machine_emenlow = "398d5adac19cb411cd80753e177769f6a666a7e7"
 SRCREV_machine_atom-pc = "fce17f046d3756045e4dfb49221d1cf60fcae329"
 SRCREV_machine_routerstationpro = "8f84c1aec0907766ab6d6ac79fcc3b7b9ce79b70"
 SRCREV_machine_mpc8315e-rdb = "bda049366dad5fc3c7ba229cd4633992581e7a1f"
-- 
1.7.4.1



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

* Re: [PATCH 0/3] Remove remaining emenlow references from meta-yocto
  2011-09-15  9:51 [PATCH 0/3] Remove remaining emenlow references from meta-yocto Paul Eggleton
                   ` (2 preceding siblings ...)
  2011-09-15  9:51 ` [PATCH 3/3] linux-yocto: remove emenlow from meta-yocto bbappend (2.6.37 version) Paul Eggleton
@ 2011-09-15 10:27 ` Richard Purdie
  3 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-09-15 10:27 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky

On Thu, 2011-09-15 at 10:51 +0100, Paul Eggleton wrote:
> The following changes since commit ce66e2c6bd117d1a40b547b10b376524f9276d16:
> 
>   core-image-minimal: Add missing POKY_EXTRA_IMAGE variable (2011-09-14 01:29:30 +0100)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib paule/emenlow-tidy
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/emenlow-tidy
> 
> Paul Eggleton (3):
>   local.conf.sample: remove emenlow from example machines
>   qt4-x11-free: remove emenlow reference from meta-yocto bbappend
>   linux-yocto: remove emenlow from meta-yocto bbappend (2.6.37 version)
> 

Merged to master, thanks.

Richard



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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15  9:51 [PATCH 0/3] Remove remaining emenlow references from meta-yocto Paul Eggleton
2011-09-15  9:51 ` [PATCH 1/3] local.conf.sample: remove emenlow from example machines Paul Eggleton
2011-09-15  9:51 ` [PATCH 2/3] qt4-x11-free: remove emenlow reference from meta-yocto bbappend Paul Eggleton
2011-09-15  9:51 ` [PATCH 3/3] linux-yocto: remove emenlow from meta-yocto bbappend (2.6.37 version) Paul Eggleton
2011-09-15 10:27 ` [PATCH 0/3] Remove remaining emenlow references from meta-yocto 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.