diff options
-rw-r--r-- | recipes-kernel/linux/linux-fslc_6.1.bb | 4 |
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 7f59d6898..e87b001a8 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. |
22 | LINUX_VERSION = "6.1.29" | 22 | LINUX_VERSION = "6.1.31" |
23 | 23 | ||
24 | KBRANCH = "6.1.x+fslc" | 24 | KBRANCH = "6.1.x+fslc" |
25 | SRCREV = "9dd7c6bd8a02e7c5b745b18cfec8bce73feb6de7" | 25 | SRCREV = "58cb4aeaeec012a2d36b29531a5e48093f7183ef" |
26 | 26 | ||
27 | KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig" | 27 | KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig" |
28 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" | 28 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" |