summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-26 22:59:59 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-26 22:59:59 +0000
commitbd1b2b21bc9db64099e7f435b670f56ec1fda37c (patch)
tree104570ae7bb48a530e496bd4c8b7fdde8cd3ee92
parent8800d8be25295dd7c7d84dde62c3be4df8e43346 (diff)
downloadpoky-bd1b2b21bc9db64099e7f435b670f56ec1fda37c.tar.gz
poky: Add POKYMODE=eabi2 - Uses glibc 2.4 and gcc 4.1.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@649 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/distro/poky-eabi2.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/conf/distro/poky-eabi2.conf b/meta/conf/distro/poky-eabi2.conf
new file mode 100644
index 0000000000..2833f3090e
--- /dev/null
+++ b/meta/conf/distro/poky-eabi2.conf
@@ -0,0 +1,20 @@
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 ?= "4.1.1"
9PREFERRED_VERSION_gcc-cross ?= "4.1.1"
10PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1"
11PREFERRED_VERSION_binutils ?= "2.16.91.0.7"
12PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7"
13PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
14PREFERRED_VERSION_glibc ?= "2.4"
15PREFERRED_VERSION_glibc-intermediate ?= "2.4"
16
17#Use the ARM EABI when building for an ARM cpu. We can't use overrides
18#here because this breaks all places where ":=" is used.
19TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
20TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file