diff options
author | Daiane Angolini <daiane.angolini@foundries.io> | 2025-04-30 16:52:00 -0300 |
---|---|---|
committer | Daiane Angolini <daiane.angolini@foundries.io> | 2025-04-30 16:52:00 -0300 |
commit | 439ccf169c64d1c487ac9ac82e3e58f97029b3dd (patch) | |
tree | 937417c3acd83f155e90d85f7ab3208f7592488c | |
parent | 42ffe6d421588b7b813da82b82e333b805bb3970 (diff) | |
download | meta-freescale-439ccf169c64d1c487ac9ac82e3e58f97029b3dd.tar.gz |
linux-fslc-imx: Bump stable vertion up to 6.6.84
It also updates the list of commits of interest
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
-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. |