summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2024-09-09 15:32:26 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-09-09 21:09:21 +0000
commitf8d8bede80a50adcbf0557d14792833ee3894f0e (patch)
tree3f734827ec0d86d93f827fb61c0666a643f81006
parent189635f6c296043a5b1481125c01da0bfa6f16be (diff)
downloadmeta-freescale-f8d8bede80a50adcbf0557d14792833ee3894f0e.tar.gz
linux-fslc: Update the source revision
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> (cherry picked from commit 4f65eff2d708569ad4c8c4eee61e34c43991154a)
-rw-r--r--recipes-kernel/linux/linux-fslc_6.6.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.6.bb b/recipes-kernel/linux/linux-fslc_6.6.bb
index 60fc12cc..1919eacd 100644
--- a/recipes-kernel/linux/linux-fslc_6.6.bb
+++ b/recipes-kernel/linux/linux-fslc_6.6.bb
@@ -19,10 +19,10 @@ SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=
19# 19#
20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
21# should be updated once patchlevel is merged. 21# should be updated once patchlevel is merged.
22LINUX_VERSION = "6.6.36" 22LINUX_VERSION = "6.6.50"
23 23
24KBRANCH = "6.6.x+fslc" 24KBRANCH = "6.6.x+fslc"
25SRCREV = "44101c9bc5277baa5a678b43ac0b4d95cf03afa8" 25SRCREV = "2473dfed9007471b503efe1f7de74d63eaf4c699"
26 26
27KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" 27KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"
28KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig" 28KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig"