summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnest Van Hoecke <ernest.vanhoecke@toradex.com>2025-02-03 09:39:11 +0100
committerErnest Van Hoecke <ernest.vanhoecke@toradex.com>2025-02-03 16:02:16 +0100
commitb50af8befaa566c4d866b795e425dd1dbd8db0d2 (patch)
treec20a46e2a43a4ab2efe4958e556ecadf3acbfaa9
parent4525ab97d554cc87671f84337843d113773c5ec6 (diff)
downloadmeta-freescale-b50af8befaa566c4d866b795e425dd1dbd8db0d2.tar.gz
linux-fslc-imx: Forward port patches into 6.6-2.2.x
Port some patches from 6.6-2.1.x to 6.6-2.2.x and update the recipe documentation to include them. Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_6.6.bb14
1 files changed, 13 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 eb9d2ab5..95c9f27c 100644
--- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb
@@ -43,6 +43,18 @@ 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# - 997b7e13e413 imx8mp-olimex.dts: Olimex iMX8MP-SOM-EVB-IND
47# - b746c990ecba Revert "LF-12740: mxc: vpu: hantro_v4l2: report performance statistics"
48# - e349e6c45a94 arm64: imx_v8_defconfig: Enable CONFIG_GPIO_VF610
49# - 5a015324eddc arm64: dts: imx8qm: add missing imx8-ss-cm40.dtsi include
50# - 8a8245d395d5 arm64: dts: imx8: img: add #address-cells and #size-cells to I2C MIPI CSI nodes
51# - db13648c4be6 fw: imx: seco_mu: change dev_err to dev_err_probe for -EPROBE_DEFER
52# - 0451236fd0ae clk: imx: imx8qm: add more resources to whitelist
53# - 2ee789512d1b drm/imx: lcdifv3: Fix videomode settings
54# - 5cd4c30ec228 i2c: imx: Remove unnecessary clock reconfiguration
55# - 583f2a703c5d tty: vt: conmakehash: remove non-portable code printing comment header
56# - 4ddc4dae8515 tty: vt: conmakehash: cope with abs_srctree no longer in env
57# - 46a05495bce3 drm: of: Fix build without CONFIG_OF
46# - 3d6392b96bf1 Revert "LF-4131 iio: gyro: fxas21002c: Fix raw data is not updated in trigger/buffer" 58# - 3d6392b96bf1 Revert "LF-4131 iio: gyro: fxas21002c: Fix raw data is not updated in trigger/buffer"
47# - 93b9fc75becd nvmem: imx-ocotp-fsb-s400: BUG: Fix the word count 59# - 93b9fc75becd nvmem: imx-ocotp-fsb-s400: BUG: Fix the word count
48# - 090d101928fc tty: vt: conmakehash: Don't mention the full path of the input in output 60# - 090d101928fc tty: vt: conmakehash: Don't mention the full path of the input in output
@@ -64,7 +76,7 @@ require linux-imx.inc
64 76
65KBRANCH = "6.6-2.2.x-imx" 77KBRANCH = "6.6-2.2.x-imx"
66SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 78SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
67SRCREV = "92bdc37231596ea6b737cf897cea98c356b9d248" 79SRCREV = "00aabf3c03c392a6993ab5037ac856b1e48edcad"
68 80
69# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 81# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
70# required by kernel-yocto.bbclass. 82# required by kernel-yocto.bbclass.