diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-05-02 08:45:26 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 08:45:26 -0300 |
commit | 7431918c86ac6d3be2a273e091227157446960a7 (patch) | |
tree | a84c7c8e4d4221c032abeee541aead5592d17adf | |
parent | 70cd6398341d73fc5d85940af1e454ad7dd1aab8 (diff) | |
parent | e6e69c2832e731edc43397884bc9607ac0a46e61 (diff) | |
download | meta-freescale-7431918c86ac6d3be2a273e091227157446960a7.tar.gz |
Merge pull request #2228 from angolini/fix
linux-fslc-imx_6.6: Fix kernel version
-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" |