* [meta-ti][master][PATCH] linux-bb.org_6.12: Backport C23 compile fix from linux-stable
@ 2026-03-17 22:24 Ryan Eatmon
2026-03-17 22:25 ` PRC Automation
2026-03-17 22:26 ` Denys Dmytriyenko
0 siblings, 2 replies; 4+ messages in thread
From: Ryan Eatmon @ 2026-03-17 22:24 UTC (permalink / raw)
To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
A recent change in oe-core [1] to glibc 2.43 has introduced a build
error with 6.12 kernels. Backport a patch [2] from linux-stable to
address this.
[1] https://git.openembedded.org/openembedded-core/commit/?id=f791d6c52870f3571e740ff7818d45bb0a717934
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.12.y&id=3dedeeecd1ae42a751721d83dc21877122cc1795
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
.../files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch | 0
meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb | 2 ++
2 files changed, 2 insertions(+)
copy {meta-ti-bsp => meta-beagle}/recipes-kernel/linux/files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch (100%)
diff --git a/meta-ti-bsp/recipes-kernel/linux/files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch b/meta-beagle/recipes-kernel/linux/files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch
similarity index 100%
copy from meta-ti-bsp/recipes-kernel/linux/files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch
copy to meta-beagle/recipes-kernel/linux/files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch
diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
index 64b11045..77097d83 100644
--- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
+++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
@@ -65,3 +65,5 @@ PV:aarch64 = "6.12.43+git"
BRANCH:aarch64 = "v6.12.43-ti-arm64-r54"
KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"
+
+SRC_URI += "file://0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch"
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-ti][master][PATCH] linux-bb.org_6.12: Backport C23 compile fix from linux-stable
2026-03-17 22:24 [meta-ti][master][PATCH] linux-bb.org_6.12: Backport C23 compile fix from linux-stable Ryan Eatmon
@ 2026-03-17 22:25 ` PRC Automation
2026-03-17 22:28 ` Denys Dmytriyenko
2026-03-17 22:26 ` Denys Dmytriyenko
1 sibling, 1 reply; 4+ messages in thread
From: PRC Automation @ 2026-03-17 22:25 UTC (permalink / raw)
To: Ryan Eatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
meta-ti / na / 20260317222406.1972700-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] linux-bb.org_6.12: Backport C23 compile fix from linux-stable
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Tue, 17 Mar 2026 17:24:06 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: db4527709c8b125dc20eee0bb76a93d0a5351a97
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: linux-bb.org_6.12: Backport C23 compile fix from linux-stable
- Commit SHA: 9f6426914740d4aa5170bac2d1f7d5f0621135d9
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: Layer meta-ti-bsp is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-ti][master][PATCH] linux-bb.org_6.12: Backport C23 compile fix from linux-stable
2026-03-17 22:24 [meta-ti][master][PATCH] linux-bb.org_6.12: Backport C23 compile fix from linux-stable Ryan Eatmon
2026-03-17 22:25 ` PRC Automation
@ 2026-03-17 22:26 ` Denys Dmytriyenko
1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2026-03-17 22:26 UTC (permalink / raw)
To: reatmon; +Cc: Praneeth Bajjuri, meta-ti
On Tue, Mar 17, 2026 at 05:24:06PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> A recent change in oe-core [1] to glibc 2.43 has introduced a build
> error with 6.12 kernels. Backport a patch [2] from linux-stable to
> address this.
>
> [1] https://git.openembedded.org/openembedded-core/commit/?id=f791d6c52870f3571e740ff7818d45bb0a717934
> [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.12.y&id=3dedeeecd1ae42a751721d83dc21877122cc1795
>
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Reviewed-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
> ---
> .../files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch | 0
> meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb | 2 ++
> 2 files changed, 2 insertions(+)
> copy {meta-ti-bsp => meta-beagle}/recipes-kernel/linux/files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch (100%)
>
> diff --git a/meta-ti-bsp/recipes-kernel/linux/files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch b/meta-beagle/recipes-kernel/linux/files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch
> similarity index 100%
> copy from meta-ti-bsp/recipes-kernel/linux/files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch
> copy to meta-beagle/recipes-kernel/linux/files/0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch
> diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
> index 64b11045..77097d83 100644
> --- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
> +++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
> @@ -65,3 +65,5 @@ PV:aarch64 = "6.12.43+git"
> BRANCH:aarch64 = "v6.12.43-ti-arm64-r54"
>
> KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"
> +
> +SRC_URI += "file://0001-libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch"
> --
> 2.43.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-ti][master][PATCH] linux-bb.org_6.12: Backport C23 compile fix from linux-stable
2026-03-17 22:25 ` PRC Automation
@ 2026-03-17 22:28 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2026-03-17 22:28 UTC (permalink / raw)
To: prc; +Cc: Ryan Eatmon, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
On Tue, Mar 17, 2026 at 05:25:57PM -0500, PRC Automation via lists.yoctoproject.org wrote:
> meta-ti / na / 20260317222406.1972700-1-reatmon
>
> PRC Results: FAIL
>
> =========================================================
> check-yocto-patches: PASS
> =========================================================
> Patches
> ----------------------------------------
> All patches passed
>
>
>
> =========================================================
> apply-yocto-patch: PASS
> =========================================================
> master
> =====================
> Summary:
> - Patch Series: [meta-ti][master][PATCH] linux-bb.org_6.12: Backport C23 compile fix from linux-stable
> - Submitter: From: Ryan Eatmon <reatmon@ti.com>
> - Date: Date: Tue, 17 Mar 2026 17:24:06 -0500
> - Num Patches: 1
> - Mailing List (public inbox) Commit SHA: db4527709c8b125dc20eee0bb76a93d0a5351a97
>
> Applied to:
> - Repository: lcpd-prc-meta-ti
> - Base Branch: master-wip
> - Commit Author: Ryan Eatmon <reatmon@ti.com>
> - Commit Subject: linux-bb.org_6.12: Backport C23 compile fix from linux-stable
> - Commit SHA: 9f6426914740d4aa5170bac2d1f7d5f0621135d9
>
> Patches
> ----------------------------------------
> All patches applied
>
>
>
> =========================================================
> check-yocto-repo: PASS
> =========================================================
> master
> =====================
> PASS
>
>
>
> =========================================================
> yocto-check-layers: FAIL
> =========================================================
> master - FAIL
> =====================
> ERROR: Layer meta-ti-bsp is not compatible with the core layer which only
> supports these series: wrynose (layer is compatible with whinlatter)
Bwha-ha-ha! This just got merged...
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-03-17 22:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 22:24 [meta-ti][master][PATCH] linux-bb.org_6.12: Backport C23 compile fix from linux-stable Ryan Eatmon
2026-03-17 22:25 ` PRC Automation
2026-03-17 22:28 ` Denys Dmytriyenko
2026-03-17 22:26 ` Denys Dmytriyenko
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.