diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:18:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:18:58 +0100 |
commit | a9dc7873415a21f28270d7f81db3e3c39a09b8f6 (patch) | |
tree | 8cf81c8bd7c832c3b19c8bc600ebfd2c32cca571 | |
parent | 9c525241c564a458db8ecd9ba325edeb13ec1c58 (diff) | |
download | openembedded-core-a9dc7873415a21f28270d7f81db3e3c39a09b8f6.tar.gz openembedded-core-a9dc7873415a21f28270d7f81db3e3c39a09b8f6.tar.bz2 openembedded-core-a9dc7873415a21f28270d7f81db3e3c39a09b8f6.zip |
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>
-rw-r--r-- | meta/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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) |