diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-22 09:49:19 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-26 10:44:28 +0000 |
commit | 81507d8c2e40e74aa1a81e4bc4dcc72c698d320f (patch) | |
tree | 75869b49a450ed2738790064f9c4f252be5c3d29 /meta/conf | |
parent | 6a315883b811ca765fc6697a5c5c3f71a294dc4c (diff) | |
download | poky-81507d8c2e40e74aa1a81e4bc4dcc72c698d320f.tar.gz |
linux-libc-headers: introduce 4.9 headers
Bumping the linux-libc-headers to the 4.9 kernel variant. Since 4.9
will be a LTSI kernel, and there will be an associated linux-yocto
it is worth moving to these headers sooner rather than later.
This commit also drops the 4.8 headers and sets 4.9 to be the default.
(From OE-Core rev: cb0ef6e5fe096cecade81d42e95918f056bba052)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.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 91143c4100..9c9fdd67fd 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -28,7 +28,7 @@ BINUVERSION ?= "2.27%" | |||
28 | GDBVERSION ?= "7.12%" | 28 | GDBVERSION ?= "7.12%" |
29 | GLIBCVERSION ?= "2.25" | 29 | GLIBCVERSION ?= "2.25" |
30 | UCLIBCVERSION ?= "1.0%" | 30 | UCLIBCVERSION ?= "1.0%" |
31 | LINUXLIBCVERSION ?= "4.8%" | 31 | LINUXLIBCVERSION ?= "4.9%" |
32 | 32 | ||
33 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 33 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
34 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 34 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |