summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-libc-headers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-12-12 23:05:54 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 19:45:38 +0000
commitef19afdc80edc80d76dbbc8a5de5a5b994ff718d (patch)
tree08ba69f93778c16c1c1a6e45152de7158e8d8b2a /meta/recipes-kernel/linux-libc-headers
parent19eb1e388fbbe5bfb8462710c745f2bb5446b5b5 (diff)
downloadopenembedded-core-ef19afdc80edc80d76dbbc8a5de5a5b994ff718d.tar.gz
linux-libc-headers: add 6.x fetch location
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> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc2
1 files changed, 2 insertions, 0 deletions
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")
}