summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:19:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:19:51 +0100
commit29208d2e353ba2f0b1c9b5d59014a2ea71dde078 (patch)
tree7b5f7c3db2e9cbb3a060127e2b461dee42630a49 /meta-yocto
parente8f456613acab7513816a4cd036b4664ce37546c (diff)
downloadpoky-29208d2e353ba2f0b1c9b5d59014a2ea71dde078.tar.gz
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>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 3e71b0a85e..80ee7b2615 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -39,7 +39,7 @@ DISTRO ?= "poky"
39 39
40# BBMASK is a regular expression that can be used to tell BitBake to ignore 40# BBMASK is a regular expression that can be used to tell BitBake to ignore
41# certain recipes. 41# certain recipes.
42BBMASK = "" 42#BBMASK = ""
43 43
44# EXTRA_IMAGE_FEATURES allows extra packages to be added to the generated images 44# EXTRA_IMAGE_FEATURES allows extra packages to be added to the generated images
45# (Some of these are automatically added to certain image types) 45# (Some of these are automatically added to certain image types)