summaryrefslogtreecommitdiff
path: root/meta/conf/distro/poky-eabi2.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-27 16:13:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-27 16:13:31 +0000
commit72906f5da46e7f53070fba999457b9affb76e696 (patch)
treea8f3a6f376c94ce9763e1afd9c222c81d8cbcfe1 /meta/conf/distro/poky-eabi2.conf
parent93a8d0662ed361c76defe75a5cd84f203fdb1af1 (diff)
downloadopenembedded-core-72906f5da46e7f53070fba999457b9affb76e696.tar.gz
openembedded-core-72906f5da46e7f53070fba999457b9affb76e696.tar.bz2
openembedded-core-72906f5da46e7f53070fba999457b9affb76e696.tar.xz
openembedded-core-72906f5da46e7f53070fba999457b9affb76e696.zip
conf/distro: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@652 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/poky-eabi2.conf')
-rw-r--r--meta/conf/distro/poky-eabi2.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/conf/distro/poky-eabi2.conf b/meta/conf/distro/poky-eabi2.conf
deleted file mode 100644
index 2833f3090..000000000
--- a/meta/conf/distro/poky-eabi2.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Poky configuration to use EABI
-#
-
-PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate"
-PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
-
-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"
-
-#Use the ARM EABI when building for an ARM cpu. We can't use overrides
-#here because this breaks all places where ":=" is used.
-TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
-TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file