summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-16 15:06:24 +0300
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-16 15:12:10 +0300
commit4a853b79cc2fcbd8248940bcbf49568c0b6de222 (patch)
treec2782b82541e18b529be5ab25b4e0d4a54977afd /recipes-kernel
parent15e18fcdb8fcbfa81d4b9551d655b882ce37a6b4 (diff)
downloadmeta-freescale-4a853b79cc2fcbd8248940bcbf49568c0b6de222.tar.gz
linux-fslc: update to v6.1.38
The kernel repository has been upgraded up to v6.1.38 from a stable release. Following commits are added on top of stable tree: - 085682f3fc7e ("kbuild: filter only valid dtb files to construct complex dtb") Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc_6.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.1.bb b/recipes-kernel/linux/linux-fslc_6.1.bb
index e87b001a..e63b5bcc 100644
--- a/recipes-kernel/linux/linux-fslc_6.1.bb
+++ b/recipes-kernel/linux/linux-fslc_6.1.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.1.31" 22LINUX_VERSION = "6.1.38"
23 23
24KBRANCH = "6.1.x+fslc" 24KBRANCH = "6.1.x+fslc"
25SRCREV = "58cb4aeaeec012a2d36b29531a5e48093f7183ef" 25SRCREV = "085682f3fc7ed71fdafa987c96d76805086336a9"
26 26
27KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig" 27KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig"
28KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" 28KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"