From c9375e5a1978002e7d588682d1532d58bfd62835 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 11 Sep 2007 08:52:20 +0000 Subject: Cleanup POKYMODE files and add summary documentation git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2722 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/include/poky-eabi2.inc | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 meta/conf/distro/include/poky-eabi2.inc (limited to 'meta/conf/distro/include/poky-eabi2.inc') diff --git a/meta/conf/distro/include/poky-eabi2.inc b/meta/conf/distro/include/poky-eabi2.inc deleted file mode 100644 index e25685ba5..000000000 --- a/meta/conf/distro/include/poky-eabi2.inc +++ /dev/null @@ -1,24 +0,0 @@ -# -# Poky configuration to use EABI -# - -TARGET_VENDOR = "-poky" - -PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate" -PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate" -PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial" -PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" -PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" - -PREFERRED_VERSION_gcc ?= "4.1.1" -PREFERRED_VERSION_gcc-cross ?= "4.1.1" -PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" -PREFERRED_VERSION_binutils ?= "2.16.91.0.7" -PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7" -PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" -PREFERRED_VERSION_glibc ?= "2.4" -PREFERRED_VERSION_glibc-intermediate ?= "2.4" -PREFERRED_VERSION_elfutils ?= "0.108" - -GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" -UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" -- cgit v1.2.3