summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2025-10-23 16:29:47 -0400
committerRyan Eatmon <reatmon@ti.com>2025-10-24 14:08:04 -0500
commit406339d5cef282c49a834c89f5420fd638df9f58 (patch)
treeb5e3d5d3ac72a106d770616038e5f29c0cacc736
parente96ce234d82b84d640823ccd8e77ef500a862cb5 (diff)
downloadmeta-ti-406339d5cef282c49a834c89f5420fd638df9f58.tar.gz
linux-bb.org: update to 6.12.43
Update bb.org kernel to 6.12.43 for 64-bit platforms. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb14
1 files changed, 4 insertions, 10 deletions
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 829dbaad..4a45c271 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
@@ -52,12 +52,6 @@ KERNEL_DEVICETREE:append:armv7a = " \
52 ti/omap/PB-MIKROBUS-1.dtbo \ 52 ti/omap/PB-MIKROBUS-1.dtbo \
53" 53"
54 54
55KERNEL_DEVICETREE:append:aarch64 = " \
56 ti/BONE-I2C1.dtbo \
57 ti/BONE-I2C2.dtbo \
58 ti/BONE-I2C3.dtbo \
59"
60
61S = "${WORKDIR}/git" 55S = "${WORKDIR}/git"
62 56
63# 6.12.34 version for 32-bit 57# 6.12.34 version for 32-bit
@@ -65,9 +59,9 @@ SRCREV:armv7a = "9e419b26243bd7efcd103ae0f6456f828592b34b"
65PV:armv7a = "6.12.34+git" 59PV:armv7a = "6.12.34+git"
66BRANCH:armv7a = "v6.12.34-ti-arm32-r12" 60BRANCH:armv7a = "v6.12.34-ti-arm32-r12"
67 61
68# 6.12.34 version for 64-bit 62# 6.12.43 version for 64-bit
69SRCREV:aarch64 = "9ca36b8c54806a037f357efcd40eaa8399798b05" 63SRCREV:aarch64 = "84c4b4613a852db269620a3fdfed65de90569fa1"
70PV:aarch64 = "6.12.34+git" 64PV:aarch64 = "6.12.43+git"
71BRANCH:aarch64 = "v6.12.34-ti-arm64-r46" 65BRANCH:aarch64 = "v6.12.43-ti-arm64-r54"
72 66
73KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git" 67KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"