aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-01-07 10:43:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 19:26:30 +0000
commit691a830b93358b78e5411bdaa694bab32166f56f (patch)
treee45817840d229043e51cd052c15f42e4e4da7d43 /meta/conf
parent2078ccf48ab77a673edab999a3144ab3b11f26d1 (diff)
downloadopenembedded-core-contrib-691a830b93358b78e5411bdaa694bab32166f56f.tar.gz
linux-libc-headers: make 3.7 the default and remove older libc-header recipes
Switch the default libc-headers to the 3.7 version. At the same time, remove older versions of the headers to keep things simple and clear. All userspace and kernel combinations should build and boot against this single lib-headers version. (From OE-Core rev: e7c9706d6a6777326a62e73bffdbb0f940792ff4) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 1d6cd8b0fd..8f3ba2b689 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -22,7 +22,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
BINUVERSION ?= "2.23.1"
EGLIBCVERSION ?= "2.16"
UCLIBCVERSION ?= "0.9.33"
-LINUXLIBCVERSION ?= "3.4.3"
+LINUXLIBCVERSION ?= "3.7"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"