diff mbox series

[meta-ti,master/scarthgap] linux-ti-staging-rt_6.12: Add PV tracking for ARM32

Message ID 20250712163121.18401-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/scarthgap] linux-ti-staging-rt_6.12: Add PV tracking for ARM32 | expand

Commit Message

Ryan Eatmon July 12, 2025, 4:31 p.m. UTC
Since the kernel branches could theoretically drift apart, we need to
track the PV of the kernel on the RT branch for the ARM32 platforms as
well.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb
index 3a3df0e6..513b9c0f 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb
@@ -8,6 +8,7 @@  FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.12:"
 
 BRANCH_ARM32 = "ti-rt-linux-6.12.y-arm32"
 SRCREV_ARM32 = "f0e4f5ca0905956c70779b31663f594c08c6a3bc"
+PV_ARM32 = "6.12.35+git"
 
 BRANCH:ti33x = "${BRANCH_ARM32}"
 BRANCH:ti43x = "${BRANCH_ARM32}"
@@ -17,4 +18,8 @@  SRCREV:ti33x = "${SRCREV_ARM32}"
 SRCREV:ti43x = "${SRCREV_ARM32}"
 SRCREV:am57xx = "${SRCREV_ARM32}"
 
+PV:ti33x = "${PV_ARM32}"
+PV:ti43x = "${PV_ARM32}"
+PV:am57xx = "${PV_ARM32}"
+
 include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}