From f993f993f577a704ce35e0d800e9c988b4a68451 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 26 Feb 2011 08:04:36 -0700 Subject: 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 --- conf/local.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/local.conf.sample b/conf/local.conf.sample index bb76dbe089..ff3da96613 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. -- cgit 1.2.3-korg