summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 958693c5..5dffdf80 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.74 31# tag: v5.4.75
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -38,6 +38,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
38# ------------------------------------------------------------------------------ 38# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s)) 39# 3. Critical patches (SHA(s))
40# ------------------------------------------------------------------------------ 40# ------------------------------------------------------------------------------
41# 391a7c6dfd13 irq-imx-irqsteer: fix compile error if CONFIG_PM_SLEEP is not set
41# b3d088d2f8fa fbdev: fix fbinfo flag dropped upstream 42# b3d088d2f8fa fbdev: fix fbinfo flag dropped upstream
42# c874333fa0be arm64: dts: imx8mp: Add fallback compatible to ocotp node 43# c874333fa0be arm64: dts: imx8mp: Add fallback compatible to ocotp node
43# 55abb34c9faf arm64: dts: imx8m: change ocotp node name on i.MX8M SoCs 44# 55abb34c9faf arm64: dts: imx8m: change ocotp node name on i.MX8M SoCs
@@ -72,14 +73,14 @@ LICENSE = "GPLv2"
72LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 73LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
73 74
74SRCBRANCH = "5.4-2.1.x-imx" 75SRCBRANCH = "5.4-2.1.x-imx"
75SRCREV = "70d1232fdbe28e4c765c4cfc3cc5c7580959d5e0" 76SRCREV = "ad4c64e47c85a8e6d16ab61aa45d4bd4b645228d"
76 77
77# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 78# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
78# required by kernel-yocto.bbclass. 79# required by kernel-yocto.bbclass.
79# 80#
80# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 81# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
81# should be updated once patchlevel is merged. 82# should be updated once patchlevel is merged.
82LINUX_VERSION = "5.4.74" 83LINUX_VERSION = "5.4.75"
83 84
84# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 85# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
85LOCALVERSION = "-imx-5.4.24-2.1.0" 86LOCALVERSION = "-imx-5.4.24-2.1.0"