diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-12-13 18:31:59 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-12-19 15:54:58 -0600 |
commit | 980b28342ce3d94b5c36ad5aca892ce1b7b028ae (patch) | |
tree | ab48911e63a249f2e290204c488377b0df966f66 | |
parent | 54eecb739672cb5ccf5e696e508f2fc705d40c5e (diff) | |
download | meta-ti-980b28342ce3d94b5c36ad5aca892ce1b7b028ae.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" |