From: Nitin A Kamble <[email protected]> So that it can be overridden by layers if needed.
Signed-off-by: Nitin A Kamble <[email protected]> --- meta-yocto/conf/local.conf.sample | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 3e71b0a..4acec37 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) -- 1.7.6 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
