All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Tom Zanussi <tom.zanussi@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 0/1] Add meta-crownbay
Date: Wed, 08 Dec 2010 09:52:27 -0800	[thread overview]
Message-ID: <4CFFC5DB.8060009@linux.intel.com> (raw)
In-Reply-To: <cover.1291703954.git.tom.zanussi@intel.com>

On 12/06/2010 10:39 PM, Tom Zanussi wrote:
> Adds a new layer for Tunnel Creek/Topcliff systems.
>

I'm concerned about the long-term sustainability of this approach of 
adding a new layer for each "platform". Just Intel platforms alone will 
make 'ls meta-*' unwieldy in fairly short order, add to that the other 
architectures and we're looking at a lot of layers.

We support a lot of platforms under the existing machine types. Is the 
primary reason for this being a layer to accomodate the EMGD bits? if 
so, are those specific to crownbay, or can they somehow be shared across 
multiple platforms?

For instance, could the xf86 patches be appended to the existing xf86 
recipe using the SRC_URI_crownbay mechanism?

--
Darren

> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: tzanussi/crownbay
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tzanussi/crownbay
>
> Thanks,
>      Tom Zanussi<tom.zanussi@intel.com>
> ---
>
>
> Tom Zanussi (1):
>    meta-crownbay: new layer for E6xx/EG20T systems
>
>   meta-crownbay/COPYING.MIT                          |   17 +++
>   meta-crownbay/README.before.building               |  112 ++++++++++++++++++++
>   meta-crownbay/conf/layer.conf                      |   10 ++
>   meta-crownbay/conf/machine/crownbay.conf           |   46 ++++++++
>   .../formfactor/formfactor/crownbay/machconfig      |    3 +
>   .../recipes/formfactor/formfactor_0.0.bbappend     |    3 +
>   .../recipes/linux/linux-yocto_git.bbappend         |    3 +
>   .../xserver-xf86-config/crownbay/xorg.conf         |   47 ++++++++
>   .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    3 +
>   .../xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb |   90 ++++++++++++++++
>   .../xserver-xf86-emgd/crosscompile.patch           |   19 ++++
>   .../fix_open_max_preprocessor_error.patch          |   13 +++
>   .../xserver-xf86-emgd/macro_tweak.patch            |   18 +++
>   .../xorg-xserver/xserver-xf86-emgd/nodolt.patch    |   12 ++
>   .../xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb     |   25 +++++
>   15 files changed, 421 insertions(+), 0 deletions(-)
>   create mode 100644 meta-crownbay/COPYING.MIT
>   create mode 100755 meta-crownbay/README.before.building
>   create mode 100644 meta-crownbay/conf/layer.conf
>   create mode 100644 meta-crownbay/conf/machine/crownbay.conf
>   create mode 100644 meta-crownbay/recipes/formfactor/formfactor/crownbay/machconfig
>   create mode 100644 meta-crownbay/recipes/formfactor/formfactor_0.0.bbappend
>   create mode 100644 meta-crownbay/recipes/linux/linux-yocto_git.bbappend
>   create mode 100644 meta-crownbay/recipes/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
>   create mode 100644 meta-crownbay/recipes/xorg-xserver/xserver-xf86-config_0.1.bbappend
>   create mode 100644 meta-crownbay/recipes/xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb
>   create mode 100644 meta-crownbay/recipes/xorg-xserver/xserver-xf86-emgd/crosscompile.patch
>   create mode 100644 meta-crownbay/recipes/xorg-xserver/xserver-xf86-emgd/fix_open_max_preprocessor_error.patch
>   create mode 100644 meta-crownbay/recipes/xorg-xserver/xserver-xf86-emgd/macro_tweak.patch
>   create mode 100644 meta-crownbay/recipes/xorg-xserver/xserver-xf86-emgd/nodolt.patch
>   create mode 100644 meta-crownbay/recipes/xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


-- 
Darren Hart
Yocto Linux Kernel


  parent reply	other threads:[~2010-12-08 17:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-07  6:39 [PATCH 0/1] Add meta-crownbay Tom Zanussi
2010-12-07  5:57 ` [PATCH 1/1] meta-crownbay: new layer for E6xx/EG20T systems Tom Zanussi
2010-12-07 10:40   ` Yu Ke
2010-12-07 18:18     ` Tom Zanussi
2010-12-07 16:01   ` Bruce Ashfield
2010-12-08 17:52 ` Darren Hart [this message]
2010-12-09  6:09   ` [PATCH 0/1] Add meta-crownbay Tom Zanussi
2010-12-09  6:55     ` Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CFFC5DB.8060009@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=poky@yoctoproject.org \
    --cc=tom.zanussi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.