From: Koen Kooi Date: Tue, 16 Jun 2009 20:49:09 +0000 (+0200) Subject: angstrom 2009.X: switch to glibc 2.9 X-Git-Tag: Release-2010-05/1~3138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34a3bfc4233df961d13bbf6e1e79cf5b50a245f;p=openembedded.git angstrom 2009.X: switch to glibc 2.9 * runtime testing on beagleboard, sheevaplug and om-gta01 reveals 2.9 to be as stable as 2.6.1 --- diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 84766a3fc5..f0b8a040ea 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -18,7 +18,7 @@ #DISTRO_VERSION = "2009.X" DISTRO_VERSION = "2009.X-test-${DATE}" DISTRO_REVISION = "2" -DISTRO_PR = ".2" +DISTRO_PR = ".3" OLDEST_KERNEL ?= "2.6.16" @@ -73,8 +73,8 @@ PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20" PREFERRED_VERSION_linux-libc-headers = "2.6.23" #Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing. -PREFERRED_VERSION_glibc ?= "2.6.1" -PREFERRED_VERSION_glibc-initial ?= "2.6.1" +PREFERRED_VERSION_glibc ?= "2.9" +PREFERRED_VERSION_glibc-initial ?= "2.9" PREFERRED_VERSION_uclibc ?= "0.9.30" PREFERRED_VERSION_uclibc-initial ?= "0.9.30"