]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: add the LOG_DIR variable
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 28 May 2010 17:48:34 +0000 (10:48 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 2 Jun 2010 13:06:02 +0000 (14:06 +0100)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/conf/bitbake.conf

index 528eef97fffb2c0a272ca86852195cd511a8d7b9..c9348ade3906b3c99125a5103535f4316fc41f9b 100644 (file)
@@ -236,6 +236,7 @@ TMPDIR ?= "${TOPDIR}/tmp"
 CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}${@['', '/' + str(bb.data.getVar('SDKMACHINE', d, 1))][bool(bb.data.getVar('SDKMACHINE', d, 1))]}"
 # The persistent cache should be shared by all builds
 PERSISTENT_DIR = "${TMPDIR}/cache"
+LOG_DIR = "${TMPDIR}/log"
 CO_DIR = "${DL_DIR}"
 CVSDIR = "${CO_DIR}/cvs"
 SVNDIR = "${CO_DIR}/svn"