From: Bruce Ashfield <[email protected]> The next libc-headers bumps will be in the 6.x series, so we udpate our fetching list to handle that major version number.
Signed-off-by: Bruce Ashfield <[email protected]> --- I'm working through the update to 6.1 as the next LTS kernel, and that includes bumping the libc-headers to match. While testing on both the kernel and headers continues, there's no sense sitting on this patch. Bruce meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index 71778bb4e3..3a8d32e785 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc @@ -44,6 +44,8 @@ python __anonymous () { d.setVar("HEADER_FETCH_VER", "4.x") elif major == "5": d.setVar("HEADER_FETCH_VER", "5.x") + elif major == "6": + d.setVar("HEADER_FETCH_VER", "6.x") else: d.setVar("HEADER_FETCH_VER", "2.6") } -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#174507): https://lists.openembedded.org/g/openembedded-core/message/174507 Mute This Topic: https://lists.openembedded.org/mt/95638834/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
