From: Paul Eggleton <[email protected]> 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 1f66c89..62e6e3b 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -128,9 +128,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.3.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
