diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-20 01:17:09 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-20 01:17:09 +0000 |
commit | 6ae7f0bf485d45b33f3909981c3b8c97757b5aa5 (patch) | |
tree | 8d161c27afa6dd02540016fc3eab08d615d385f2 /meta | |
parent | 86be563a44155adac925a3e093230d2ae4d90991 (diff) | |
download | openembedded-core-6ae7f0bf485d45b33f3909981c3b8c97757b5aa5.tar.gz openembedded-core-6ae7f0bf485d45b33f3909981c3b8c97757b5aa5.tar.bz2 openembedded-core-6ae7f0bf485d45b33f3909981c3b8c97757b5aa5.zip |
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.inc | 21 |
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 @@ +# +# 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.5" +PREFERRED_VERSION_glibc-intermediate ?= "2.5" +PREFERRED_VERSION_elfutils ?= "0.108" + +#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 |