From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1S0jKv-0000Oj-Nl for openembedded-core@lists.openembedded.org; Fri, 24 Feb 2012 01:48:37 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q1O0eFus031530 for ; Fri, 24 Feb 2012 00:40:15 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31066-06 for ; Fri, 24 Feb 2012 00:40:10 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q1O0e6aw031522 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 24 Feb 2012 00:40:07 GMT Message-ID: <1330044007.25226.16.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Fri, 24 Feb 2012 00:40:07 +0000 In-Reply-To: <9ea9d5b7ab46d2c4ea8c0b18d24a341b54248011.1329993620.git.Martin.Jansa@gmail.com> References: <9ea9d5b7ab46d2c4ea8c0b18d24a341b54248011.1329993620.git.Martin.Jansa@gmail.com> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 2/7] bitbake.conf: use weak assignment for BB_CONSOLELOG X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 00:48:37 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2012-02-23 at 11:43 +0100, Martin Jansa wrote: > * some people prefer subdirectory like /cooker/.log I think we should probably change that to the default actually... Cheers, Richard > Signed-off-by: Martin Jansa > --- > meta/conf/bitbake.conf | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index 90e5f7a..869b409 100644 > --- a/meta/conf/bitbake.conf > +++ b/meta/conf/bitbake.conf > @@ -723,7 +723,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}" > +# Complete output from bitbake, if you're changing it, make sure to use existing directory > +BB_CONSOLELOG ?= "${TMPDIR}/cooker.log.${DATETIME}" > > # Setup our default hash policy > BB_SIGNATURE_HANDLER ?= "OEBasic"