angstrom: clean ups of the external toolchain support
authorDenys Dmytriyenko <denis@denix.org>
Wed, 14 Oct 2009 18:25:07 +0000 (14:25 -0400)
committerDenys Dmytriyenko <denis@denix.org>
Wed, 14 Oct 2009 18:25:07 +0000 (14:25 -0400)
conf/distro/angstrom-2008.1.conf
conf/distro/include/angstrom-glibc.inc
conf/distro/include/glibc.inc [deleted file]
recipes/meta/external-toolchain-generic.bb

index 07c62a0..4b601b2 100644 (file)
@@ -146,7 +146,6 @@ PREFERRED_PROVIDER_virtual/libsdl       ?= "libsdl-x11"
 PREFERRED_PROVIDER_virtual/libx11       ?= "libx11"
 
 # Others:
-PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers"
 PREFERRED_PROVIDER_dbus-glib             = "dbus-glib"
 PREFERRED_PROVIDER_esound               ?= "pulseaudio"
 PREFERRED_PROVIDER_gconf                ?= "gconf"
index fe78f48..4488bec 100644 (file)
@@ -1,6 +1,4 @@
 # glibc:
-require conf/distro/include/glibc.inc
-
 require conf/distro/include/glibc-${TOOLCHAIN_TYPE}.inc
 
 TARGET_OS = "linux"
diff --git a/conf/distro/include/glibc.inc b/conf/distro/include/glibc.inc
deleted file mode 100644 (file)
index 2cb6502..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Add glibc to the overrides.
-OVERRIDES .= ":libc-glibc"
-
-# The things glibc can provide.  We default to wanting glibc to provide them.
-PREFERRED_PROVIDER_virtual/libiconv ?= "glibc"
-PREFERRED_PROVIDER_virtual/libintl ?= "glibc"
-PREFERRED_PROVIDER_virtual/libc = "glibc"
-PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "glibc-initial"
-PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "glibc"
-
-# glibc is configured for OLDEST_KERNEL kernel version, so we set minimal
-# sane versions there
-
-OLDEST_KERNEL ?= "2.4.0"
-
-# ARM OABI is fine with 2.4.0, EABI is not, so we override on "-gnueabi"
-# TARGET_OS here, not on architecture which is 'arm' in both cases
-OLDEST_KERNEL_linux-gnueabi ?= "2.6.14"
-OLDEST_KERNEL_sparc64 ?= "2.4.21"
-OLDEST_KERNEL_ppc64 ?= "2.4.21"
index 6e87e88..73f823f 100644 (file)
@@ -43,8 +43,8 @@ do_stage() {
                cp -pPRr ${prefix}/deb/* ${DEPLOY_DIR_DEB}/
        fi
 
-#      if [ -d ${prefix}/pstage -a "x${DEPLOY_DIR_PSTAGE}" != "x" ]; then
-#              install -d ${DEPLOY_DIR_PSTAGE}/
-#              cp -pPRr ${prefix}/pstage/* ${DEPLOY_DIR_PSTAGE}/
-#      fi
+       if [ -d ${prefix}/pstage -a "x${DEPLOY_DIR_PSTAGE}" != "x" ]; then
+               install -d ${DEPLOY_DIR_PSTAGE}/
+               cp -pPRr ${prefix}/pstage/* ${DEPLOY_DIR_PSTAGE}/
+       fi
 }