diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-12-13 18:31:59 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-12-16 08:47:11 -0600 |
commit | d8f72948e06a7924741c8207efc4b07c3bbf6201 (patch) | |
tree | 502b24ab0c5319744811886bb560d750c731731a | |
parent | 4ea03b03a683bd62e624e22d11652ccd54352c2b (diff) | |
download | meta-ti-d8f72948e06a7924741c8207efc4b07c3bbf6201.tar.gz |
linux-bb.org: update Beagle BSP to 6.1.83
Update Beagle BSP to the latest 6.1.83 kernel version.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
-rw-r--r-- | meta-beagle/recipes-kernel/linux/linux-bb.org_git.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_git.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_git.bb index ef79bfb7..986eda68 100644 --- a/meta-beagle/recipes-kernel/linux/linux-bb.org_git.bb +++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_git.bb | |||
@@ -52,14 +52,14 @@ PB-MIKROBUS-1.dtbo \ | |||
52 | 52 | ||
53 | S = "${WORKDIR}/git" | 53 | S = "${WORKDIR}/git" |
54 | 54 | ||
55 | # 6.1.80 version for 32-bit | 55 | # 6.1.83 version for 32-bit |
56 | SRCREV:armv7a = "4ca9ea30768d58c8d4d56d03dd1eaf8c8feb7ef9" | 56 | SRCREV:armv7a = "be9b910b08dfd674e47a2643f35080b005ac3792" |
57 | PV:armv7a = "6.1.80+git" | 57 | PV:armv7a = "6.1.83+git" |
58 | BRANCH:armv7a = "v6.1.80-ti-r34" | 58 | BRANCH:armv7a = "v6.1.83-ti-r35" |
59 | 59 | ||
60 | # 6.1.80 version for 64-bit | 60 | # 6.1.83 version for 64-bit |
61 | SRCREV:aarch64 = "977c75e082620f15c06c72bcced30f787c14b390" | 61 | SRCREV:aarch64 = "135558243d5a98ed39812b797d2ba6295ef3b86a" |
62 | PV:aarch64 = "6.1.80+git" | 62 | PV:aarch64 = "6.1.83+git" |
63 | BRANCH:aarch64 = "v6.1.80-ti-arm64-r49" | 63 | BRANCH:aarch64 = "v6.1.83-ti-arm64-r64" |
64 | 64 | ||
65 | KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git" | 65 | KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git" |