summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-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 a1f0f624e9..d47568157a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -392,7 +392,7 @@ TCLIBC ??= "glibc"
392TC_CXX_RUNTIME ??= "gnu" 392TC_CXX_RUNTIME ??= "gnu"
393TMPDIR ?= "${TOPDIR}/tmp" 393TMPDIR ?= "${TOPDIR}/tmp"
394 394
395CACHE = "${TMPDIR}/cache/${TCMODE}-${TCLIBC}${@['', '/' + str(d.getVar('MACHINE'))][bool(d.getVar('MACHINE'))]}${@['', '/' + str(d.getVar('SDKMACHINE'))][bool(d.getVar('SDKMACHINE'))]}" 395CACHE = "${TMPDIR}/cache"
396# The persistent cache should be shared by all builds 396# The persistent cache should be shared by all builds
397PERSISTENT_DIR = "${TOPDIR}/cache" 397PERSISTENT_DIR = "${TOPDIR}/cache"
398LOG_DIR = "${TMPDIR}/log" 398LOG_DIR = "${TMPDIR}/log"