From 2ddc6c4b03395e3e5332d23aab61070c49885465 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 28 May 2010 10:48:34 -0700 Subject: bitbake.conf: add the LOG_DIR variable Signed-off-by: Nitin A Kamble --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 528eef97ff..c9348ade39 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" -- cgit v1.2.3-54-g00ecf