diff options
author | Daiane Angolini <daiane.angolini@foundries.io> | 2024-10-15 11:09:32 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-15 15:21:32 +0000 |
commit | 3252e00e66be22fe8d460d2d45e6f2577896c54b (patch) | |
tree | a3a00caaf62cde0d8259554d86c2014aa9d6a3b0 /recipes-kernel | |
parent | 468f298c397050d8969e5d42a67e1d7b200d4fea (diff) | |
download | meta-freescale-3252e00e66be22fe8d460d2d45e6f2577896c54b.tar.gz |
linux-fslc-imx: Use 6.6-2.1.0.x from NXP BSP LF6.6.36_2.1.0
It also updates the stable kernel version up to 6.6.54.
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
(cherry picked from commit c12aa9fb029b1d8c18d2dec17d5dc53acd6b7ff1)
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.6.bb | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb index d75e24f7..a955ae1c 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb | |||
@@ -39,17 +39,12 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
39 | # 3. Critical patches (SHA(s)) | 39 | # 3. Critical patches (SHA(s)) |
40 | # ------------------------------------------------------------------------------ | 40 | # ------------------------------------------------------------------------------ |
41 | 41 | ||
42 | # $ git log --oneline --no-merges v6.6.23.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y | 42 | # $ git log --oneline --no-merges v6.6.34.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y |
43 | # - 4d8a7fb526c1 imx8mp: Remove obsolete device tree file | 43 | # - 3fb57e773e55 tty: vt: conmakehash: Don't mention the full path of the input in output |
44 | # - e420d14b057f MLK-25922-4 arm64: dts: imx93: add lpspi support | 44 | # - d1198b88bc1b Revert "dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan" |
45 | # - 965390eee531 Revert "dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan" | 45 | # - 717fee4a9cf7 Revert "dmaengine: fsl-edma: add i.MX8ULP edma support" |
46 | # - a1553c4e0862 Revert "dmaengine: fsl-edma: add i.MX8ULP edma support" | 46 | # - 74ef72069927 Revert "dmaengine: fsl-edma: clean up unused "fsl,imx8qm-adma" compatible string" |
47 | # - 652e34468562 Revert "dmaengine: fsl-edma: clean up unused "fsl,imx8qm-adma" compatible string" | 47 | # - b54c6ea17058 Revert "dmaengine: fsl-edma: change the memory access from local into remote mode in i.MX 8QM" |
48 | # - f4114b5ea07c Revert "dmaengine: fsl-edma: change the memory access from local into remote mode in i.MX 8QM" | ||
49 | # - 97e602775143 Revert "arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order" | ||
50 | # - dd280fd310dd arm64: imx_v8_defconfig: Enable CONFIG_GPIO_VF610 | ||
51 | # - 7a31ed76b4ee drm/imx: lcdifv3: Fix videomode settings | ||
52 | # - fb5da09f0eae i2c: imx: Remove unnecessary clock reconfiguration | ||
53 | # | 48 | # |
54 | # NOTE to upgraders: | 49 | # NOTE to upgraders: |
55 | # This recipe should NOT collect individual patches, they should be applied to | 50 | # This recipe should NOT collect individual patches, they should be applied to |
@@ -59,16 +54,16 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
59 | 54 | ||
60 | require linux-imx.inc | 55 | require linux-imx.inc |
61 | 56 | ||
62 | KBRANCH = "6.6-2.0.x-imx" | 57 | KBRANCH = "6.6-2.1.x-imx" |
63 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 58 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
64 | SRCREV = "d023c381fa6161a7af966abaad8e7d9a997f07e7" | 59 | SRCREV = "096cd0432b03805f49c86684dafb9ced4511a714" |
65 | 60 | ||
66 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 61 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
67 | # required by kernel-yocto.bbclass. | 62 | # required by kernel-yocto.bbclass. |
68 | # | 63 | # |
69 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 64 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
70 | # should be updated once patchlevel is merged. | 65 | # should be updated once patchlevel is merged. |
71 | LINUX_VERSION = "6.6.51" | 66 | LINUX_VERSION = "6.6.54" |
72 | 67 | ||
73 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" | 68 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" |
74 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" | 69 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" |