diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-12-09 15:35:03 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-09 15:35:03 -0300 |
commit | 9f7ec458e78fc07ec8bea4fc906d04be6a5a34d7 (patch) | |
tree | ed0073caa64859e956be446fbfb83df8c56c79e3 | |
parent | 54e726319af15b18880c814530e8d9c38258250a (diff) | |
parent | bdac37fca64bdff91da97d0e2aeca0ae50012830 (diff) | |
download | meta-freescale-9f7ec458e78fc07ec8bea4fc906d04be6a5a34d7.tar.gz |
Merge pull request #2047 from Freescale/backport-2046-to-scarthgap
[Backport scarthgap] linux-fslc: 6.12.1 -> 6.12.4
-rw-r--r-- | recipes-kernel/linux/linux-fslc_6.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.12.bb b/recipes-kernel/linux/linux-fslc_6.12.bb index 8922a0dc..fdf5272f 100644 --- a/recipes-kernel/linux/linux-fslc_6.12.bb +++ b/recipes-kernel/linux/linux-fslc_6.12.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.12.1" | 26 | LINUX_VERSION = "6.12.4" |
27 | 27 | ||
28 | KBRANCH = "6.12.x+fslc" | 28 | KBRANCH = "6.12.x+fslc" |
29 | SRCREV = "d390303b28dabbb91b2d32016a4f72da478733b9" | 29 | SRCREV = "a8ab5136f38992c40ae34ec02e4f93d6b00a1e74" |
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" |