From patchwork Thu Nov 24 14:58:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: bitbake.conf: Set BB_CONSOLELOG so we log console messages by default Date: Thu, 24 Nov 2011 14:58:09 -0000 From: Richard Purdie X-Patchwork-Id: 15413 Message-Id: <1322146689.10818.1.camel@ted> To: openembedded-core Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 01f064c..4589909 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -732,6 +732,8 @@ DISTRO[unexport] = "1" # Used by canadian-cross to handle string conversions on TARGET_ARCH where needed TRANSLATED_TARGET_ARCH ??= "${@d.getVar('TARGET_ARCH', True).replace("_", "-")}" +BB_CONSOLELOG = "${TMPDIR}/cooker.log.${DATETIME}" + # Setup our default hash policy BB_SIGNATURE_HANDLER ?= "basic" BB_HASHTASK_WHITELIST ?= "(.*-cross$|.*-native$|.*-cross-initial$|.*-cross-intermediate$|^virtual:native:.*|^virtual:nativesdk:.*)"