]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
local.conf.sample: Comment out BBMASK by default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Aug 2011 16:19:51 +0000 (17:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Aug 2011 16:19:51 +0000 (17:19 +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-yocto/conf/local.conf.sample

index 3e71b0a85e7804de17400a14e4931ed1109bd891..80ee7b2615effe89558901d515fdfa2c50a32260 100644 (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)