summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb8
1 files changed, 4 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 241ca675..0f083833 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))
@@ -44,7 +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# 391a7c6dfd13 irq-imx-irqsteer: fix compile error if CONFIG_PM_SLEEP is not set 47# 7642303e41c1 irq-imx-irqsteer: fix compile error if CONFIG_PM_SLEEP is not set
48# b3d088d2f8fa fbdev: fix fbinfo flag dropped upstream 48# b3d088d2f8fa fbdev: fix fbinfo flag dropped upstream
49# c874333fa0be arm64: dts: imx8mp: Add fallback compatible to ocotp node 49# c874333fa0be arm64: dts: imx8mp: Add fallback compatible to ocotp node
50# 55abb34c9faf arm64: dts: imx8m: change ocotp node name on i.MX8M SoCs 50# 55abb34c9faf arm64: dts: imx8m: change ocotp node name on i.MX8M SoCs
@@ -79,14 +79,14 @@ LICENSE = "GPLv2"
79LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 79LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
80 80
81SRCBRANCH = "5.4-2.2.x-imx" 81SRCBRANCH = "5.4-2.2.x-imx"
82SRCREV = "10865293a7cc3ebca17a1ed9e2d3dff6a8882097" 82SRCREV = "4bca0fec0e84f43539060e608867297533b0e09c"
83 83
84# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 84# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
85# required by kernel-yocto.bbclass. 85# required by kernel-yocto.bbclass.
86# 86#
87# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 87# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
88# should be updated once patchlevel is merged. 88# should be updated once patchlevel is merged.
89LINUX_VERSION = "5.4.74" 89LINUX_VERSION = "5.4.75"
90 90
91# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 91# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
92LOCALVERSION = "-imx-5.4.47-2.2.0" 92LOCALVERSION = "-imx-5.4.47-2.2.0"