]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc-imx: update to v5.4.44
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Wed, 3 Jun 2020 22:06:41 +0000 (22:06 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 4 Jun 2020 00:58:26 +0000 (21:58 -0300)
Kernel repository has been updated with v5.4.44 from stable korg, and
patch 7cf8871cd7d0 is applied upstream.

Update kernel recipe and drop applied upstream patch from tracking list.

Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
recipes-kernel/linux/linux-fslc-imx_5.4.bb

index eddd11870e2b64069954d992663bcc9a28a750ec..2869d6852775b38ffd9bacbff1364527c7841a7e 100644 (file)
@@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
 # ------------------------------------------------------------------------------
 # 1. Stable (tag or SHA(s))
 # ------------------------------------------------------------------------------
-#    tag: v5.4.43
+#    tag: v5.4.44
 #
 # ------------------------------------------------------------------------------
 # 2. NXP-specific (tag or SHA(s))
@@ -44,7 +44,6 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
 # ------------------------------------------------------------------------------
 # 3. Critical patches (SHA(s))
 # ------------------------------------------------------------------------------
-#    7cf8871cd7d0 perf: Make perf able to build with latest libbfd
 #    285869ec9087 ARM: dts: imx6ul-kontron-n6x1x-s: Remove an obsolete comment and fix indentation
 #    f03791085754 ARM: dts: imx6ul-kontron-n6x1x-s: Add vbus-supply and overcurrent polarity to usb nodes
 #    67e44952c670 ARM: dts: imx6ul-kontron-n6x1x: Add 'chosen' node with 'stdout-path'
@@ -70,14 +69,14 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 
 SRCBRANCH = "5.4-1.0.0-imx"
-SRCREV = "eea55cca78493df0cd74256c8389def9063826f7"
+SRCREV = "067b7d3c4d293e901aac09f0f769744be73a7fb2"
 
 # 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.43"
+LINUX_VERSION = "5.4.44"
 
 # Local version indicates the branch name in the NXP kernel tree where patches are collected from.
 LOCALVERSION = "-lf-5.4.y"