diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2024-09-09 15:32:26 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2024-09-09 15:32:26 -0300 |
commit | 4f65eff2d708569ad4c8c4eee61e34c43991154a (patch) | |
tree | 4d11bb24ef3823ba111df8bd61582a97949fa7ec | |
parent | bcf604954153c25c3da4451077632cf104327bf0 (diff) | |
download | meta-freescale-4f65eff2d708569ad4c8c4eee61e34c43991154a.tar.gz |
linux-fslc: Update the source revision
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@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 60fc12cc..1919eacd 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.36" | 22 | LINUX_VERSION = "6.6.50" |
23 | 23 | ||
24 | KBRANCH = "6.6.x+fslc" | 24 | KBRANCH = "6.6.x+fslc" |
25 | SRCREV = "44101c9bc5277baa5a678b43ac0b4d95cf03afa8" | 25 | SRCREV = "2473dfed9007471b503efe1f7de74d63eaf4c699" |
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" |