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.

(From OE-Core rev: 3143920c541b55b543b9dcc12b18af4e0e4b7ae1)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield 2015-07-21 11:21:06 -04:00 committed by Richard Purdie
parent c56cb31565
commit 9120130eab
4 changed files with 10 additions and 8 deletions

View File

@ -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}"

View File

@ -35,6 +35,8 @@ python __anonymous () {
major = d.getVar("PV",True).split('.')[0]
if major == "3":
d.setVar("HEADER_FETCH_VER", "3.0")
elif major == "4":
d.setVar("HEADER_FETCH_VER", "4.x")
else:
d.setVar("HEADER_FETCH_VER", "2.6")
}

View File

@ -1,7 +0,0 @@
KORG_ARCHIVE_COMPRESSION = "xz"
require linux-libc-headers.inc
SRC_URI[md5sum] = "d3fc8316d4d4d04b65cbc2d70799e763"
SRC_URI[sha256sum] = "be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c"

View File

@ -0,0 +1,7 @@
KORG_ARCHIVE_COMPRESSION = "xz"
require linux-libc-headers.inc
SRC_URI[md5sum] = "fe9dc0f6729f36400ea81aa41d614c37"
SRC_URI[sha256sum] = "caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f"