diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-10-16 21:31:16 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 21:31:16 -0300 |
commit | 9f3f9e4b9a2d49077731c1f6db7ae325d64e752a (patch) | |
tree | a4b496552377215e43fde48a5ae2e3296e021a3e | |
parent | 9d69db63a6dd3a101758a515a663702fb5b9302c (diff) | |
parent | b20d5289af623e62992c83958cb04fbb45a99c66 (diff) | |
download | meta-freescale-9f3f9e4b9a2d49077731c1f6db7ae325d64e752a.tar.gz |
Merge pull request #1974 from Freescale/backport-1973-to-scarthgap
[Backport scarthgap] linux-fslc: 6.11.0 -> 6.11.3
-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 cf4c117b..096b6073 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.0" | 26 | LINUX_VERSION = "6.11.3" |
27 | 27 | ||
28 | KBRANCH = "6.11.x+fslc" | 28 | KBRANCH = "6.11.x+fslc" |
29 | SRCREV = "98f7e32f20d28ec452afb208f9cffc08448a2652" | 29 | SRCREV = "790cfd90a14be7128ae807702026273905a2f631" |
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" |