diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2025-05-16 20:54:25 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-19 12:03:13 -0500 |
commit | ab26a1c5f1906c8901001a2e6c8256ae2e40adf1 (patch) | |
tree | b219378d3fc625d25e75e0d4c9bb1cd22f20db1d | |
parent | 1c8bf21f4b756227c88c423303d449c33567701a (diff) | |
download | meta-ti-ab26a1c5f1906c8901001a2e6c8256ae2e40adf1.tar.gz |
linux-bb.org: bump to the latest 6.6
Update BB.org BSP to the latest 6.6 LTS.
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.6.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb index c50802e4..3183a0bd 100644 --- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb +++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb | |||
@@ -55,15 +55,15 @@ ${DT_VENDOR_PREFIX}PB-MIKROBUS-1.dtbo \ | |||
55 | 55 | ||
56 | S = "${WORKDIR}/git" | 56 | S = "${WORKDIR}/git" |
57 | 57 | ||
58 | # 6.6.32 version for 32-bit | 58 | # 6.6.58 version for 32-bit |
59 | SRCREV:armv7a = "525684d28fadc2bdae5424f28b219377bd5d4639" | 59 | SRCREV:armv7a = "0d043a88f69f48789e43526d7a807ab744708071" |
60 | PV:armv7a = "6.6.32+git" | 60 | PV:armv7a = "6.6.58+git" |
61 | BRANCH:armv7a = "v6.6.32-ti-arm32-r7" | 61 | BRANCH:armv7a = "v6.6.58-ti-arm32-r10" |
62 | 62 | ||
63 | # 6.6.58 version for 64-bit | 63 | # 6.6.58 version for 64-bit |
64 | SRCREV:aarch64 = "9beffa9162f6a0f5de7e25bbb66026a579376428" | 64 | SRCREV:aarch64 = "0987ef737c9812374607475972f0868b8fecbbf7" |
65 | PV:aarch64 = "6.6.58+git" | 65 | PV:aarch64 = "6.6.58+git" |
66 | BRANCH:aarch64 = "v6.6.58-ti-arm64-r16" | 66 | BRANCH:aarch64 = "v6.6.58-ti-arm64-r23" |
67 | 67 | ||
68 | KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git" | 68 | KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git" |
69 | 69 | ||