All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] meta-intel: machine config cleanup, v1
@ 2011-11-20  4:16 tom.zanussi
  2011-11-20  4:15 ` [PATCH 01/14] meta-intel: remove virtual/xserver-xf86 references tom.zanussi
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: tom.zanussi @ 2011-11-20  4:16 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This patchset cleans up the BSPs in meta-intel by having them use the
new ia32-base.inc file containing common BSP settings.

The following BSPs were build- and boot-tested: sugarbay, crownbay,
crownbay-noemgd, emenlow, and n450.  These represent all the main
variations and all were verified to work the same before as after.
This includes the n450, which wasn't able to start X either before
or after.

The other BSPs are the same or similar to those tested, so shouldn't
see any changes either, but will have to be tested later.

v1: the original patchset had ia32-base.inc in oe-core.  This version
moves it back to meta-intel and adds a new meta-intel layer that keeps
everything else the same.

The following changes since commit 2a41ae377613b1f14829179f437aa76bbb1bc39e:
  Tom Zanussi (1):
        meta-intel: update kernel SRCREVs

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/conf-cleanup-v1
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/conf-cleanup-v1

Tom Zanussi (14):
  meta-intel: remove virtual/xserver-xf86 references
  meta-intel: make meta-intel itself a layer
  ia32-base.inc: new include file
  Have sugarbay.conf use the common ia32-base .inc file and remove the 
       open-coded machine settings.
  Have fishriver.conf use the common ia32-base .inc file and remove the
        open-coded machine settings.
  Have crownbay.conf use the common ia32-base .inc file and remove the 
       open-coded machine settings.
  Have crownbay-noemgd.conf use the common ia32-base .inc file and    
    remove the open-coded machine settings.
  Have fri2.conf use the common ia32-base .inc file and remove the    
    open-coded machine settings.
  Have fri2-noemgd.conf use the common ia32-base .inc file and    
    remove the open-coded machine settings.
  Have jasperforest.conf use the common ia32-base .inc file and    
    remove the open-coded machine settings.
  Have n450.conf use the common ia32-base .inc file and remove the    
    open-coded machine settings.
  Have romley.conf use the common ia32-base .inc file and remove the   
     open-coded machine settings.
  Have emenlow.conf use the common ia32-base .inc file and remove the  
      open-coded machine settings.
  meta-intel: update READMEs with new layer info

 conf/layer.conf                                  |    2 +
 conf/machine/include/ia32-base.inc               |   58 ++++++++++++++++++++++
 meta-crownbay/README                             |    4 +-
 meta-crownbay/conf/machine/crownbay-noemgd.conf  |   43 ++--------------
 meta-crownbay/conf/machine/crownbay.conf         |   43 ++--------------
 meta-emenlow/README                              |    4 +-
 meta-emenlow/conf/machine/emenlow.conf           |   22 +--------
 meta-fishriver/README                            |    4 +-
 meta-fishriver/conf/machine/fishriver.conf       |   42 ++--------------
 meta-fri2/README                                 |    5 ++-
 meta-fri2/conf/machine/fri2-noemgd.conf          |   43 ++--------------
 meta-fri2/conf/machine/fri2.conf                 |   43 +++-------------
 meta-jasperforest/README                         |    8 ++-
 meta-jasperforest/conf/machine/jasperforest.conf |   42 ++--------------
 meta-n450/conf/machine/n450.conf                 |   40 ++-------------
 meta-romley/README                               |    4 +-
 meta-romley/conf/machine/romley.conf             |   40 ++-------------
 meta-sugarbay/README                             |    4 +-
 meta-sugarbay/conf/machine/sugarbay.conf         |   43 ++--------------
 19 files changed, 134 insertions(+), 360 deletions(-)
 create mode 100644 conf/layer.conf
 create mode 100644 conf/machine/include/ia32-base.inc



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

end of thread, other threads:[~2011-11-20  4:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-20  4:16 [PATCH 00/14] meta-intel: machine config cleanup, v1 tom.zanussi
2011-11-20  4:15 ` [PATCH 01/14] meta-intel: remove virtual/xserver-xf86 references tom.zanussi
2011-11-20  4:15 ` [PATCH 02/14] meta-intel: make meta-intel itself a layer tom.zanussi
2011-11-20  4:15 ` [PATCH 03/14] ia32-base.inc: new include file tom.zanussi
2011-11-20  4:15 ` [PATCH 04/14] Have sugarbay.conf use the common ia32-base .inc file and remove the open-coded machine settings tom.zanussi
2011-11-20  4:15 ` [PATCH 05/14] Have fishriver.conf " tom.zanussi
2011-11-20  4:15 ` [PATCH 06/14] Have crownbay.conf " tom.zanussi
2011-11-20  4:15 ` [PATCH 07/14] Have crownbay-noemgd.conf " tom.zanussi
2011-11-20  4:15 ` [PATCH 08/14] Have fri2.conf " tom.zanussi
2011-11-20  4:15 ` [PATCH 09/14] Have fri2-noemgd.conf " tom.zanussi
2011-11-20  4:16 ` [PATCH 10/14] Have jasperforest.conf " tom.zanussi
2011-11-20  4:16 ` [PATCH 11/14] Have n450.conf " tom.zanussi
2011-11-20  4:16 ` [PATCH 12/14] Have romley.conf " tom.zanussi
2011-11-20  4:16 ` [PATCH 13/14] Have emenlow.conf " tom.zanussi
2011-11-20  4:16 ` [PATCH 14/14] meta-intel: update READMEs with new layer info tom.zanussi

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.