All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@intel.com>
To: "poky@yoctoproject.org" <poky@yoctoproject.org>
Cc: "Wold, Saul" <saul.wold@intel.com>
Subject: [PATCH] bblayers.conf.sample: remove meta-emenlow, v2
Date: Wed, 29 Dec 2010 09:40:03 -0600	[thread overview]
Message-ID: <1293637203.12997.5.camel@elmorro> (raw)

meta-emenlow has been moved to the meta-intel repo, so it shouldn't be
added as a default layer by bblayers.conf.  Users who want to build
the meta-emenlow layer can just add it to bblayers.conf as they would
any other layer e.g.

BBLAYERS = " \
  /home/trz/yocto/meta \
  /home/trz/yocto/meta-intel/meta-emenlow \
  "

v2 changes:

Update LCONF_VERSION as noted by Saul.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/conf/bblayers.conf.sample |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample
index 3c7b6e6..b2f37c0 100644
--- a/meta/conf/bblayers.conf.sample
+++ b/meta/conf/bblayers.conf.sample
@@ -1,9 +1,8 @@
 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
 # changes incompatibly
-LCONF_VERSION = "3"
+LCONF_VERSION = "4"
 
 BBFILES ?= ""
 BBLAYERS = " \
   ##POKYBASE##/meta \
-  ##POKYBASE##/meta-emenlow \
   "
-- 
1.7.0.4





             reply	other threads:[~2010-12-29 15:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-29 15:40 Tom Zanussi [this message]
2011-01-04  1:20 ` [PATCH] bblayers.conf.sample: remove meta-emenlow, v2 Saul Wold

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=1293637203.12997.5.camel@elmorro \
    --to=tom.zanussi@intel.com \
    --cc=poky@yoctoproject.org \
    --cc=saul.wold@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.