diff mbox series

linux-libc-headers: add 6.x fetch location

Message ID 20221213040554.75001-1-bruce.ashfield@gmail.com
State Accepted, archived
Commit ef19afdc80edc80d76dbbc8a5de5a5b994ff718d
Headers show
Series linux-libc-headers: add 6.x fetch location | expand

Commit Message

Bruce Ashfield Dec. 13, 2022, 4:05 a.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

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 <bruce.ashfield@gmail.com>
---

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 mbox series

Patch

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