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 2869d685..65ab27c6 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.44 | 31 | # tag: v5.4.45 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -69,14 +69,14 @@ LICENSE = "GPLv2" | |||
69 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 69 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
70 | 70 | ||
71 | SRCBRANCH = "5.4-1.0.0-imx" | 71 | SRCBRANCH = "5.4-1.0.0-imx" |
72 | SRCREV = "067b7d3c4d293e901aac09f0f769744be73a7fb2" | 72 | SRCREV = "cc606300584ba11819b9ad31e53c05c22a033158" |
73 | 73 | ||
74 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 74 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
75 | # required by kernel-yocto.bbclass. | 75 | # required by kernel-yocto.bbclass. |
76 | # | 76 | # |
77 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 77 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
78 | # should be updated once patchlevel is merged. | 78 | # should be updated once patchlevel is merged. |
79 | LINUX_VERSION = "5.4.44" | 79 | LINUX_VERSION = "5.4.45" |
80 | 80 | ||
81 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 81 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
82 | LOCALVERSION = "-lf-5.4.y" | 82 | LOCALVERSION = "-lf-5.4.y" |