diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-10-21 14:00:47 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-21 14:00:47 -0300 |
commit | a481c08433f3890c4d60eb3603d26f83ed7d1504 (patch) | |
tree | 014a25d4f585afbbfa86eb68ea101c4aacab5b44 | |
parent | 858dfbc452536ede4ca370f40fddb1ef7ced797f (diff) | |
parent | c8b358072bb7bf0250dcdc7ed6e281de927c71fa (diff) | |
download | meta-freescale-a481c08433f3890c4d60eb3603d26f83ed7d1504.tar.gz |
Merge pull request #1988 from Freescale/backport-1987-to-scarthgap
[Backport scarthgap] linux-fslc: 6.11.3 -> 6.11.4
-rw-r--r-- | recipes-kernel/linux/linux-fslc_6.11.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.11.bb b/recipes-kernel/linux/linux-fslc_6.11.bb index 096b6073..f26e922a 100644 --- a/recipes-kernel/linux/linux-fslc_6.11.bb +++ b/recipes-kernel/linux/linux-fslc_6.11.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.11.3" | 26 | LINUX_VERSION = "6.11.4" |
27 | 27 | ||
28 | KBRANCH = "6.11.x+fslc" | 28 | KBRANCH = "6.11.x+fslc" |
29 | SRCREV = "790cfd90a14be7128ae807702026273905a2f631" | 29 | SRCREV = "ea947c5d06275e548ddfac48af577063aa6f9d71" |
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" |