diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-05-13 22:06:19 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-19 15:44:17 -0300 |
commit | 21a7096d13317d0f8e759bc247fe94598b62c2c0 (patch) | |
tree | a0803969783eb44d737c34fa754736b2a2e8f8dd | |
parent | d8f12ddf02ba0feb719801d265590980e4b0fc19 (diff) | |
download | meta-freescale-21a7096d13317d0f8e759bc247fe94598b62c2c0.tar.gz |
linux-fslc-imx: upgrade kernel to v5.4.41
Kernel repository has been upgraded to the v5.4.41 tag from korg
Tracking information is updated with the new stable tag.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
-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 8ca61257..e0a0db46 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.39 | 31 | # tag: v5.4.41 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -58,14 +58,14 @@ LICENSE = "GPLv2" | |||
58 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 58 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
59 | 59 | ||
60 | SRCBRANCH = "5.4-1.0.0-imx" | 60 | SRCBRANCH = "5.4-1.0.0-imx" |
61 | SRCREV = "e0743cf91d9e44a810e6f86d22db2bfc89e5016d" | 61 | SRCREV = "ec7a9ec0c94bf10ce1e80e12f1dc1833c5e13b15" |
62 | 62 | ||
63 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 63 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
64 | # required by kernel-yocto.bbclass. | 64 | # required by kernel-yocto.bbclass. |
65 | # | 65 | # |
66 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 66 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
67 | # should be updated once patchlevel is merged. | 67 | # should be updated once patchlevel is merged. |
68 | LINUX_VERSION = "5.4.39" | 68 | LINUX_VERSION = "5.4.41" |
69 | 69 | ||
70 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 70 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
71 | LOCALVERSION = "-lf-5.4.y" | 71 | LOCALVERSION = "-lf-5.4.y" |