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:29:45 +0100 |
commit | 1f18e092298a3ef3f0c65da26b0f09043a6896fb (patch) | |
tree | addd990dde86c122d182effdb17f4414a029bb15 /meta/conf/distro | |
parent | bfba97076555f1e708b4fef08fdcfa43f35d2fcb (diff) | |
download | poky-1f18e092298a3ef3f0c65da26b0f09043a6896fb.tar.gz |
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.
(From OE-Core rev: 4e79a46254e778f85c00efd4b0085cbaeb6e0d4d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-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}" | |||
22 | BINUVERSION ?= "2.23.2" | 22 | BINUVERSION ?= "2.23.2" |
23 | EGLIBCVERSION ?= "2.18" | 23 | EGLIBCVERSION ?= "2.18" |
24 | UCLIBCVERSION ?= "0.9.33+git%" | 24 | UCLIBCVERSION ?= "0.9.33+git%" |
25 | LINUXLIBCVERSION ?= "3.8" | 25 | LINUXLIBCVERSION ?= "3.10" |
26 | 26 | ||
27 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 27 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
28 | PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" | 28 | PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" |