mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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:
committed by
Richard Purdie
parent
c56cb31565
commit
9120130eab
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user