catch up with TMPDIR and TCLIBC changes in oe-core

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-05-18 20:23:51 +02:00
parent c25bbe1ab7
commit cae4113f98
2 changed files with 0 additions and 14 deletions

View File

@@ -12,15 +12,6 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
TOOLCHAIN_PATH ?= "${STAGING_DIR_NATIVE}${prefix_native}/bin/${BASE_PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}"
TOOLCHAIN_SYSPATH ?= "${TOOLCHAIN_PATH}/${TARGET_SYS}"
# Angstrom cares for uclibc and eglibc
STAGING_DIR_TARGET = "${STAGING_DIR}/${MACHINE}-${TCLIBC}"
STAGING_DIR_HOST = "${STAGING_DIR}/${MACHINE}-${TCLIBC}"
SSTATE_MANIFESTS = "${TMPDIR}/sstate-control-${TCLIBC}"
# Work around multimachine breakage
# See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/002535.html
LICENSE_DIRECTORY = "${DEPLOY_DIR}/licenses"
# Image.bbclass stuff:
#

View File

@@ -27,11 +27,6 @@ SRC_DIST_LOCAL ?= "symlink"
# Can be "glibc", "eglibc" or "uclibc"
TCLIBC ?= "eglibc"
TCLIBC ?= "${TCLIBC}"
PSTAGE_EXTRAPATH = "${TCLIBC}"
CACHE = "${TMPDIR}/cache/${TCLIBC}/${MACHINE}"
DEPLOY_DIR = "${TMPDIR}/deploy/${TCLIBC}"
# The things *libc can provide.
PREFERRED_PROVIDER_virtual/libc = "${TCLIBC}"