[Angstrom-devel] Koen Kooi : catch up with TMPDIR and TCLIBC changes in oe-core

Angstrom Git Repos ang-git at xora.vm.bytemark.co.uk
Fri May 20 09:06:58 CEST 2011


Module: meta-angstrom
Branch: master
Commit: cae4113f98826d98348181643989800a32ec0482

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed May 18 20:23:51 2011 +0200

catch up with TMPDIR and TCLIBC changes in oe-core

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 conf/distro/include/angstrom-core-tweaks.inc |    9 ---------
 conf/distro/include/angstrom.inc             |    5 -----
 2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/conf/distro/include/angstrom-core-tweaks.inc b/conf/distro/include/angstrom-core-tweaks.inc
index e7c1ef7..07ea734 100644
--- a/conf/distro/include/angstrom-core-tweaks.inc
+++ b/conf/distro/include/angstrom-core-tweaks.inc
@@ -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:
  
 #
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index e6ec512..3efe021 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -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}"




More information about the Angstrom-distro-devel mailing list