aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-07-19 17:53:45 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-07-19 17:53:45 +0400
commitb743ae7f047b7a4dbd2c38c7c8cd3e3a8a792580 (patch)
treec648cab5a6badab5a314b444e36961b676db97bf
parent61056c763fbd54c9284a8357a096582844184190 (diff)
downloadopenembedded-b743ae7f047b7a4dbd2c38c7c8cd3e3a8a792580.tar.gz
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 <dbaryshkov@gmail.com>
-rw-r--r--conf/distro/angstrom-2008.1.conf3
-rw-r--r--conf/distro/include/sane-toolchain.inc3
2 files changed, 6 insertions, 0 deletions
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"