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.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 4437fa7008..77b0a4f8e8 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -232,7 +232,7 @@ FILESDIR = "${@bb.which(bb.data.getVar('FILESPATH', d, 1), '.')}"
232################################################################## 232##################################################################
233 233
234TMPDIR ?= "${TOPDIR}/tmp" 234TMPDIR ?= "${TOPDIR}/tmp"
235CACHE = "${TMPDIR}/cache${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}" 235CACHE = "${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))]}"
236# The persistent cache should be shared by all builds 236# The persistent cache should be shared by all builds
237PERSISTENT_DIR = "${TMPDIR}/cache" 237PERSISTENT_DIR = "${TMPDIR}/cache"
238CO_DIR = "${DL_DIR}" 238CO_DIR = "${DL_DIR}"
@@ -604,6 +604,7 @@ include conf/local.conf
604include conf/build/${BUILD_SYS}.conf 604include conf/build/${BUILD_SYS}.conf
605include conf/target/${TARGET_SYS}.conf 605include conf/target/${TARGET_SYS}.conf
606include conf/machine/${MACHINE}.conf 606include conf/machine/${MACHINE}.conf
607include conf/machine-sdk/${SDKMACHINE}.conf
607include conf/distro/${DISTRO}.conf 608include conf/distro/${DISTRO}.conf
608include conf/documentation.conf 609include conf/documentation.conf
609require conf/sanity.conf 610require conf/sanity.conf