diff options
author | Benjamin Szőke <egyszeregy@freemail.hu> | 2025-02-08 20:31:11 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-10 22:29:35 +0000 |
commit | 57ed44962cdb7f2014c7eb96e52758f14a91a7ed (patch) | |
tree | af87ffcbff07116d5435f2fd566b0df7e520348c | |
parent | abff63d4d2d626d51712970d6bd1afd805142763 (diff) | |
download | meta-freescale-57ed44962cdb7f2014c7eb96e52758f14a91a7ed.tar.gz |
linux-fslc: 6.12.6 -> 6.12.13
(cherry picked from commit 45b6540415fdab5ffe10543f85e0c2693395bc32)
-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 74d2f3d1..99ea803e 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.6" | 26 | LINUX_VERSION = "6.12.13" |
27 | 27 | ||
28 | KBRANCH = "6.12.x+fslc" | 28 | KBRANCH = "6.12.x+fslc" |
29 | SRCREV = "0c877b020d2adbf68ead444b25452c832a228a1d" | 29 | SRCREV = "404e5a82446dbd2b7e7061e804afec00d16049e8" |
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" |