summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-08-03 22:23:22 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-08-03 19:32:55 -0300
commit7164e5959daa04c3df4d0a330cf23faafeb2cda9 (patch)
tree4bdaa7739ce1583ed03572504dedf54278523b49
parent00c3b842c29afe4c7db1f946b5a50ec5b660ad9f (diff)
downloadmeta-freescale-7164e5959daa04c3df4d0a330cf23faafeb2cda9.tar.gz
linux-fslc-imx: update to v5.4.55 + patches from 5.8
Kernel repository has been upgraded upto and including v5.4.55 tag from korg. Tracking information is updated with the new stable tag. This revision also contains following cherry-pick(s) from upstream: - 39efdd94e314 libtraceevent: Fix build with binutils 2.35 Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb7
1 files changed, 4 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 ef3a7d52..0ee115b0 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.51 31# tag: v5.4.55
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -44,6 +44,7 @@ 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# d40fb1b86571 libtraceevent: Fix build with binutils 2.35
47# 285869ec9087 ARM: dts: imx6ul-kontron-n6x1x-s: Remove an obsolete comment and fix indentation 48# 285869ec9087 ARM: dts: imx6ul-kontron-n6x1x-s: Remove an obsolete comment and fix indentation
48# f03791085754 ARM: dts: imx6ul-kontron-n6x1x-s: Add vbus-supply and overcurrent polarity to usb nodes 49# f03791085754 ARM: dts: imx6ul-kontron-n6x1x-s: Add vbus-supply and overcurrent polarity to usb nodes
49# 67e44952c670 ARM: dts: imx6ul-kontron-n6x1x: Add 'chosen' node with 'stdout-path' 50# 67e44952c670 ARM: dts: imx6ul-kontron-n6x1x: Add 'chosen' node with 'stdout-path'
@@ -69,14 +70,14 @@ LICENSE = "GPLv2"
69LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 70LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
70 71
71SRCBRANCH = "5.4-1.0.0-imx" 72SRCBRANCH = "5.4-1.0.0-imx"
72SRCREV = "9fb52fae75909b9ca83b2a04e824f97d2df85302" 73SRCREV = "84b7307a4801afd90732666a29ce61f748c452b4"
73 74
74# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 75# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
75# required by kernel-yocto.bbclass. 76# required by kernel-yocto.bbclass.
76# 77#
77# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 78# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
78# should be updated once patchlevel is merged. 79# should be updated once patchlevel is merged.
79LINUX_VERSION = "5.4.51" 80LINUX_VERSION = "5.4.55"
80 81
81# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 82# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
82LOCALVERSION = "-lf-5.4.y" 83LOCALVERSION = "-lf-5.4.y"