summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-10-18 15:27:43 -0300
committerGitHub <noreply@github.com>2023-10-18 15:27:43 -0300
commitd0eed117607ebcd091c3cce7f27365628a0478ed (patch)
tree59e2acb811cb49fd7e04d76631c91a277d2bfcc5
parent1fb759b2da27eef0f5a9d41704a430ef58d6e52c (diff)
parent37c9deb269d57ea96e421de0528469789c842feb (diff)
downloadmeta-freescale-d0eed117607ebcd091c3cce7f27365628a0478ed.tar.gz
Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
linux-fslc-imx: Update to lf-6.1.36-2.1.0
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_6.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.1.bb b/recipes-kernel/linux/linux-fslc-imx_6.1.bb
index 1dcb1f91..38bc0b97 100644
--- a/recipes-kernel/linux/linux-fslc-imx_6.1.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_6.1.bb
@@ -52,16 +52,16 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
52 52
53require linux-imx.inc 53require linux-imx.inc
54 54
55KBRANCH = "6.1-2.0.x-imx" 55KBRANCH = "6.1-2.1.x-imx"
56SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 56SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
57SRCREV = "b872b1170fc8843b55e9f8838dd373ff43bb7552" 57SRCREV = "3f41fbe42851375d3d5996e4bf9e9809e6c79517"
58 58
59# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 59# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
60# required by kernel-yocto.bbclass. 60# required by kernel-yocto.bbclass.
61# 61#
62# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 62# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
63# should be updated once patchlevel is merged. 63# should be updated once patchlevel is merged.
64LINUX_VERSION = "6.1.38" 64LINUX_VERSION = "6.1.57"
65 65
66KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" 66KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
67KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" 67KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"