summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-06-03 22:06:41 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-06-03 21:58:26 -0300
commit0a0e00b3a3e0eff9a5a21eba7162b820ab29eb67 (patch)
tree5cfb606a5bed4ddbd91be5d6d799141068ce1f79 /recipes-kernel/linux
parentb70a1843fa453ca6d05fe896fdd2404b685e81fc (diff)
downloadmeta-freescale-0a0e00b3a3e0eff9a5a21eba7162b820ab29eb67.tar.gz
linux-fslc-imx: update to v5.4.44
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>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.4.bb b/recipes-kernel/linux/linux-fslc-imx_5.4.bb
index eddd1187..2869d685 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.43 31# tag: v5.4.44
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -44,7 +44,6 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
44# ------------------------------------------------------------------------------ 44# ------------------------------------------------------------------------------
45# 3. Critical patches (SHA(s)) 45# 3. Critical patches (SHA(s))
46# ------------------------------------------------------------------------------ 46# ------------------------------------------------------------------------------
47# 7cf8871cd7d0 perf: Make perf able to build with latest libbfd
48# 285869ec9087 ARM: dts: imx6ul-kontron-n6x1x-s: Remove an obsolete comment and fix indentation 47# 285869ec9087 ARM: dts: imx6ul-kontron-n6x1x-s: Remove an obsolete comment and fix indentation
49# f03791085754 ARM: dts: imx6ul-kontron-n6x1x-s: Add vbus-supply and overcurrent polarity to usb nodes 48# f03791085754 ARM: dts: imx6ul-kontron-n6x1x-s: Add vbus-supply and overcurrent polarity to usb nodes
50# 67e44952c670 ARM: dts: imx6ul-kontron-n6x1x: Add 'chosen' node with 'stdout-path' 49# 67e44952c670 ARM: dts: imx6ul-kontron-n6x1x: Add 'chosen' node with 'stdout-path'
@@ -70,14 +69,14 @@ LICENSE = "GPLv2"
70LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 69LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
71 70
72SRCBRANCH = "5.4-1.0.0-imx" 71SRCBRANCH = "5.4-1.0.0-imx"
73SRCREV = "eea55cca78493df0cd74256c8389def9063826f7" 72SRCREV = "067b7d3c4d293e901aac09f0f769744be73a7fb2"
74 73
75# 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
76# required by kernel-yocto.bbclass. 75# required by kernel-yocto.bbclass.
77# 76#
78# 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
79# should be updated once patchlevel is merged. 78# should be updated once patchlevel is merged.
80LINUX_VERSION = "5.4.43" 79LINUX_VERSION = "5.4.44"
81 80
82# 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.
83LOCALVERSION = "-lf-5.4.y" 82LOCALVERSION = "-lf-5.4.y"