diff options
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.1.bb b/recipes-kernel/linux/linux-fslc-imx_6.1.bb index 1dcb1f91..38bc0b97 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.1.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.1.bb | |||
@@ -52,16 +52,16 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
52 | 52 | ||
53 | require linux-imx.inc | 53 | require linux-imx.inc |
54 | 54 | ||
55 | KBRANCH = "6.1-2.0.x-imx" | 55 | KBRANCH = "6.1-2.1.x-imx" |
56 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 56 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
57 | SRCREV = "b872b1170fc8843b55e9f8838dd373ff43bb7552" | 57 | SRCREV = "3f41fbe42851375d3d5996e4bf9e9809e6c79517" |
58 | 58 | ||
59 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 59 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
60 | # required by kernel-yocto.bbclass. | 60 | # required by kernel-yocto.bbclass. |
61 | # | 61 | # |
62 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 62 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
63 | # should be updated once patchlevel is merged. | 63 | # should be updated once patchlevel is merged. |
64 | LINUX_VERSION = "6.1.38" | 64 | LINUX_VERSION = "6.1.57" |
65 | 65 | ||
66 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" | 66 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" |
67 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" | 67 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" |