From 9b84bd945fe7d27c864b1e0d61e50498c624552b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 8 Jan 2007 20:52:35 +0000 Subject: Rename poky-eabi -> poky-eabi5 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1119 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/include/poky-eabi.inc | 23 ----------------------- meta/conf/distro/include/poky-eabi5.inc | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/conf/distro/include/poky-eabi.inc create mode 100644 meta/conf/distro/include/poky-eabi5.inc (limited to 'meta') diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc deleted file mode 100644 index 85a68e7de9..0000000000 --- a/meta/conf/distro/include/poky-eabi.inc +++ /dev/null @@ -1,23 +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 ?= "3.4.4+csl-arm-2005q3" -PREFERRED_VERSION_gcc-cross ?= "3.4.4+csl-arm-2005q3" -PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4+csl-arm-2005q3" -#PREFERRED_VERSION_gcc ?= "4.1.0" -#PREFERRED_VERSION_gcc-cross ?= "4.1.0" -#PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0" -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" -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_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" diff --git a/meta/conf/distro/include/poky-eabi5.inc b/meta/conf/distro/include/poky-eabi5.inc new file mode 100644 index 0000000000..85a68e7de9 --- /dev/null +++ b/meta/conf/distro/include/poky-eabi5.inc @@ -0,0 +1,23 @@ +# +# 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 ?= "3.4.4+csl-arm-2005q3" +PREFERRED_VERSION_gcc-cross ?= "3.4.4+csl-arm-2005q3" +PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4+csl-arm-2005q3" +#PREFERRED_VERSION_gcc ?= "4.1.0" +#PREFERRED_VERSION_gcc-cross ?= "4.1.0" +#PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0" +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" +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_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" -- cgit v1.2.3-54-g00ecf