diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-01-07 08:56:10 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 08:56:10 -0300 |
commit | e35bb7331e82102ef2bbfce46b394d23be135dbf (patch) | |
tree | 353b666a13230dd2a0d3ce915c20605b311b2b45 /recipes-kernel | |
parent | 846d585f8ce077fe69010775720d2777fccb788c (diff) | |
parent | d3d8d784533fd011e11c4c2b939cd6eb49e30096 (diff) | |
download | meta-freescale-e35bb7331e82102ef2bbfce46b394d23be135dbf.tar.gz |
Merge pull request #936 from zandrey/kernel-update-master
Consolidated Kernel update (v5.10.90 + 5.15.13)
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_5.10.bb | 10 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc-lts_5.10.bb | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc_5.15.bb | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.10.bb b/recipes-kernel/linux/linux-fslc-imx_5.10.bb index c8a513f4..b3ed4c6a 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.10.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.10.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: v5.10.79 | 31 | # tag: v5.10.90 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -38,6 +38,10 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
38 | # ------------------------------------------------------------------------------ | 38 | # ------------------------------------------------------------------------------ |
39 | # 3. Critical patches (SHA(s)) | 39 | # 3. Critical patches (SHA(s)) |
40 | # ------------------------------------------------------------------------------ | 40 | # ------------------------------------------------------------------------------ |
41 | # 8ef27ae9f200 ("gpio: fix enabling GPIO_VF610") | ||
42 | # 12099c38577a ("ASoC: fsl_sai: Correct the clock source for mclk0") | ||
43 | # db172377e6e2 ("Revert "MLK-12786-2: ASoC: fsl_sai: correct the clock source for mclk0"") | ||
44 | # 372825d96a29 ("ARM: dts: imx7s: fix ARM timer definition") | ||
41 | # 8b20421b2b61 ("staging: fsl_ppfe: reduce MAC address filtering loglevel to debug") | 45 | # 8b20421b2b61 ("staging: fsl_ppfe: reduce MAC address filtering loglevel to debug") |
42 | # 16ea8f2ab906 ("staging: fsl_ppfe: assign correct OF nodes to individual ports") | 46 | # 16ea8f2ab906 ("staging: fsl_ppfe: assign correct OF nodes to individual ports") |
43 | # 9d0f521803cd ("staging: fsl_ppfe: handle all RGMII modes in pfe_eth_adjust_link") | 47 | # 9d0f521803cd ("staging: fsl_ppfe: handle all RGMII modes in pfe_eth_adjust_link") |
@@ -69,14 +73,14 @@ LICENSE = "GPLv2" | |||
69 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 73 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
70 | 74 | ||
71 | KBRANCH = "5.10-2.1.x-imx" | 75 | KBRANCH = "5.10-2.1.x-imx" |
72 | SRCREV = "cdf10f101ab7e0112a285ab86e1a62d80e7d2104" | 76 | SRCREV = "e730e691a1edb8c38004d81b070529224e8df714" |
73 | 77 | ||
74 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 78 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
75 | # required by kernel-yocto.bbclass. | 79 | # required by kernel-yocto.bbclass. |
76 | # | 80 | # |
77 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 81 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
78 | # should be updated once patchlevel is merged. | 82 | # should be updated once patchlevel is merged. |
79 | LINUX_VERSION = "5.10.79" | 83 | LINUX_VERSION = "5.10.90" |
80 | 84 | ||
81 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 85 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
82 | LOCALVERSION = "-5.10.52-2.1.0" | 86 | LOCALVERSION = "-5.10.52-2.1.0" |
diff --git a/recipes-kernel/linux/linux-fslc-lts_5.10.bb b/recipes-kernel/linux/linux-fslc-lts_5.10.bb index b56e003f..e116a961 100644 --- a/recipes-kernel/linux/linux-fslc-lts_5.10.bb +++ b/recipes-kernel/linux/linux-fslc-lts_5.10.bb | |||
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | |||
19 | # | 19 | # |
20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
21 | # should be updated once patchlevel is merged. | 21 | # should be updated once patchlevel is merged. |
22 | LINUX_VERSION = "5.10.79" | 22 | LINUX_VERSION = "5.10.90" |
23 | 23 | ||
24 | KBRANCH = "5.10.x+fslc" | 24 | KBRANCH = "5.10.x+fslc" |
25 | SRCREV = "0ac3cc275e5453959661bfbbc78b22c2dc6d1987" | 25 | SRCREV = "da41da7f8aeec4cf0e6616615290b4a8c7a69a64" |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" | 27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" |
diff --git a/recipes-kernel/linux/linux-fslc_5.15.bb b/recipes-kernel/linux/linux-fslc_5.15.bb index 45c9d3f3..2bb946ef 100644 --- a/recipes-kernel/linux/linux-fslc_5.15.bb +++ b/recipes-kernel/linux/linux-fslc_5.15.bb | |||
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | |||
19 | # | 19 | # |
20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
21 | # should be updated once patchlevel is merged. | 21 | # should be updated once patchlevel is merged. |
22 | LINUX_VERSION = "5.15.12" | 22 | LINUX_VERSION = "5.15.13" |
23 | 23 | ||
24 | KBRANCH = "5.15.x+fslc" | 24 | KBRANCH = "5.15.x+fslc" |
25 | SRCREV = "503f83efaba7cf3821bb48ddad156c770330f75f" | 25 | SRCREV = "decdf16c686eb233ffa665ed540e0fa82d1dc745" |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" | 27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" |