diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-16 22:49:09 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-16 22:49:09 +0200 |
commit | e34a3bfc4233df961d13bbf6e1e79cf5b50a245f (patch) | |
tree | 338c0821289ed34f041ba9f6426e865f33140672 | |
parent | f4c63b6c9d4d54890da763d96f0fe2680ba78201 (diff) |
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
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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" |