summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-20 01:17:09 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-20 01:17:09 +0000
commit6ae7f0bf485d45b33f3909981c3b8c97757b5aa5 (patch)
tree8d161c27afa6dd02540016fc3eab08d615d385f2 /meta
parent86be563a44155adac925a3e093230d2ae4d90991 (diff)
downloadpoky-6ae7f0bf485d45b33f3909981c3b8c97757b5aa5.tar.gz
Add poky-eabi4 mode
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1056 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/poky-eabi4.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi4.inc b/meta/conf/distro/include/poky-eabi4.inc
new file mode 100644
index 0000000000..754992dd8e
--- /dev/null
+++ b/meta/conf/distro/include/poky-eabi4.inc
@@ -0,0 +1,21 @@
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.5"
15PREFERRED_VERSION_glibc-intermediate ?= "2.5"
16PREFERRED_VERSION_elfutils ?= "0.108"
17
18#Use the ARM EABI when building for an ARM cpu. We can't use overrides
19#here because this breaks all places where ":=" is used.
20TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
21TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file