From a9dc7873415a21f28270d7f81db3e3c39a09b8f6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 5 Aug 2011 17:18:55 +0100 Subject: 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/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/local.conf.sample') 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) -- cgit 1.2.3-korg