summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2025-02-27 13:54:12 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-02-28 19:47:27 +0000
commitdf513367755b486989cc980756b1d4e3634eea60 (patch)
treeabf7f3d71fdd0a9146dfd0081d524ac7066b742f /recipes-kernel
parent75413b5dfc6c233b49a4401f15f0b7a2c35d0672 (diff)
downloadmeta-freescale-df513367755b486989cc980756b1d4e3634eea60.tar.gz
linux-fslc-imx: Update with some bugfixes patchesbackport-2142-to-styhead
Relevant changes: - 5ff4cf4d61e11 Merge pull request #713 from angolini/fix_imx93 - e587f8fe42f16 firmware: se_fw: remove info_list from ro section - a0609cb5220a7 Merge pull request #712 from angolini/push_one - 0f638960dcffd media: Kconfig: fix double VIDEO_DEV - 226bfffe04bcb Merge pull request #709 from fs-csenatore/6.6-2.2.x-imx - 198242c057e00 drivers:clk:imx:clk-imx8mp-audiomix: remove duplicated CLK_GATE_PARENT definition - 427223e3206dd Merge pull request #707 from iceaway/revert_u-serial_patch - 4f5936d7391f8 Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null" Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> (cherry picked from commit d43e64fbe34a71e64541af795d2aa3d8b5143eac)
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_6.6.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb
index 95c9f27c..fb7d098b 100644
--- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb
@@ -43,6 +43,9 @@ 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
47# - 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"
46# - 997b7e13e413 imx8mp-olimex.dts: Olimex iMX8MP-SOM-EVB-IND 49# - 997b7e13e413 imx8mp-olimex.dts: Olimex iMX8MP-SOM-EVB-IND
47# - b746c990ecba Revert "LF-12740: mxc: vpu: hantro_v4l2: report performance statistics" 50# - b746c990ecba Revert "LF-12740: mxc: vpu: hantro_v4l2: report performance statistics"
48# - e349e6c45a94 arm64: imx_v8_defconfig: Enable CONFIG_GPIO_VF610 51# - e349e6c45a94 arm64: imx_v8_defconfig: Enable CONFIG_GPIO_VF610
@@ -76,7 +79,7 @@ require linux-imx.inc
76 79
77KBRANCH = "6.6-2.2.x-imx" 80KBRANCH = "6.6-2.2.x-imx"
78SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 81SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
79SRCREV = "00aabf3c03c392a6993ab5037ac856b1e48edcad" 82SRCREV = "5ff4cf4d61e11f0fdf8d4e2e54fbb203e46d34b2"
80 83
81# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 84# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
82# required by kernel-yocto.bbclass. 85# required by kernel-yocto.bbclass.