diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-23 14:08:18 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:23:43 +0100 |
commit | 4e79a46254e778f85c00efd4b0085cbaeb6e0d4d (patch) | |
tree | 5c8f3b632f85fff0bb134f1e4153817295d88de6 /meta/conf | |
parent | 595c4469adc36d88ba2403915fc6c1d355014a58 (diff) | |
download | openembedded-core-4e79a46254e778f85c00efd4b0085cbaeb6e0d4d.tar.gz openembedded-core-4e79a46254e778f85c00efd4b0085cbaeb6e0d4d.tar.bz2 openembedded-core-4e79a46254e778f85c00efd4b0085cbaeb6e0d4d.zip |
linux-libc-headers: update to v3.10
Now that the 3.10 kernel has been released we can bump the libc-headers to
that version and remove the 3.8 variant. Userspace compatibility is
maintained through kernel versions, we also make the single 3.10 version the
toolchain default.
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.inc | 2 |
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 aa0db25867..fb41d5e1f7 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.2" EGLIBCVERSION ?= "2.18" UCLIBCVERSION ?= "0.9.33+git%" -LINUXLIBCVERSION ?= "3.8" +LINUXLIBCVERSION ?= "3.10" PREFERRED_VERSION_gcc ?= "${GCCVERSION}" PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" |