[oe-commits] Koen Kooi : angstrom 2009.X: switch to glibc 2.9

git version control git at git.openembedded.org
Tue Jun 16 20:52:22 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e34a3bfc4233df961d13bbf6e1e79cf5b50a245f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e34a3bfc4233df961d13bbf6e1e79cf5b50a245f

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun 16 22:49:09 2009 +0200

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

---

 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 84766a3..f0b8a04 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"
 





More information about the Openembedded-commits mailing list