summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-09-27 17:46:39 -0300
committerGitHub <noreply@github.com>2021-09-27 17:46:39 -0300
commit02430d3fdf6f38b189449fb448216e5fe3f52be6 (patch)
tree3c3288c00d2c4ed844339cd5a44554b9e7e24408
parent2b9a987af83ea1c6d1d1783d3bb7dda7b71c5645 (diff)
parent28b3ca70a8dfe8da6b7a3ecaa86f3a7c761e103a (diff)
downloadmeta-freescale-02430d3fdf6f38b189449fb448216e5fe3f52be6.tar.gz
Merge pull request #875 from angolini/hardknott-linux-fslc-imx
Cherry-picking linux-fslc-imx changes and backporting it to hardknott
-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 b7a5cd82..83621e1b 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.134 31# tag: v5.4.147
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -86,14 +86,14 @@ LICENSE = "GPLv2"
86LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 86LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
87 87
88KBRANCH = "5.4-2.3.x-imx" 88KBRANCH = "5.4-2.3.x-imx"
89SRCREV = "e3b082933caab27829e775606708381fe1b7c3ba" 89SRCREV = "aad410850445424f566e57a419527b6e2d3ab42d"
90 90
91# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 91# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
92# required by kernel-yocto.bbclass. 92# required by kernel-yocto.bbclass.
93# 93#
94# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 94# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
95# should be updated once patchlevel is merged. 95# should be updated once patchlevel is merged.
96LINUX_VERSION = "5.4.134" 96LINUX_VERSION = "5.4.147"
97 97
98# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 98# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
99LOCALVERSION = "-5.4.70-2.3.0" 99LOCALVERSION = "-5.4.70-2.3.0"