[oe-commits] Tom Rini : local.conf.sample: Update BBMASK example

git version control git at git.openembedded.org
Wed Mar 2 07:32:12 UTC 2011


Module: openembedded.git
Branch: hipox
Commit: e50b9fb3447803516d6361ff6ef6d3250ccca3d9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e50b9fb3447803516d6361ff6ef6d3250ccca3d9

Author: Tom Rini <tom_rini at mentor.com>
Date:   Sat Feb 26 08:04:36 2011 -0700

local.conf.sample: Update BBMASK example

Since bitbake.conf has a real BBMASK (and has for some time) we shouldn't
suggest that people start out by wiping that out.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 conf/local.conf.sample |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index bb76dbe..ff3da96 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -27,8 +27,8 @@ DL_DIR = "${HOME}/sources"
 BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}"
 
 # Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files
-# This is a regulary expression, so be sure to get your parenthesis balanced.
-BBMASK = ""
+# This is a regular expression, so be sure to get your parenthesis balanced.
+# BBMASK = "/(nonworking|obsolete)/"
 
 # Comment this if your host distribution does not provide the
 # help2man tool.





More information about the Openembedded-commits mailing list