diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-07-21 11:21:06 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-23 08:47:52 +0100 |
commit | 3143920c541b55b543b9dcc12b18af4e0e4b7ae1 (patch) | |
tree | c6f1b30803ee4a5ff71973b1f87485b565558ba9 /meta/conf | |
parent | dc70cf470f18c97b6762cbf7aca723769b47bc7d (diff) | |
download | openembedded-core-3143920c541b55b543b9dcc12b18af4e0e4b7ae1.tar.gz openembedded-core-3143920c541b55b543b9dcc12b18af4e0e4b7ae1.tar.bz2 openembedded-core-3143920c541b55b543b9dcc12b18af4e0e4b7ae1.zip |
linux-libc-headers: update to 4.1
Updating the libc-headers to match the 4.1 LTSI kernel version.
We also tweak the logic in linux-libc-headers.inc to look in the
4.x subdirectory if a 4.x kernel is specified as the header source.
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 096bec9fd6..84ecd72480 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -28,7 +28,7 @@ BINUVERSION ?= "2.25" GDBVERSION ?= "7.9%" GLIBCVERSION ?= "2.21" UCLIBCVERSION ?= "0.9.33+git%" -LINUXLIBCVERSION ?= "3.19" +LINUXLIBCVERSION ?= "4.1" PREFERRED_VERSION_gcc ?= "${GCCVERSION}" PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |