diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-12 11:29:11 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-12 11:31:30 -0500 |
commit | c4051000e90b00612beffab72bb07b7b46e65897 (patch) | |
tree | e6708cee031be68cb53bf7715aadb8a1a7f986e9 | |
parent | d329fc37da2b0cee7929b6e93e98270f4c55c411 (diff) | |
download | meta-ti-c4051000e90b00612beffab72bb07b7b46e65897.tar.gz |
linux-ti-staging-rt_6.12: Add PV tracking for ARM32
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>
-rw-r--r-- | meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.12.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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:" | |||
8 | 8 | ||
9 | BRANCH_ARM32 = "ti-rt-linux-6.12.y-arm32" | 9 | BRANCH_ARM32 = "ti-rt-linux-6.12.y-arm32" |
10 | SRCREV_ARM32 = "f0e4f5ca0905956c70779b31663f594c08c6a3bc" | 10 | SRCREV_ARM32 = "f0e4f5ca0905956c70779b31663f594c08c6a3bc" |
11 | PV_ARM32 = "6.12.35+git" | ||
11 | 12 | ||
12 | BRANCH:ti33x = "${BRANCH_ARM32}" | 13 | BRANCH:ti33x = "${BRANCH_ARM32}" |
13 | BRANCH:ti43x = "${BRANCH_ARM32}" | 14 | BRANCH:ti43x = "${BRANCH_ARM32}" |
@@ -17,4 +18,8 @@ SRCREV:ti33x = "${SRCREV_ARM32}" | |||
17 | SRCREV:ti43x = "${SRCREV_ARM32}" | 18 | SRCREV:ti43x = "${SRCREV_ARM32}" |
18 | SRCREV:am57xx = "${SRCREV_ARM32}" | 19 | SRCREV:am57xx = "${SRCREV_ARM32}" |
19 | 20 | ||
21 | PV:ti33x = "${PV_ARM32}" | ||
22 | PV:ti43x = "${PV_ARM32}" | ||
23 | PV:am57xx = "${PV_ARM32}" | ||
24 | |||
20 | include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''} | 25 | include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''} |