local.conf.sample: Comment out BBMASK by default

This means we can set defaults in layers or other configurations without
the default user config masking it out.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-08-05 17:19:51 +01:00
parent e8f456613a
commit 29208d2e35
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ DISTRO ?= "poky"
# BBMASK is a regular expression that can be used to tell BitBake to ignore
# certain recipes.
BBMASK = ""
#BBMASK = ""
# EXTRA_IMAGE_FEATURES allows extra packages to be added to the generated images
# (Some of these are automatically added to certain image types)