diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-21 17:54:03 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-21 17:54:03 +0000 |
commit | 78c546205be794e778cf34f1254322de7dd133b7 (patch) | |
tree | 84811cc76ebede275e2de9fdda1ce89239ff46d6 | |
parent | 57b10da4bc6b3034a854401bb7b04e7e9953b1d4 (diff) | |
download | poky-78c546205be794e778cf34f1254322de7dd133b7.tar.gz |
glibc: Support backported eabi kernels
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3566 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/glibc/glibc-2.5/eabi_kernel_version_hack.patch | 27 | ||||
-rw-r--r-- | meta/packages/glibc/glibc_2.5.bb | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/meta/packages/glibc/glibc-2.5/eabi_kernel_version_hack.patch b/meta/packages/glibc/glibc-2.5/eabi_kernel_version_hack.patch new file mode 100644 index 0000000000..a1af1a1563 --- /dev/null +++ b/meta/packages/glibc/glibc-2.5/eabi_kernel_version_hack.patch | |||
@@ -0,0 +1,27 @@ | |||
1 | --- | ||
2 | ports/sysdeps/unix/sysv/linux/arm/eabi/configure | 2 +- | ||
3 | ports/sysdeps/unix/sysv/linux/arm/eabi/configure.in | 2 +- | ||
4 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
5 | |||
6 | Index: glibc-2.5/ports/sysdeps/unix/sysv/linux/arm/eabi/configure | ||
7 | =================================================================== | ||
8 | --- glibc-2.5.orig/ports/sysdeps/unix/sysv/linux/arm/eabi/configure 2007-12-20 17:39:25.000000000 +0000 | ||
9 | +++ glibc-2.5/ports/sysdeps/unix/sysv/linux/arm/eabi/configure 2007-12-20 17:39:30.000000000 +0000 | ||
10 | @@ -1,5 +1,5 @@ | ||
11 | # This file is generated from configure.in by Autoconf. DO NOT EDIT! | ||
12 | # Local configure fragment for sysdeps/unix/sysv/linux/arm/eabi. | ||
13 | |||
14 | -arch_minimum_kernel=2.6.14 | ||
15 | +arch_minimum_kernel=2.6.10 | ||
16 | libc_cv_gcc_unwind_find_fde=no | ||
17 | Index: glibc-2.5/ports/sysdeps/unix/sysv/linux/arm/eabi/configure.in | ||
18 | =================================================================== | ||
19 | --- glibc-2.5.orig/ports/sysdeps/unix/sysv/linux/arm/eabi/configure.in 2007-12-20 17:39:27.000000000 +0000 | ||
20 | +++ glibc-2.5/ports/sysdeps/unix/sysv/linux/arm/eabi/configure.in 2007-12-20 17:39:36.000000000 +0000 | ||
21 | @@ -1,5 +1,5 @@ | ||
22 | GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. | ||
23 | # Local configure fragment for sysdeps/unix/sysv/linux/arm/eabi. | ||
24 | |||
25 | -arch_minimum_kernel=2.6.14 | ||
26 | +arch_minimum_kernel=2.6.10 | ||
27 | libc_cv_gcc_unwind_find_fde=no | ||
diff --git a/meta/packages/glibc/glibc_2.5.bb b/meta/packages/glibc/glibc_2.5.bb index e353840a12..b3d4f16143 100644 --- a/meta/packages/glibc/glibc_2.5.bb +++ b/meta/packages/glibc/glibc_2.5.bb | |||
@@ -47,6 +47,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \ | |||
47 | # file://glibc-2.4-openat-3.patch;patch=1 \ | 47 | # file://glibc-2.4-openat-3.patch;patch=1 \ |
48 | # file://fixup-aeabi-syscalls.patch;patch=1 \ | 48 | # file://fixup-aeabi-syscalls.patch;patch=1 \ |
49 | file://zecke-sane-readelf.patch;patch=1 \ | 49 | file://zecke-sane-readelf.patch;patch=1 \ |
50 | file://eabi_kernel_version_hack.patch;patch=1 \ | ||
50 | file://generic-bits_select.h \ | 51 | file://generic-bits_select.h \ |
51 | file://generic-bits_types.h \ | 52 | file://generic-bits_types.h \ |
52 | file://generic-bits_typesizes.h \ | 53 | file://generic-bits_typesizes.h \ |