diff options
author | Nishanth Menon <nm@ti.com> | 2021-06-29 18:37:03 -0500 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-07-07 22:23:41 +0000 |
commit | bad7dbba3897adc1c4378e841764c6c604e459cc (patch) | |
tree | 77ba61698df09251be4d4eb5e11d6ba234567f67 | |
parent | d5db41417295fe05a293f6d4d77a65ef6563f6ed (diff) | |
download | meta-ti-bad7dbba3897adc1c4378e841764c6c604e459cc.tar.gz |
linux-ti-mainline: Bump kernel version to v5.13
And lets work with the latest kernel and while at it bump the system up
to latest ti-upstream-tools repo to get:
* AM65x SR1.0 overlay support
* EFI configuration to allow for the eventual support
* Few more cleanups for new architectures that have popped in.
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
-rw-r--r-- | recipes-kernel/linux/linux-ti-mainline_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb index 6770adca..5d043da7 100644 --- a/recipes-kernel/linux/linux-ti-mainline_git.bb +++ b/recipes-kernel/linux/linux-ti-mainline_git.bb | |||
@@ -20,9 +20,9 @@ S = "${WORKDIR}/git" | |||
20 | BRANCH = "master" | 20 | BRANCH = "master" |
21 | TOOLS_BRANCH = "master" | 21 | TOOLS_BRANCH = "master" |
22 | 22 | ||
23 | # 5.12 Mainline version | 23 | # 5.13 Mainline version |
24 | SRCREV = "9f4ad9e425a1d3b6a34617b8ea226d56a119a717" | 24 | SRCREV = "62fb9874f5da54fdb243003b386128037319b219" |
25 | PV = "5.12+git${SRCPV}" | 25 | PV = "5.13+git${SRCPV}" |
26 | 26 | ||
27 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 27 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
28 | MACHINE_KERNEL_PR_append = "b" | 28 | MACHINE_KERNEL_PR_append = "b" |
@@ -36,7 +36,7 @@ SRC_URI += " \ | |||
36 | file://defconfig \ | 36 | file://defconfig \ |
37 | " | 37 | " |
38 | 38 | ||
39 | SRCREV_ti-upstream-tools = "d59b7471d99b806e3dc22342c8f42d5bb33f8cce" | 39 | SRCREV_ti-upstream-tools = "c9b8150cb00a5beb7b7f3e42d0d817aa9392fabd" |
40 | SRCREV_FORMAT = "linux" | 40 | SRCREV_FORMAT = "linux" |
41 | 41 | ||
42 | KERNEL_DEVICETREE = "" | 42 | KERNEL_DEVICETREE = "" |