diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-04-30 17:48:58 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-30 17:48:58 -0300 |
commit | 404b97934e9432b70a6490a4a0adece3f9dc7c67 (patch) | |
tree | 0d7f7debbe20a4cd1f79bd2b67f361731fc1dcd9 | |
parent | 90e034e51348b31a045987a910440776c9f27f78 (diff) | |
parent | 0501fe4ec1ed7eda95890fa95aea6b68bf6b50e5 (diff) | |
download | meta-freescale-404b97934e9432b70a6490a4a0adece3f9dc7c67.tar.gz |
Merge pull request #2227 from Freescale/backport-2225-to-styhead
[Backport styhead] linux-fslc-imx: Bump stable vertion up to 6.6.84
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.6.bb | 7 |
1 files changed, 5 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 fb7d098b..e30eaaeb 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb | |||
@@ -43,7 +43,10 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
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.74.. ^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 | # - e587f8fe42f6 firmware: se_fw: remove info_list from ro section | 46 | # - 8981bfbf2cd5 Reapply "LF-12740: mxc: vpu: hantro_v4l2: report performance statistics" |
47 | # - 9a97c180b1c4 Fix spi-nxp-fspi merge error | ||
48 | # - e587f8fe42f1 firmware: se_fw: remove info_list from ro section | ||
49 | # - 0f638960dcff media: Kconfig: fix double VIDEO_DEV | ||
47 | # - 198242c057e0 drivers:clk:imx:clk-imx8mp-audiomix: remove duplicated CLK_GATE_PARENT definition | 50 | # - 198242c057e0 drivers:clk:imx:clk-imx8mp-audiomix: remove duplicated CLK_GATE_PARENT definition |
48 | # - 4f5936d7391f Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null" | 51 | # - 4f5936d7391f Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null" |
49 | # - 997b7e13e413 imx8mp-olimex.dts: Olimex iMX8MP-SOM-EVB-IND | 52 | # - 997b7e13e413 imx8mp-olimex.dts: Olimex iMX8MP-SOM-EVB-IND |
@@ -79,7 +82,7 @@ require linux-imx.inc | |||
79 | 82 | ||
80 | KBRANCH = "6.6-2.2.x-imx" | 83 | KBRANCH = "6.6-2.2.x-imx" |
81 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 84 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
82 | SRCREV = "5ff4cf4d61e11f0fdf8d4e2e54fbb203e46d34b2" | 85 | SRCREV = "37ea7c8b34946d3c83939c41b93681531e21fd8d" |
83 | 86 | ||
84 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 87 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
85 | # required by kernel-yocto.bbclass. | 88 | # required by kernel-yocto.bbclass. |