All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] factor out some common meta-intel settings
@ 2011-07-15  0:55 tom.zanussi
  2011-07-15  0:55 ` [PATCH 1/6] meta-intel: add a couple common .inc files tom.zanussi
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: tom.zanussi @ 2011-07-15  0:55 UTC (permalink / raw)
  To: yocto

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

The meta-intel BSPs have some common settings - this just moves
them out int separate .inc files to simplify them and ease
maintenance.

I compiled and boot-tested into graphics using sato-live images
for each, with the exception of fishriver (I accidentally pulled
out a cable so can't boot into graphics at the moment) and
crownbay-noemgd (same as crownbay, pretty much).

I also didn't touch n450, since it's already factored out and
simplified.

The following changes since commit 92fc07a5f1b98779806cdcc2341487ff5ea5a238:
  Dexuan Cui (1):
        emenlow: fix some .bbappend files' name: poky -> core, etc.

are available in the git repository at:

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

Tom Zanussi (6):
  meta-intel: add a couple common .inc files
  meta-sugarbay: use common .inc files
  meta-crownbay: use common .inc files
  meta-fishriver: use common .inc files
  meta-jasperforest: use common .inc files
  meta-emenlow: use common .inc files

 common/common-bsp-mach.inc                       |   13 +++++++++++++
 common/common-bsp-x.inc                          |    4 ++++
 meta-crownbay/conf/machine/crownbay-noemgd.conf  |   19 ++-----------------
 meta-crownbay/conf/machine/crownbay.conf         |   19 ++-----------------
 meta-emenlow/conf/machine/emenlow.conf           |   17 ++---------------
 meta-fishriver/conf/machine/fishriver.conf       |   20 +++-----------------
 meta-jasperforest/conf/machine/jasperforest.conf |   22 +++-------------------
 meta-sugarbay/conf/machine/sugarbay.conf         |   22 +++-------------------
 8 files changed, 32 insertions(+), 104 deletions(-)
 create mode 100644 common/common-bsp-mach.inc
 create mode 100644 common/common-bsp-x.inc



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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15  0:55 [PATCH 0/6] factor out some common meta-intel settings tom.zanussi
2011-07-15  0:55 ` [PATCH 1/6] meta-intel: add a couple common .inc files tom.zanussi
2011-07-15 13:23   ` Richard Purdie
2011-07-15 13:36     ` Tom Zanussi
2011-07-15 18:30   ` Darren Hart
2011-07-15  0:55 ` [PATCH 2/6] meta-sugarbay: use " tom.zanussi
2011-07-15  0:55 ` [PATCH 3/6] meta-crownbay: " tom.zanussi
2011-07-15  0:55 ` [PATCH 4/6] meta-fishriver: " tom.zanussi
2011-07-15  0:55 ` [PATCH 5/6] meta-jasperforest: " tom.zanussi
2011-07-15  0:55 ` [PATCH 6/6] meta-emenlow: " 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.