diff options
| author | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2025-01-30 18:23:22 +0100 |
|---|---|---|
| committer | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2025-01-30 18:28:00 +0100 |
| commit | d31e3c3234430fd457910554fbe1f6c490677ff6 (patch) | |
| tree | cea26f5478026cef47e795f8c99f6b9235426550 /recipes-kernel | |
| parent | 3e17397b71714230e7ce177bb123b270ce9bb4b3 (diff) | |
| download | meta-freescale-d31e3c3234430fd457910554fbe1f6c490677ff6.tar.gz | |
linux-fslc-imx: Update 6.6-2.2.x to stable v6.6.74
Move to stable kernel version 6.6.74 and fix the NXP tag.
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.6.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb index 0e9a9eddb..eb9d2ab52 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb | |||
| @@ -28,12 +28,12 @@ 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.54 | 31 | # tag: v6.6.74 |
| 32 | # | 32 | # |
| 33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
| 34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
| 35 | # ------------------------------------------------------------------------------ | 35 | # ------------------------------------------------------------------------------ |
| 36 | # tag: lf-6.6.23-2.0.0 | 36 | # tag: lf-6.6.52-2.2.0 |
| 37 | # | 37 | # |
| 38 | # ------------------------------------------------------------------------------ | 38 | # ------------------------------------------------------------------------------ |
| 39 | # 3. Critical patches (SHA(s)) | 39 | # 3. Critical patches (SHA(s)) |
| @@ -42,7 +42,8 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
| 42 | # conflicts, prioritizing NXP BSP source code as the latest vendor updates. | 42 | # conflicts, prioritizing NXP BSP source code as the latest vendor updates. |
| 43 | # Additional commits may exist to better acommodate yocto builds. | 43 | # Additional commits may exist to better acommodate yocto builds. |
| 44 | # | 44 | # |
| 45 | # $ git log --oneline --no-merges v6.6.52.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y | 45 | # $ git log --oneline --no-merges v6.6.74.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y |
| 46 | # - 3d6392b96bf1 Revert "LF-4131 iio: gyro: fxas21002c: Fix raw data is not updated in trigger/buffer" | ||
| 46 | # - 93b9fc75becd nvmem: imx-ocotp-fsb-s400: BUG: Fix the word count | 47 | # - 93b9fc75becd nvmem: imx-ocotp-fsb-s400: BUG: Fix the word count |
| 47 | # - 090d101928fc tty: vt: conmakehash: Don't mention the full path of the input in output | 48 | # - 090d101928fc tty: vt: conmakehash: Don't mention the full path of the input in output |
| 48 | # - d16eb5ced32f arm64: dts: imx8mm-evk-qca-wifi: enable support for bluetooth | 49 | # - d16eb5ced32f arm64: dts: imx8mm-evk-qca-wifi: enable support for bluetooth |
| @@ -63,14 +64,14 @@ require linux-imx.inc | |||
| 63 | 64 | ||
| 64 | KBRANCH = "6.6-2.2.x-imx" | 65 | KBRANCH = "6.6-2.2.x-imx" |
| 65 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 66 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
| 66 | SRCREV = "657504d5644f24a41822960ed31b883062ca30c9" | 67 | SRCREV = "92bdc37231596ea6b737cf897cea98c356b9d248" |
| 67 | 68 | ||
| 68 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 69 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
| 69 | # required by kernel-yocto.bbclass. | 70 | # required by kernel-yocto.bbclass. |
| 70 | # | 71 | # |
| 71 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 72 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
| 72 | # should be updated once patchlevel is merged. | 73 | # should be updated once patchlevel is merged. |
| 73 | LINUX_VERSION = "6.6.69" | 74 | LINUX_VERSION = "6.6.74" |
| 74 | 75 | ||
| 75 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" | 76 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" |
| 76 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" | 77 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" |
