From 29208d2e353ba2f0b1c9b5d59014a2ea71dde078 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 5 Aug 2011 17:19:51 +0100 Subject: [PATCH] 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 --- meta-yocto/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # 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)