summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-05-28 10:48:34 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-02 14:06:02 +0100
commit2ddc6c4b03395e3e5332d23aab61070c49885465 (patch)
tree114390b37c9c9b2b1e95d90c0863a3d5fa77fce9 /meta
parent648290d5bf4d6ff50d3643bb7ad902dfc23aa702 (diff)
downloadopenembedded-core-2ddc6c4b03395e3e5332d23aab61070c49885465.tar.gz
openembedded-core-2ddc6c4b03395e3e5332d23aab61070c49885465.tar.bz2
openembedded-core-2ddc6c4b03395e3e5332d23aab61070c49885465.tar.xz
openembedded-core-2ddc6c4b03395e3e5332d23aab61070c49885465.zip
bitbake.conf: add the LOG_DIR variable
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 528eef97f..c9348ade3 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -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"