diff options
author | Daiane Angolini <daiane.angolini@foundries.io> | 2025-05-01 16:49:30 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-02 11:45:38 +0000 |
commit | 8a28fb393bde57f8707a2b1207affc0137f9b644 (patch) | |
tree | c9add5a13b03eea4a0c6840f8ca92cd0d35a89a0 | |
parent | 404b97934e9432b70a6490a4a0adece3f9dc7c67 (diff) | |
download | meta-freescale-8a28fb393bde57f8707a2b1207affc0137f9b644.tar.gz |
linux-fslc-imx_6.6: Fix kernel version
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
(cherry picked from commit e6e69c2832e731edc43397884bc9607ac0a46e61)
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb index e30eaaeb..ce60a475 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb | |||
@@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
28 | # ------------------------------------------------------------------------------ | 28 | # ------------------------------------------------------------------------------ |
29 | # 1. Stable (tag or SHA(s)) | 29 | # 1. Stable (tag or SHA(s)) |
30 | # ------------------------------------------------------------------------------ | 30 | # ------------------------------------------------------------------------------ |
31 | # tag: v6.6.74 | 31 | # tag: v6.6.84 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -89,7 +89,7 @@ SRCREV = "37ea7c8b34946d3c83939c41b93681531e21fd8d" | |||
89 | # | 89 | # |
90 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 90 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
91 | # should be updated once patchlevel is merged. | 91 | # should be updated once patchlevel is merged. |
92 | LINUX_VERSION = "6.6.74" | 92 | LINUX_VERSION = "6.6.84" |
93 | 93 | ||
94 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" | 94 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" |
95 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" | 95 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" |