diff options
| -rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 0e939aca4f..2a3cf6f8aa 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -386,8 +386,8 @@ FILESYSTEM_PERMS_TABLES ?= "${@'files/fs-perms.txt' if oe.types.boolean(d.getVar | |||
| 386 | # General work and output directories for the build system. | 386 | # General work and output directories for the build system. |
| 387 | ################################################################## | 387 | ################################################################## |
| 388 | 388 | ||
| 389 | TCMODE ?= "default" | 389 | TCMODE ??= "default" |
| 390 | TCLIBC ?= "glibc" | 390 | TCLIBC ??= "glibc" |
| 391 | TMPDIR ?= "${TOPDIR}/tmp" | 391 | TMPDIR ?= "${TOPDIR}/tmp" |
| 392 | 392 | ||
| 393 | CACHE = "${TMPDIR}/cache/${TCMODE}-${TCLIBC}${@['', '/' + str(d.getVar('MACHINE'))][bool(d.getVar('MACHINE'))]}${@['', '/' + str(d.getVar('SDKMACHINE'))][bool(d.getVar('SDKMACHINE'))]}" | 393 | CACHE = "${TMPDIR}/cache/${TCMODE}-${TCLIBC}${@['', '/' + str(d.getVar('MACHINE'))][bool(d.getVar('MACHINE'))]}${@['', '/' + str(d.getVar('SDKMACHINE'))][bool(d.getVar('SDKMACHINE'))]}" |
