diff options
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.6.bb | 5 |
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 | ||
77 | KBRANCH = "6.6-2.2.x-imx" | 80 | KBRANCH = "6.6-2.2.x-imx" |
78 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 81 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
79 | SRCREV = "00aabf3c03c392a6993ab5037ac856b1e48edcad" | 82 | SRCREV = "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. |