diff options
Diffstat (limited to 'meta/conf/distro/defaultsetup.conf')
-rw-r--r-- | meta/conf/distro/defaultsetup.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf index 9f12f4da11..072f03c902 100644 --- a/meta/conf/distro/defaultsetup.conf +++ b/meta/conf/distro/defaultsetup.conf | |||
@@ -12,6 +12,10 @@ require conf/distro/include/tcmode-${TCMODE}.inc | |||
12 | TCLIBC ?= "eglibc" | 12 | TCLIBC ?= "eglibc" |
13 | require conf/distro/include/tclibc-${TCLIBC}.inc | 13 | require conf/distro/include/tclibc-${TCLIBC}.inc |
14 | 14 | ||
15 | # Allow single libc distros to disable this code | ||
16 | TCLIBCAPPEND ?= "-${TCLIBC}" | ||
17 | TMPDIR_append = "${TCLIBCAPPEND}" | ||
18 | |||
15 | CACHE = "${TMPDIR}/cache/${TCMODE}-${TCLIBC}${@['', '/' + 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))]}" | 19 | CACHE = "${TMPDIR}/cache/${TCMODE}-${TCLIBC}${@['', '/' + 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))]}" |
16 | 20 | ||
17 | USER_CLASSES ?= "" | 21 | USER_CLASSES ?= "" |