diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-12-01 18:37:55 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-12-05 09:36:03 -0600 |
commit | 79d838b42862d566409f8ddb6d2806b4e55a741e (patch) | |
tree | c54b052076c6c7b77af343dfe6a36b201b5b821c /meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb | |
parent | 89b8408d25ef5cb1d20b2e67ab688895efdf25e4 (diff) | |
download | meta-ti-79d838b42862d566409f8ddb6d2806b4e55a741e.tar.gz |
linux-bb.org: update to the latest
Update the BB.org kernel to the latest. Also update BeaglePlay device
tree list, as there were some renames and new additions.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb')
-rw-r--r-- | meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb index 4b921919..cd472036 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb | |||
@@ -19,15 +19,15 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} ${EXTRA_DTC_ARGS}" | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | # 6.1.33 version for 32-bit | 22 | # 6.1.46 version for 32-bit |
23 | SRCREV:armv7a = "feb1c153a9693d44dec5772d134bd2c7986ff95d" | 23 | SRCREV:armv7a = "0df74a0c083222077e8def3ec7e52c75f7eff2f0" |
24 | PV:armv7a = "6.1.33+git${SRCPV}" | 24 | PV:armv7a = "6.1.46+git${SRCPV}" |
25 | BRANCH:armv7a = "v6.1.33-ti-r7" | 25 | BRANCH:armv7a = "v6.1.46-ti-r13" |
26 | 26 | ||
27 | # 6.1.46 version for 64-bit | 27 | # 6.1.46 version for 64-bit |
28 | SRCREV:aarch64 = "0a1e93a38c699fdd3c629d57f5cd015f90ab0d36" | 28 | SRCREV:aarch64 = "f47f74d11b19d8ae2f146de92c258f40e0930d86" |
29 | PV:aarch64 = "6.1.46+git${SRCPV}" | 29 | PV:aarch64 = "6.1.46+git${SRCPV}" |
30 | BRANCH:aarch64 = "v6.1.46-ti-arm64-r9" | 30 | BRANCH:aarch64 = "v6.1.46-ti-arm64-r13" |
31 | 31 | ||
32 | SRC_URI = "git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \ | 32 | SRC_URI = "git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \ |
33 | file://defconfig \ | 33 | file://defconfig \ |