@@ -6,4 +6,15 @@ KERNEL_LOCALVERSION:append = "-rt"
# This will have priority over generic non-rt path
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.12:"
+BRANCH_ARM32 = "ti-rt-linux-6.12.y-arm32"
+SRCREV_ARM32 = "f0e4f5ca0905956c70779b31663f594c08c6a3bc"
+
+BRANCH:ti33x = "${BRANCH_ARM32}"
+BRANCH:ti43x = "${BRANCH_ARM32}"
+BRANCH:am57xx = "${BRANCH_ARM32}"
+
+SRCREV:ti33x = "${SRCREV_ARM32}"
+SRCREV:ti43x = "${SRCREV_ARM32}"
+SRCREV:am57xx = "${SRCREV_ARM32}"
+
include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''}
While all ARM64 devices use the same branch for RT and non-RT builds, the ARM32 devices have a separate branch for RT Kernel which is "ti-rt-linux-6.12.y-arm32". Update the BRANCH and SRCREV for ARM32 devices for RT builds. Signed-off-by: Beleswar Padhi <b-padhi@ti.com> --- v2: Changelog: Ryan: 1. Update RT branch for all ARM32 devices (ti33x, ti43x and am57xx) 2. Update commit message to make it generic to ARM32 3. Shorten subject message. Link to v1: https://lore.kernel.org/all/20250710093957.3740966-1-b-padhi@ti.com/ .../recipes-kernel/linux/linux-ti-staging-rt_6.12.bb | 11 +++++++++++ 1 file changed, 11 insertions(+)