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:37:01 -0600 |
commit | adfe5ae841aae4ed6160734f8e4f45347fbfd563 (patch) | |
tree | c15efb6cba1efb174cffb3653c155ffdd03bd59a /meta-ti-bsp/recipes-kernel | |
parent | 30d69054de6902a65d22e8e8da149099ddc0573f (diff) | |
download | meta-ti-adfe5ae841aae4ed6160734f8e4f45347fbfd563.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')
-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 4048e106..9d798b9f 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 = " \ | 32 | SRC_URI = " \ |
33 | git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \ | 33 | git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \ |