diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-07-09 14:46:02 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-07-09 20:33:08 +0000 |
commit | f3e56d17190ba0e8fa9b9b6f0adfea47494626a1 (patch) | |
tree | 61a100900a7db46d310607756ce35cfb09dc15ab | |
parent | e93da36c319d4b1e7de925548ceb3b8788697ba0 (diff) | |
download | meta-freescale-f3e56d17190ba0e8fa9b9b6f0adfea47494626a1.tar.gz |
linux-fslc: 6.6.32 -> 6.6.36
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit c1bd142771904927c30a2b236f89b44e25ea6623)
-rw-r--r-- | recipes-kernel/linux/linux-fslc_6.6.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.6.bb b/recipes-kernel/linux/linux-fslc_6.6.bb index f9a54080..35489fef 100644 --- a/recipes-kernel/linux/linux-fslc_6.6.bb +++ b/recipes-kernel/linux/linux-fslc_6.6.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | # Copyright (C) 2012-2019 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2012-2024 O.S. Systems Software LTDA. |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | # | 3 | # |
4 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
@@ -19,10 +19,10 @@ SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol= | |||
19 | # | 19 | # |
20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
21 | # should be updated once patchlevel is merged. | 21 | # should be updated once patchlevel is merged. |
22 | LINUX_VERSION = "6.6.32" | 22 | LINUX_VERSION = "6.6.36" |
23 | 23 | ||
24 | KBRANCH = "6.6.x+fslc" | 24 | KBRANCH = "6.6.x+fslc" |
25 | SRCREV = "8c0a83d1bb158cd9d90ab7378fd963e72b4a5a7f" | 25 | SRCREV = "32a79dc5c8f69f1eb7b10b7707b0078fb2fdfa98" |
26 | 26 | ||
27 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" | 27 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" |
28 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig" | 28 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig" |