diff options
author | Luan Rafael Carneiro <luan.rafael@ossystems.com.br> | 2024-06-06 14:21:04 -0300 |
---|---|---|
committer | Luan Rafael Carneiro <luan.rafael@ossystems.com.br> | 2024-06-06 14:21:04 -0300 |
commit | 71d669fa4cedbe46e08e067122491827c4cbf5b8 (patch) | |
tree | 42e1139b8beaa9b45de569fa5dc2a01d6e892236 | |
parent | 2714792483012f0980daded1d6a5d9ba8f742d32 (diff) | |
download | meta-freescale-71d669fa4cedbe46e08e067122491827c4cbf5b8.tar.gz |
linux-fslc: update to v6.6.32
Kernel repository has been upgraded up to v6.6.32 from stable korg.
Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br>
-rw-r--r-- | recipes-kernel/linux/linux-fslc_6.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.6.bb b/recipes-kernel/linux/linux-fslc_6.6.bb index 9132435e..7023e98e 100644 --- a/recipes-kernel/linux/linux-fslc_6.6.bb +++ b/recipes-kernel/linux/linux-fslc_6.6.bb | |||
@@ -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.28" | 22 | LINUX_VERSION = "6.6.32" |
23 | 23 | ||
24 | KBRANCH = "6.6.x+fslc" | 24 | KBRANCH = "6.6.x+fslc" |
25 | SRCREV = "3beb6fac2c3bda9015892dae8556c5559f2ee234" | 25 | SRCREV = "8c0a83d1bb158cd9d90ab7378fd963e72b4a5a7f" |
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:mx5-generic-bsp = "imx_v6_v7_defconfig" | 28 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" |