This option does nothing in recent versions of BitBake, and the vast majority of users will want the log printed out on failure anyway.
Signed-off-by: Paul Eggleton <[email protected]> --- meta/conf/local.conf.sample | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index d8e2383..c719dab 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -117,9 +117,6 @@ PACKAGE_DEBUG_SPLIT_STYLE = '.debug' # SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}" # LDFLAGS =+ "-pg" -# Uncomment this if you want BitBake to emit the log if a build fails. -BBINCLUDELOGS = "yes" - # The architecture to build SDK items for, by setting this you can build SDK # packages for architectures other than the host i.e. building i686 packages # on an x86_64 host. -- 1.7.4.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
