summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky-eabi.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/conf/distro/poky-eabi.conf
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadpoky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/poky-eabi.conf')
-rw-r--r--meta/conf/distro/poky-eabi.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/conf/distro/poky-eabi.conf b/meta/conf/distro/poky-eabi.conf
new file mode 100644
index 0000000000..d35ec8e441
--- /dev/null
+++ b/meta/conf/distro/poky-eabi.conf
@@ -0,0 +1,23 @@
1#
2# Poky configuration to use EABI
3#
4
5PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate"
6PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
7
8PREFERRED_VERSION_gcc ?= "3.4.4+csl-arm-2005q3"
9PREFERRED_VERSION_gcc-cross ?= "3.4.4+csl-arm-2005q3"
10PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4+csl-arm-2005q3"
11#PREFERRED_VERSION_gcc ?= "4.1.0"
12#PREFERRED_VERSION_gcc-cross ?= "4.1.0"
13#PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0"
14PREFERRED_VERSION_binutils ?= "2.16.91.0.7"
15PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7"
16PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
17PREFERRED_VERSION_glibc ?= "2.4"
18PREFERRED_VERSION_glibc-intermediate ?= "2.4"
19
20#Use the ARM EABI when building for an ARM cpu. We can't use overrides
21#here because this breaks all places where ":=" is used.
22TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
23TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file