From 691a830b93358b78e5411bdaa694bab32166f56f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 7 Jan 2013 10:43:06 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') 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}" -- cgit 1.2.3-korg