]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Comment out BBMASK by default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Aug 2011 16:18:55 +0000 (17:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Aug 2011 16:18:58 +0000 (17:18 +0100)
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>
meta/conf/local.conf.sample

index 919e63df64b50f7deb5903a2a24d2c6318a3b7c3..1e0c21193a45ba543cb57072ce6683beb981bdd9 100644 (file)
@@ -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)