[oe-commits] Richard Purdie : local.conf.sample: Comment out BBMASK by default

git version control git at git.openembedded.org
Fri Aug 5 16:21:18 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: a9dc7873415a21f28270d7f81db3e3c39a09b8f6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a9dc7873415a21f28270d7f81db3e3c39a09b8f6

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Aug  5 17:18:55 2011 +0100

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 at linuxfoundation.org>

---

 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 919e63d..1e0c211 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)





More information about the Openembedded-commits mailing list