diff options
-rw-r--r-- | recipes-kernel/linux/linux-fslc_6.12.bb | 7 |
1 files changed, 5 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..b39130bb 100644 --- a/recipes-kernel/linux/linux-fslc_6.12.bb +++ b/recipes-kernel/linux/linux-fslc_6.12.bb | |||
@@ -23,10 +23,13 @@ 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 | # |
27 | # Linux kernel stable 6.12.13 changelog: | ||
28 | # https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.13 | ||
29 | LINUX_VERSION = "6.12.13" | ||
27 | 30 | ||
28 | KBRANCH = "6.12.x+fslc" | 31 | KBRANCH = "6.12.x+fslc" |
29 | SRCREV = "0c877b020d2adbf68ead444b25452c832a228a1d" | 32 | SRCREV = "404e5a82446dbd2b7e7061e804afec00d16049e8" |
30 | 33 | ||
31 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" | 34 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" |
32 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig" | 35 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig" |