[oe-commits] Tom Rini : glibc*.inc: Bump OLDEST_KERNEL to 2.6.16

git version control git at git.openembedded.org
Thu Mar 4 10:36:45 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: 8b0202e6e3f90a772df301e8522f9deb03e50132
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8b0202e6e3f90a772df301e8522f9deb03e50132

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Mar  3 12:17:38 2010 -0700

glibc*.inc: Bump OLDEST_KERNEL to 2.6.16

Per glibc's ChangeLog, 2.6.16 is the minimum required by at least glibc 2.9
Prior to this, it was a murky 2.6.14 + patches to 2.6.16 (when it was all
upstream).

---

 conf/distro/include/glibc-external.inc |    2 +-
 conf/distro/include/glibc-internal.inc |    2 +-
 conf/distro/include/glibc.inc          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/glibc-external.inc b/conf/distro/include/glibc-external.inc
index 3ddedb6..b84d237 100644
--- a/conf/distro/include/glibc-external.inc
+++ b/conf/distro/include/glibc-external.inc
@@ -16,6 +16,6 @@ OLDEST_KERNEL ?= "2.4.0"
 
 # ARM OABI is fine with 2.4.0, EABI is not, so we override on "-gnueabi"
 # TARGET_OS here, not on architecture which is 'arm' in both cases
-OLDEST_KERNEL_linux-gnueabi ?= "2.6.14"
+OLDEST_KERNEL_linux-gnueabi ?= "2.6.16"
 OLDEST_KERNEL_sparc64 ?= "2.4.21"
 OLDEST_KERNEL_ppc64 ?= "2.4.21"
diff --git a/conf/distro/include/glibc-internal.inc b/conf/distro/include/glibc-internal.inc
index d1cbd53..e06b9b0 100644
--- a/conf/distro/include/glibc-internal.inc
+++ b/conf/distro/include/glibc-internal.inc
@@ -16,6 +16,6 @@ OLDEST_KERNEL ?= "2.4.0"
 
 # ARM OABI is fine with 2.4.0, EABI is not, so we override on "-gnueabi"
 # TARGET_OS here, not on architecture which is 'arm' in both cases
-OLDEST_KERNEL_linux-gnueabi ?= "2.6.14"
+OLDEST_KERNEL_linux-gnueabi ?= "2.6.16"
 OLDEST_KERNEL_sparc64 ?= "2.4.21"
 OLDEST_KERNEL_ppc64 ?= "2.4.21"
diff --git a/conf/distro/include/glibc.inc b/conf/distro/include/glibc.inc
index 2cb6502..f1c80dc 100644
--- a/conf/distro/include/glibc.inc
+++ b/conf/distro/include/glibc.inc
@@ -15,6 +15,6 @@ OLDEST_KERNEL ?= "2.4.0"
 
 # ARM OABI is fine with 2.4.0, EABI is not, so we override on "-gnueabi"
 # TARGET_OS here, not on architecture which is 'arm' in both cases
-OLDEST_KERNEL_linux-gnueabi ?= "2.6.14"
+OLDEST_KERNEL_linux-gnueabi ?= "2.6.16"
 OLDEST_KERNEL_sparc64 ?= "2.4.21"
 OLDEST_KERNEL_ppc64 ?= "2.4.21"





More information about the Openembedded-commits mailing list