diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-26 12:04:37 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-27 08:57:30 +0100 |
commit | f6fb860bffabaf25052a487e922b25115c104608 (patch) | |
tree | 45021d6dd8e1512dfd21f801208cc5cbe9b4e6bc /conf/distro | |
parent | f257d5a8e8e6527db6664a3710fa0f263a164864 (diff) |
angstrom: switch to linux-libc-headers 2.6.31
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 4b601b2409..2d1ed17c5d 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -74,7 +74,7 @@ PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20" #KERNEL_INITRAMFS_PATH = "${KERNEL_INITRAMFS_DIR}/$(readlink ${KERNEL_INITRAMFS_DIR}initramfs-bootmenu-image-${MACHINE}.cpio.gz)" #This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against -PREFERRED_VERSION_linux-libc-headers = "2.6.23" +PREFERRED_VERSION_linux-libc-headers = "2.6.31" #Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing. PREFERRED_VERSION_glibc ?= "2.9" |