diff options
| -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 @@ | |||
| 1 | # | ||
| 2 | # Poky configuration to use EABI | ||
| 3 | # | ||
| 4 | |||
| 5 | PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate" | ||
| 6 | PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate" | ||
| 7 | |||
| 8 | PREFERRED_VERSION_gcc ?= "4.1.1" | ||
| 9 | PREFERRED_VERSION_gcc-cross ?= "4.1.1" | ||
| 10 | PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" | ||
| 11 | PREFERRED_VERSION_binutils ?= "2.16.91.0.7" | ||
| 12 | PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7" | ||
| 13 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" | ||
| 14 | PREFERRED_VERSION_glibc ?= "2.5" | ||
| 15 | PREFERRED_VERSION_glibc-intermediate ?= "2.5" | ||
| 16 | PREFERRED_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. | ||
| 20 | TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | ||
| 21 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file | ||
