From b743ae7f047b7a4dbd2c38c7c8cd3e3a8a792580 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Sun, 19 Jul 2009 17:53:45 +0400 Subject: bfin: bump linux-libc-headers to 2.6.25 uClibc on blackfin wants at least 2.6.25 kernel headers to have NR_semtimedop Signed-off-by: Dmitry Eremin-Solenikov --- conf/distro/angstrom-2008.1.conf | 3 +++ conf/distro/include/sane-toolchain.inc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index db9334527d..bb7991f55f 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -72,6 +72,9 @@ PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20" #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" +# Blackfin want's at least 2.6.25 for semtimedop +PREFERRED_VERSION_linux-libc-headers_bfin = "2.6.25" + #Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing. PREFERRED_VERSION_glibc ?= "2.9" PREFERRED_VERSION_glibc-initial ?= "2.9" diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index f595e838f9..f0eb8ec048 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -28,6 +28,9 @@ PREFERRED_BINUTILS_bfin ?= "2.18.50.0.7" # 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" +# Blackfin want's at least 2.6.25 for semtimedop +PREFERRED_VERSION_linux-libc-headers_bfin = "2.6.25" + # Uncomment this if want need to build an armv7a kernel with CSL toolchain (<2.6.27 don't boot with mainline gcc) #KERNEL_CCSUFFIX_armv7a= "-4.2.1+csl-arm-2007q3-53" -- cgit 1.2.3-korg