mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
linux-libc-headers: update to 5.x headers
Updating the linux-libc-headers to the 5.x kernel variant to match the latest reference kernel in the 2.7 release. We have two patches refreshed for context changes, and three patches dropped since they have been merged to the mainline kernel and are no longer necessary. (From OE-Core rev: f6c825c41e3d4c14ae4ba0b2a07cc41d538e0d61) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
04bfce60c8
commit
c2fecb0a51
@@ -38,6 +38,8 @@ python __anonymous () {
|
||||
d.setVar("HEADER_FETCH_VER", "3.0")
|
||||
elif major == "4":
|
||||
d.setVar("HEADER_FETCH_VER", "4.x")
|
||||
elif major == "5":
|
||||
d.setVar("HEADER_FETCH_VER", "5.x")
|
||||
else:
|
||||
d.setVar("HEADER_FETCH_VER", "2.6")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user