diff options
author | Benjamin Szőke <egyszeregy@freemail.hu> | 2024-12-09 16:09:33 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-12-09 18:28:50 +0000 |
commit | bdac37fca64bdff91da97d0e2aeca0ae50012830 (patch) | |
tree | ed0073caa64859e956be446fbfb83df8c56c79e3 | |
parent | 54e726319af15b18880c814530e8d9c38258250a (diff) | |
download | meta-freescale-bdac37fca64bdff91da97d0e2aeca0ae50012830.tar.gz |
linux-fslc: 6.12.1 -> 6.12.4
(cherry picked from commit 445e14e770aaddcb99b13bab4fe9aed3b855f6b5)
-rw-r--r-- | recipes-kernel/linux/linux-fslc_6.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.12.bb b/recipes-kernel/linux/linux-fslc_6.12.bb index 8922a0dc..fdf5272f 100644 --- a/recipes-kernel/linux/linux-fslc_6.12.bb +++ b/recipes-kernel/linux/linux-fslc_6.12.bb | |||
@@ -23,10 +23,10 @@ DEPENDS += " \ | |||
23 | # | 23 | # |
24 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 24 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
25 | # should be updated once patchlevel is merged. | 25 | # should be updated once patchlevel is merged. |
26 | LINUX_VERSION = "6.12.1" | 26 | LINUX_VERSION = "6.12.4" |
27 | 27 | ||
28 | KBRANCH = "6.12.x+fslc" | 28 | KBRANCH = "6.12.x+fslc" |
29 | SRCREV = "d390303b28dabbb91b2d32016a4f72da478733b9" | 29 | SRCREV = "a8ab5136f38992c40ae34ec02e4f93d6b00a1e74" |
30 | 30 | ||
31 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" | 31 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" |
32 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig" | 32 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig" |