diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-01-30 15:01:03 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 15:01:03 -0300 |
commit | bae75dfe4fbe11f98d497b6313fe4cf1ce1b21cf (patch) | |
tree | 26e71c64e85b282effa2cba056376dcfaab05d2e | |
parent | 4d0aad8f61e35eb2f0fe99f736d515472f8188f8 (diff) | |
parent | 54ad84246bfc12cfb769d05b0b080809279366b1 (diff) | |
download | meta-freescale-bae75dfe4fbe11f98d497b6313fe4cf1ce1b21cf.tar.gz |
Merge pull request #2102 from Freescale/backport-2101-to-scarthgap
[Backport scarthgap] linux-fslc-imx: Update 6.6-2.2.x to stable v6.6.74
-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 0e9a9edd..eb9d2ab5 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" |