diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-31 13:56:32 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-31 23:04:35 +0100 |
commit | 7eeaf1b7caad15402efb0f92a6bcea98ed9e2fc5 (patch) | |
tree | 69f5a3b6150f719055470ffe9201471c7cc44944 /meta/conf/distro | |
parent | 0902f1f6044b0a6a2d529f70bf7235ca5896bd73 (diff) | |
download | poky-7eeaf1b7caad15402efb0f92a6bcea98ed9e2fc5.tar.gz |
libc-headers: set TC default to 3.14
(From OE-Core rev: acd025cbeef533137522e60dd2cc5a6a4300d1b5)
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 d6a626cfab..300deeaf5f 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.24" | 22 | BINUVERSION ?= "2.24" |
23 | EGLIBCVERSION ?= "2.19" | 23 | EGLIBCVERSION ?= "2.19" |
24 | UCLIBCVERSION ?= "0.9.33+git%" | 24 | UCLIBCVERSION ?= "0.9.33+git%" |
25 | LINUXLIBCVERSION ?= "3.10" | 25 | LINUXLIBCVERSION ?= "3.14" |
26 | 26 | ||
27 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 27 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
28 | PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" | 28 | PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" |