From: Richard Purdie Date: Fri, 5 Aug 2011 16:19:51 +0000 (+0100) Subject: local.conf.sample: Comment out BBMASK by default X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=827a935c4d4997748b633f598fab7d3667a8098f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 3e71b0a85e7..80ee7b2615e 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -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)