From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [meta][PATCH 02/06] linux-libc-headers: update to 7.2
Date: Fri, 21 Aug 2026 07:25:04 -0400 [thread overview]
Message-ID: <20260821112509.861559-3-bruce.ashfield@gmail.com> (raw)
In-Reply-To: <20260821112509.861559-1-bruce.ashfield@gmail.com>
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Update the sanitized kernel headers to the 7.2 release.
Add a HEADER_FETCH_VER mapping for major version 7 so the tarball is
fetched from the v7.x/ path on the kernel.org mirror; without it the
fetch fell through to the 2.6 default.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
| 2 ++
| 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_6.18.bb => linux-libc-headers_7.2.bb} (80%)
--git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index eeb42b24cc..a9376894de 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -46,6 +46,8 @@ python __anonymous () {
d.setVar("HEADER_FETCH_VER", "5.x")
elif major == "6":
d.setVar("HEADER_FETCH_VER", "6.x")
+ elif major == "7":
+ d.setVar("HEADER_FETCH_VER", "7.x")
else:
d.setVar("HEADER_FETCH_VER", "2.6")
}
--git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.18.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_7.2.bb
similarity index 80%
rename from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.18.bb
rename to meta/recipes-kernel/linux-libc-headers/linux-libc-headers_7.2.bb
index 6a1ec33dc5..90c7b48405 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.18.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_7.2.bb
@@ -8,6 +8,6 @@ SRC_URI:append:libc-musl = "\
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
-SRC_URI[sha256sum] = "9106a4605da9e31ff17659d958782b815f9591ab308d03b0ee21aad6c7dced4b"
+SRC_URI[sha256sum] = "f9fef3d14c0df53819026f4be74459835c2a0b0dcbf5b5bbd9ea19f0829402b3"
--
2.43.0
next prev parent reply other threads:[~2026-08-21 11:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-21 11:25 [PATCH 0/6] kernel-yocto: 6.18 and 7.2 RFC/prep bruce.ashfield
2026-08-21 11:25 ` [meta][PATCH 01/06] linux-yocto/6.18: update to v6.18.44 bruce.ashfield
2026-08-21 11:25 ` bruce.ashfield [this message]
2026-08-21 11:25 ` [meta][PATCH 03/06] linux-yocto/7.2: introduce reference kernel recipes bruce.ashfield
2026-08-21 11:25 ` [meta][PATCH 04/06] kernel-devsrc: strip riscv vdso-cfi-offsets .cmd file bruce.ashfield
2026-08-21 11:25 ` [meta][PATCH 05/06] kernel-devsrc: copy arch/x86 vdso2c sources for on-target prepare bruce.ashfield
2026-08-21 11:25 ` [meta-yocto-bsp][PATCH 06/06] linux-yocto/6.18: update to v6.18.44 bruce.ashfield
2026-08-21 11:33 ` Patchtest results for " patchtest
2026-08-21 15:43 ` [OE-core] [PATCH 0/6] kernel-yocto: 6.18 and 7.2 RFC/prep Khem Raj
2026-08-21 21:51 ` Khem Raj
2026-08-21 21:45 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260821112509.861559-3-bruce.ashfield@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.