summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index b1c8dac035..3afaf4ab2b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -327,7 +327,7 @@ FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}"
327TMPDIR ?= "${TOPDIR}/tmp" 327TMPDIR ?= "${TOPDIR}/tmp"
328CACHE = "${TMPDIR}/cache${@['', '/' + str(d.getVar('MACHINE', True))][bool(d.getVar('MACHINE', True))]}${@['', '/' + str(d.getVar('SDKMACHINE', True))][bool(d.getVar('SDKMACHINE', True))]}" 328CACHE = "${TMPDIR}/cache${@['', '/' + str(d.getVar('MACHINE', True))][bool(d.getVar('MACHINE', True))]}${@['', '/' + str(d.getVar('SDKMACHINE', True))][bool(d.getVar('SDKMACHINE', True))]}"
329# The persistent cache should be shared by all builds 329# The persistent cache should be shared by all builds
330PERSISTENT_DIR = "${TMPDIR}/cache" 330PERSISTENT_DIR = "${TOPDIR}/cache"
331LOG_DIR = "${TMPDIR}/log" 331LOG_DIR = "${TMPDIR}/log"
332CO_DIR = "${DL_DIR}" 332CO_DIR = "${DL_DIR}"
333CVSDIR = "${CO_DIR}/cvs" 333CVSDIR = "${CO_DIR}/cvs"