From: Richard Purdie Date: Fri, 5 Aug 2011 16:18:55 +0000 (+0100) Subject: local.conf.sample: Comment out BBMASK by default X-Git-Tag: 2011-1~441 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a9dc7873415a21f28270d7f81db3e3c39a09b8f6;p=openembedded-core.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/conf/local.conf.sample b/meta/conf/local.conf.sample index 919e63df64..1e0c21193a 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -28,7 +28,7 @@ MACHINE ??= "qemux86" # 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)