diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-12-09 12:53:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-09 12:53:09 -0300 |
commit | 82193457cee235862946a268ba249abf3ac83cdb (patch) | |
tree | 85df2eb0d0a07594df1fcd4edc340f3c762e5a5a | |
parent | c80887fb9673e96caec6fa952060377b72cb0284 (diff) | |
parent | 445e14e770aaddcb99b13bab4fe9aed3b855f6b5 (diff) | |
download | meta-freescale-82193457cee235862946a268ba249abf3ac83cdb.tar.gz |
Merge pull request #2046 from Livius90/master
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" |