summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2020-08-11 18:04:24 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-08-11 18:19:00 -0300
commitc1ed935ef9846808d3fe508d1225a6dd3721ec47 (patch)
tree174da22e07e4b803f58da370c4beea963e57439f
parentab69ea97dc82b6c455bab61a2c14111a0d899c29 (diff)
downloadmeta-freescale-c1ed935ef9846808d3fe508d1225a6dd3721ec47.tar.gz
linux-fslc-imx: update to v5.4.56
Kernel repository has been upgraded to the v5.4.56 tag from korg Also includes a revert to the changes applied to pm-imx6 when v5.4.52 was merged (fixing a build failure on iMX6-based devices). Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb6
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 0ee115b0..7e55a73b 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.55 31# tag: v5.4.56
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -70,14 +70,14 @@ LICENSE = "GPLv2"
70LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 70LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
71 71
72SRCBRANCH = "5.4-1.0.0-imx" 72SRCBRANCH = "5.4-1.0.0-imx"
73SRCREV = "84b7307a4801afd90732666a29ce61f748c452b4" 73SRCREV = "e6b34ea3ddd9a96ac7b657ac25fde1cf4b6145b6"
74 74
75# 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
76# required by kernel-yocto.bbclass. 76# required by kernel-yocto.bbclass.
77# 77#
78# 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
79# should be updated once patchlevel is merged. 79# should be updated once patchlevel is merged.
80LINUX_VERSION = "5.4.55" 80LINUX_VERSION = "5.4.56"
81 81
82# 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.
83LOCALVERSION = "-lf-5.4.y" 83LOCALVERSION = "-lf-5.4.y"