diff options
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_5.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.4.bb b/recipes-kernel/linux/linux-fslc-imx_5.4.bb index 2a0b06f5..03d46758 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.4.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.4.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.4.142 | 31 | # tag: v5.4.143 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -86,14 +86,14 @@ LICENSE = "GPLv2" | |||
86 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 86 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
87 | 87 | ||
88 | KBRANCH = "5.4-2.3.x-imx" | 88 | KBRANCH = "5.4-2.3.x-imx" |
89 | SRCREV = "4d7089e573e63cefc3a71bc91bb8eb932d3a9348" | 89 | SRCREV = "992eac2c403de62a640246018204afc58180ab5e" |
90 | 90 | ||
91 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 91 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
92 | # required by kernel-yocto.bbclass. | 92 | # required by kernel-yocto.bbclass. |
93 | # | 93 | # |
94 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 94 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
95 | # should be updated once patchlevel is merged. | 95 | # should be updated once patchlevel is merged. |
96 | LINUX_VERSION = "5.4.142" | 96 | LINUX_VERSION = "5.4.143" |
97 | 97 | ||
98 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 98 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
99 | LOCALVERSION = "-5.4.70-2.3.0" | 99 | LOCALVERSION = "-5.4.70-2.3.0" |