summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 7f0da1b965..4c1b6f1fcd 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -227,6 +227,8 @@ FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}"
227 227
228TMPDIR ?= "${TOPDIR}/tmp" 228TMPDIR ?= "${TOPDIR}/tmp"
229CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}" 229CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}"
230# The persistent cache should be shared by all builds
231PERSISTENT_DIR = "${TMPDIR}/cache"
230CO_DIR = "${DL_DIR}" 232CO_DIR = "${DL_DIR}"
231CVSDIR = "${CO_DIR}/cvs" 233CVSDIR = "${CO_DIR}/cvs"
232SVNDIR = "${CO_DIR}/svn" 234SVNDIR = "${CO_DIR}/svn"