From: Andrey Zhizhikin Date: Wed, 13 May 2020 22:06:19 +0000 (+0000) Subject: linux-fslc-imx: upgrade kernel to v5.4.41 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=21a7096d13317d0f8e759bc247fe94598b62c2c0;p=meta-freescale.git 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 --- 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." # ------------------------------------------------------------------------------ # 1. Stable (tag or SHA(s)) # ------------------------------------------------------------------------------ -# tag: v5.4.39 +# tag: v5.4.41 # # ------------------------------------------------------------------------------ # 2. NXP-specific (tag or SHA(s)) @@ -58,14 +58,14 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" SRCBRANCH = "5.4-1.0.0-imx" -SRCREV = "e0743cf91d9e44a810e6f86d22db2bfc89e5016d" +SRCREV = "ec7a9ec0c94bf10ce1e80e12f1dc1833c5e13b15" # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition # required by kernel-yocto.bbclass. # # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and # should be updated once patchlevel is merged. -LINUX_VERSION = "5.4.39" +LINUX_VERSION = "5.4.41" # Local version indicates the branch name in the NXP kernel tree where patches are collected from. LOCALVERSION = "-lf-5.4.y"