From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7 v2] linux-yocto: consolidated pull request
Date: Wed, 2 Sep 2026 09:22:57 -0400 [thread overview]
Message-ID: <20260902132305.3685228-1-bruce.ashfield@gmail.com> (raw)
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Hi all,
Here's the next set of linux-yocto patches.
I've addressed the reported issues with the 7.2 series:
- configuration warnings
- fixed devsrc for 32 bit x86 kernels
- fixed the rust QA warning
I've also bumped to 7.2.2, and included a 6.18 bump in this series.
A note about the rust QA fix (it is covered in the commit itself)
... but I'll summarize it here:
Between the 6.18 and 7.2 kernel this commit: dda135077ecc9 ("rust:
build: remap path to avoid absolute path") was done, and it restricts
rustc path remapping to macro scope. That leaves build paths in the
DWARF debug info of rust objects.
In our builds that is what triggerse buildpaths QA check on kernel-dbg
(samples/rust/*.ko and vmlinux)
The gotcha is that the kenrel Makefile is structured in such a way
that I can't fix it from the recipe or bbclasses, I did a kernel patch
for linux-yocto, and will send it upstream once I'm convinced it is the
right thing (and have checked that no one else is hitting this yet).
The linux-yocto patch widens the scope to 'all' so rust debug info is
remapped like C, restoring the pre-7.x.
Cheers,
Bruce
openembedded-core (6):
linux-yocto/7.2: introduce reference kernel recipes
linux-yocto/7.2: BSPs: fix configuration warnings
linux-yocto/7.2: update to v7.2.2
linux-yocto/7.2: remap rust debug info paths
kernel-devsrc: ship tools/include for archscripts host tools
linux-yocto/6.18: update to v6.18.48
meta-yocto (1):
linux-yocto/6.18: update to v6.18.48
openembedded-core:
meta/recipes-kernel/linux/kernel-devsrc.bb | 7 +++++--
meta/recipes-kernel/linux/linux-yocto-rt_6.18.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-rt_7.2.bb | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
meta/recipes-kernel/linux/linux-yocto-tiny_6.18.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_7.2.bb | 34 ++++++++++++++++++++++++++++++++++
meta/recipes-kernel/linux/linux-yocto_6.18.bb | 24 ++++++++++++------------
meta/recipes-kernel/linux/linux-yocto_7.2.bb | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 184 insertions(+), 20 deletions(-)
meta-yocto:
meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.18.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.43.0
next reply other threads:[~2026-09-02 13:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-02 13:22 bruce.ashfield [this message]
2026-09-02 13:22 ` [meta][PATCH 01/07] linux-yocto/7.2: introduce reference kernel recipes bruce.ashfield
2026-09-02 13:22 ` [meta][PATCH 02/07] linux-yocto/7.2: BSPs: fix configuration warnings bruce.ashfield
2026-09-02 13:23 ` [meta][PATCH 03/07] linux-yocto/7.2: update to v7.2.2 bruce.ashfield
2026-09-02 13:23 ` [meta][PATCH 04/07] linux-yocto/7.2: remap rust debug info paths bruce.ashfield
2026-09-02 13:23 ` [meta][PATCH 05/07] kernel-devsrc: ship tools/include for archscripts host tools bruce.ashfield
2026-09-02 13:23 ` [meta][PATCH 06/07] linux-yocto/6.18: update to v6.18.48 bruce.ashfield
2026-09-02 13:23 ` [meta-yocto-bsp][PATCH 07/07] " bruce.ashfield
2026-09-02 13:35 ` Patchtest results for " patchtest
2026-09-02 13:52 ` [OE-core] [PATCH 0/7 v2] linux-yocto: consolidated pull request Mikko Rapeli
2026-09-02 14:18 ` Bruce Ashfield
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=20260902132305.3685228-1-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox