summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-09-18 08:17:01 -0300
committerGitHub <noreply@github.com>2024-09-18 08:17:01 -0300
commit71bf377029d99dc64a54f6cff8941fcdfb8fb58d (patch)
tree9359474a34f3fe35aff11f0acdee585ad77a5afe
parentd725383bfe2273b6a5c88088ce99fb5bac14764e (diff)
parent3b79615861d976e541478fd086ab9a384fd352a1 (diff)
downloadmeta-freescale-71bf377029d99dc64a54f6cff8941fcdfb8fb58d.tar.gz
Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
Follow 6.6-2.0.x-imx instead of 6.6-1.0.x-imx
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_6.6.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb
index 314ebf48..4810ca11 100644
--- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_6.6.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: v6.6.28 31# tag: v6.6.23
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -51,16 +51,16 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
51 51
52require linux-imx.inc 52require linux-imx.inc
53 53
54KBRANCH = "6.6-1.0.x-imx" 54KBRANCH = "6.6-2.0.x-imx"
55SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 55SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
56SRCREV = "13ed4e83694299049a3d4449fdb61471292ef19b" 56SRCREV = "dd280fd310dd5fabbff7393175ee9d7a6aea6b34"
57 57
58# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 58# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
59# required by kernel-yocto.bbclass. 59# required by kernel-yocto.bbclass.
60# 60#
61# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 61# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
62# should be updated once patchlevel is merged. 62# should be updated once patchlevel is merged.
63LINUX_VERSION = "6.6.28" 63LINUX_VERSION = "6.6.23"
64 64
65KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" 65KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
66KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" 66KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"