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@mentor.com>
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.