summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_5.10.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-10-13 08:41:36 -0300
committerGitHub <noreply@github.com>2021-10-13 08:41:36 -0300
commit469d6c958c76ea235b3d3c1527e797ce3a7392e3 (patch)
treeaab4283d5fbc2ebcd36635651deb8856a497af9d /recipes-kernel/linux/linux-imx_5.10.bb
parent87931f3d9368b400561d3c80ab5517f4d7c3468b (diff)
parent7a0d46d87a49cab6f97ffcead7ecc74f6202d98c (diff)
downloadmeta-freescale-469d6c958c76ea235b3d3c1527e797ce3a7392e3.tar.gz
Merge pull request #880 from Freescale/backport-879-to-hardknott
[Backport hardknott] linux-imx*: upgrade to 5.10.52
Diffstat (limited to 'recipes-kernel/linux/linux-imx_5.10.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_5.10.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx_5.10.bb b/recipes-kernel/linux/linux-imx_5.10.bb
index 68344e4e..62ecf4bc 100644
--- a/recipes-kernel/linux/linux-imx_5.10.bb
+++ b/recipes-kernel/linux/linux-imx_5.10.bb
@@ -18,15 +18,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
18DEPENDS += "lzop-native bc-native" 18DEPENDS += "lzop-native bc-native"
19 19
20SRCBRANCH = "lf-5.10.y" 20SRCBRANCH = "lf-5.10.y"
21LOCALVERSION = "-5.10.35-2.0.0" 21LOCALVERSION = "-5.10.52-2.1.0"
22SRCREV = "ef3f2cfc6010c13feb40cfb7fd7490832cf86f45" 22SRCREV = "a11753a89ec610768301d4070e10b8bd60fde8cd"
23 23
24# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 24# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
25# required by kernel-yocto.bbclass. 25# required by kernel-yocto.bbclass.
26# 26#
27# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 27# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
28# should be updated once patchlevel is merged. 28# should be updated once patchlevel is merged.
29LINUX_VERSION = "5.10.35" 29LINUX_VERSION = "5.10.52"
30 30
31DEFAULT_PREFERENCE = "1" 31DEFAULT_PREFERENCE = "1"
32 32