diff options
author | Benjamin Szőke <egyszeregy@freemail.hu> | 2024-12-24 01:34:23 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-12-24 11:41:57 +0000 |
commit | dd9ca2f210599d1297eca59af4bd62a84ce38c0e (patch) | |
tree | e6e8357ee836a143d4d3679e5a4d540bf3fd757e | |
parent | 9f7ec458e78fc07ec8bea4fc906d04be6a5a34d7 (diff) | |
download | meta-freescale-dd9ca2f210599d1297eca59af4bd62a84ce38c0e.tar.gz |
linux-fslc: 6.12.4 -> 6.12.6
(cherry picked from commit 45cab18de509dd6b464d124c040f92352c494043)
-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 fdf5272f..74d2f3d1 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.4" | 26 | LINUX_VERSION = "6.12.6" |
27 | 27 | ||
28 | KBRANCH = "6.12.x+fslc" | 28 | KBRANCH = "6.12.x+fslc" |
29 | SRCREV = "a8ab5136f38992c40ae34ec02e4f93d6b00a1e74" | 29 | SRCREV = "0c877b020d2adbf68ead444b25452c832a228a1d" |
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" |