diff options
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_5.10.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.10.bb b/recipes-kernel/linux/linux-fslc-imx_5.10.bb index b3ed4c6a..88c699ce 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.10.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.10.bb | |||
@@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
28 | # ------------------------------------------------------------------------------ | 28 | # ------------------------------------------------------------------------------ |
29 | # 1. Stable (tag or SHA(s)) | 29 | # 1. Stable (tag or SHA(s)) |
30 | # ------------------------------------------------------------------------------ | 30 | # ------------------------------------------------------------------------------ |
31 | # tag: v5.10.90 | 31 | # tag: v5.10.91 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -73,14 +73,14 @@ LICENSE = "GPLv2" | |||
73 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 73 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
74 | 74 | ||
75 | KBRANCH = "5.10-2.1.x-imx" | 75 | KBRANCH = "5.10-2.1.x-imx" |
76 | SRCREV = "e730e691a1edb8c38004d81b070529224e8df714" | 76 | SRCREV = "3aeaa9e07d590a450f1ffc74f6db21acf1f0a16b" |
77 | 77 | ||
78 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 78 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
79 | # required by kernel-yocto.bbclass. | 79 | # required by kernel-yocto.bbclass. |
80 | # | 80 | # |
81 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 81 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
82 | # should be updated once patchlevel is merged. | 82 | # should be updated once patchlevel is merged. |
83 | LINUX_VERSION = "5.10.90" | 83 | LINUX_VERSION = "5.10.91" |
84 | 84 | ||
85 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 85 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
86 | LOCALVERSION = "-5.10.52-2.1.0" | 86 | LOCALVERSION = "-5.10.52-2.1.0" |