diff options
| -rw-r--r-- | meta/conf/distro/defaultsetup.conf | 4 | ||||
| -rw-r--r-- | meta/conf/distro/include/tclibc-uclibc.inc | 6 |
2 files changed, 4 insertions, 6 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 ?= "" |
diff --git a/meta/conf/distro/include/tclibc-uclibc.inc b/meta/conf/distro/include/tclibc-uclibc.inc index 27f6ec672e..83418d6677 100644 --- a/meta/conf/distro/include/tclibc-uclibc.inc +++ b/meta/conf/distro/include/tclibc-uclibc.inc | |||
| @@ -20,12 +20,6 @@ CXXFLAGS += "-fvisibility-inlines-hidden" | |||
| 20 | 20 | ||
| 21 | IMAGE_LINGUAS = "" | 21 | IMAGE_LINGUAS = "" |
| 22 | 22 | ||
| 23 | DEPLOY_DIR_IMAGE = "${TMPDIR}/deploy/images" | ||
| 24 | DEPLOY_DIR_append = "-uclibc" | ||
| 25 | STAGING_DIR_TARGET_append = "-uclibc" | ||
| 26 | STAGING_DIR_HOST_append = "-uclibc" | ||
| 27 | SSTATE_MANIFESTS_append = "-uclibc" | ||
| 28 | |||
| 29 | LIBC_DEPENDENCIES = "\ | 23 | LIBC_DEPENDENCIES = "\ |
| 30 | uclibc \ | 24 | uclibc \ |
| 31 | uclibc-dbg \ | 25 | uclibc-dbg \ |
