diff options
author | Nishanth Menon <nm@ti.com> | 2021-03-04 10:28:08 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-03-04 18:45:42 -0600 |
commit | 687c4b939795dd11e844aff7b586592d8fde74b4 (patch) | |
tree | a07f1c9a9ae6e9229b249455fa771e19eac6f54d /recipes-kernel | |
parent | cc672ee2e89ff5d1e6bf103aec55400685fd6a2d (diff) | |
download | meta-ti-687c4b939795dd11e844aff7b586592d8fde74b4.tar.gz |
linux-ti-mainline: Bump kernel version to v5.11
And lets work with the latest kernel
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti-mainline_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb index b4881d0d..ed760704 100644 --- a/recipes-kernel/linux/linux-ti-mainline_git.bb +++ b/recipes-kernel/linux/linux-ti-mainline_git.bb | |||
@@ -15,9 +15,9 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | BRANCH = "master" | 16 | BRANCH = "master" |
17 | 17 | ||
18 | # 5.9 Mainline version | 18 | # 5.11 Mainline version |
19 | SRCREV = "bbf5c979011a099af5dc76498918ed7df445635b" | 19 | SRCREV = "f40ddce88593482919761f74910f42f4b84c004b" |
20 | PV = "5.9+git${SRCPV}" | 20 | PV = "5.11+git${SRCPV}" |
21 | 21 | ||
22 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 22 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
23 | MACHINE_KERNEL_PR_append = "a" | 23 | MACHINE_KERNEL_PR_append = "a" |