summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-imx-headers: make uapi ipu.h, pxp_dma.h compatible with c23 standardMax Krummenacher12 hours2-1/+58
| | | | | | | | | | | | | | | | | In C23 bool, false and true are reserved keywords. Make ipu.h, pxp_dma.h uapi include file compatible with C23 standard. The ipu.h header is i.e. used in the imx-gst1.0-plugin code. If building with GCC 15 the build fails. FAILED: libs/libgstfsl-1.0.so.0.0.0.p/v4l2_core_gstimxv4l2.c.o ...imx-gst1.0-plugin/4.9.2+git/recipe-sysroot/usr/include/imx/linux/ipu.h:32:23: error: 'bool' cannot be defined via 'typedef' 32 | typedef unsigned char bool; That pxp_dma.h is affected was found with grep. A configuration which actually includes the file is yet to be found. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* kernel-module-nxp-wlan: add patch to lower PRINTM_MMSG() log levelVitor Soares7 days2-0/+37
| | | | | | | | | | | Add a patch to change the log level used in the mwifiex driver's PRINTM_MMSG macro from KERN_ALERT to KERN_INFO. KERN_ALERT is meant for critical errors; using it for debug messages clutters logs. KERN_INFO is more appropriate for non-critical informational output. Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
* linux-fslc-imx_6.6: Fix kernel versionDaiane Angolini11 days1-2/+2
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* linux-fslc-imx: Bump stable vertion up to 6.6.84Daiane Angolini12 days1-2/+5
| | | | | | It also updates the list of commits of interest Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* recipes: fix whitespace warningsMax Krummenacher2025-04-261-2/+2
| | | | | | Fix some more whitspace warnings. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* recipes: fix whitespace warningsHiago De Franco2025-04-222-2/+2
| | | | | | | | | | | | | | | Since OE bitbake commit 24772dd2ae6c ("parse/ConfHandler: Add warning for deprecated whitespace usage"), the current build generates the following warning (as example): WARNING: /var/home/frh/bsp-master/build/../layers/meta-freescale/recipes-kernel/linux/linux-imx.inc:36 has a lack of whitespace around the assignment: 'KCONFIG_MODE="--alldefconfig"' Fix all the warnings. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* kernel-module-nxp-wlan: remove COMPATIBLE_MACHINEVitor Soares2025-04-171-2/+0
| | | | | | | | | | | | The current COMPATIBLE_MACHINE restricts the recipe to i.MX SoCs with both BSP variants. However, the kernel-module-nxp-wlan provides the MXM drivers for the NXP Wi-Fi module (e.g., MAYA-W260), which may also be used with other SoCs like the Toradex Verdin-AM62P. To enable deployment of the MXM drivers on non-i.MX platforms, remove the COMPATIBLE_MACHINE restriction. Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
* kernel-module-nxp-wlan: Add Upstream-StatusLeon Anavi2025-04-041-0/+2
| | | | | | Add Upstream-Status to patch. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* kernel-module-nxp-wlan: Apply wireless patchErnest Van Hoecke2025-04-022-1/+1908
| | | | | | | | | | NXP released a patch for the MXM driver that is supposed to be applied on top of the checked out branch. Among other things, this patch adds a "MODULE_DEVICE_TABLE" which means the SDIO device driver is probed at runtime, which will not happen without this patch. Link: https://www.nxp.com/webapp/Download?colCode=Wireless-Patch-Release-IW612-W8997-W8801-v0.1&appType=license Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
* linux-fslc: 6.12.13 -> 6.12.20Benjamin Szőke2025-03-281-4/+4
|
* linux-fslc-imx: Update with some bugfixes patchesbump-linuxDaiane Angolini2025-02-271-1/+4
| | | | | | | | | | | | | | 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>
* linux-fslc: Add changelog linkBenjamin Szőke2025-02-101-0/+3
|
* linux-fslc: 6.12.6 -> 6.12.13Benjamin Szőke2025-02-081-2/+2
|
* linux-fslc-imx: Forward port patches into 6.6-2.2.xErnest Van Hoecke2025-02-031-1/+13
| | | | | | | 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>
* linux-fslc-imx: Update 6.6-2.2.x to stable v6.6.74Ernest Van Hoecke2025-01-301-5/+6
| | | | | | Move to stable kernel version 6.6.74 and fix the NXP tag. Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
* linux-imx: Remove obsolete backport patchesTimo Schuster2025-01-163-102/+0
| | | | Signed-off-by: Timo Schuster <timo.schuster@leica-microsystems.com>
* linux-imx: Upgrade to L6.6.52_2.0.0 releaseZelan Zou2025-01-142-5/+5
| | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* Merge pull request #2062 from Freescale/bump-lOtavio Salvador2025-01-091-1/+2
|\ | | | | linux-fslc-imx: bump to add one bugfix
| * linux-fslc-imx: bump to add one bugfixDaiane Angolini2025-01-091-1/+2
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | Merge pull request #2058 from Freescale/bump-linux-fslc-imx-2.2.0Otavio Salvador2025-01-071-11/+16
|\| | | | | linux-fslc-imx: Use 6.6-2.2.0.x from NXP BSP LF6.6.52_2.2.0
| * linux-fslc-imx: Use 6.6-2.2.0.x from NXP BSP LF6.6.52_2.2.0bump-linux-fslc-imx-2.2.0Daiane Angolini2025-01-071-11/+16
| | | | | | | | | | | | | | It also updates the stable kernel tags up to version v6.6.69, and include some LmP commits Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | kernel-module-nxp-wlan: Upgrade driver to 6.6.52-2.2.0Jun Zhu2025-01-071-3/+3
|/ | | | | | - The kernel driver supports new nxpiw610 module. Signed-off-by: Jun Zhu <junzhu@nxp.com>
* linux-fslc: 6.12.4 -> 6.12.6Benjamin Szőke2024-12-241-2/+2
|
* linux-fslc: 6.12.1 -> 6.12.4Benjamin Szőke2024-12-091-2/+2
|
* linux-fslc-imx: Fix fuse_write on imx-ocotp-fsb-s400Michael Glembotzki2024-11-261-2/+2
| | | | Signed-off-by: Michael Glembotzki <Michael.Glembotzki@iris-sensing.com>
* linux-fslc: 6.11.7 -> 6.12.1Benjamin Szőke2024-11-251-3/+3
|
* linux-fslc: 6.11.4 -> 6.11.7Benjamin Szőke2024-11-111-2/+2
|
* linux-fslc-imx: 6.6: UpdateLeon Anavi2024-11-071-1/+1
| | | | | | | Update the kernel version based on branch 6.6-2.1.x-imx to include the patch for Olimex iMX8MP-SOM-4GB-IND and iMX8MP-SOM-EVB-IND. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* linx-fslc-imx: Update the kernel recipeDaiane Angolini2024-10-221-1/+2
| | | | | | | It includes the following commit: a10c64e35a24 tty: vt: conmakehash: cope with abs_srctree no longer in env Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* linux-imx: Update to NXP BSP LF6.6.36_2.1.0Max Krummenacher2024-10-222-5/+5
| | | | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* linux-fslc: 6.11.3 -> 6.11.4Benjamin Szőke2024-10-211-2/+2
|
* kernel-module-isp-vvcam: prevent build warningMax Krummenacher2024-10-171-0/+2
| | | | | | | | | | | | | | | The way the kernel-module-isp-vvcam Makefiles are written, each kernel module gets its own Module.symvers created in its own sub directory. The only kernel module actually having a symbol exported is vvcam-dwe. Thus point MODULES_MODULE_SYMVERS_LOCATION to that location. Prevents: | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: Module.symvers not found in .../kernel-module-isp-vvcam/4.2.2.24.1/git/vvcam/v4l2/ | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: Please consider setting MODULES_MODULE_SYMVERS_LOCATION to a | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: directory below B to get correct inter-module dependencies Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* linux-fslc: 6.11.0 -> 6.11.3Benjamin Szőke2024-10-171-2/+2
|
* linux-fslc-imx: Use 6.6-2.1.0.x from NXP BSP LF6.6.36_2.1.0bump-linux-6.6.54-2.1.0Daiane Angolini2024-10-151-14/+9
| | | | | | It also updates the stable kernel version up to 6.6.54. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* linux-fslc-lts: restore LTS v6.1Benjamin Szőke2024-09-281-0/+41
|
* linux-fslc-lts: update to v6.6.50Benjamin Szőke2024-09-271-8/+4
|
* linux-fslc: 6.6.50 -> 6.11.0Benjamin Szőke2024-09-271-3/+7
|
* Merge pull request #1949 from Freescale/bump-kernelOtavio Salvador2024-09-231-8/+16
|\ | | | | linux-fslc-imx: Update 6.6-2.0.x-imx up to v6.6.51
| * linux-fslc-imx: Update 6.6-2.0.x-imx up to v6.6.51bump-kernelDaiane Angolini2024-09-201-8/+16
| | | | | | | | | | | | Update the recipe (with comments) to stable tag up to v6.6.51. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | kernel-module-isp-vvcam: Update 6.6.3-1.0.0 to 6.6.23-2.0.0Hiago De Franco2024-09-201-2/+2
|/ | | | | | Update to the new NXP BSP 6.6.23-2.0.0. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* Follow 6.6-2.0.x-imx instead of 6.6-1.0.x-imxMichael Glembotzki2024-09-181-4/+4
| | | | Signed-off-by: Michael Glembotzki <Michael.Glembotzki@iris-sensing.com>
* linux-fslc: Update the source revisionRodrigo M. Duarte2024-09-091-2/+2
| | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* linux-imx*: Upgrade v6.6.3-1.0.0 -> v6.6.23-2.0.0Tom Hochstein2024-08-145-7/+183
| | | | | | | Include three backported patches to avoid QA Errors for illegal TMPDIR references. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* kernel-module-nxp-wlan: Update 6.6.3-1.0.0 to 6.6.23-2.0.0Hiago De Franco2024-07-291-4/+4
| | | | | | Update mwifiex to the new NXP BSP 6.6.23-2.0.0. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* linux-fslc: Fix TMPDIR build failureDaiane Angolini2024-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The build failures: ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-fslc/6.6.36+git/lib/oid_registry_data.c in package linux-fslc-src contains reference to TMPDIR [buildpaths] ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: Fatal QA errors were found, failing task. ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-fslc/6.6.36+git/drivers/tty/vt/consolemap_deftbl.c in package linux-fslc-src contains reference to TMPDIR ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: Fatal QA errors were found, failing task. ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-fslc/6.6.36+git/drivers/video/logo/logo_linux_clut224.c in package linux-fslc-src contains reference to TMPDIR [buildpaths] ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: Fatal QA errors were found, failing task The relevant changes: 8f24666d05968 tty: vt: conmakehash: cope with abs_srctree no longer in env 7ea30dacfb713 lib/build_OID_registry: don't mention the full path of the script in output 0f806d7395704 video: logo: Drop full path of the input filename in generated fil Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* Merge pull request #1866 from leon-anavi/olimex-imx8mp-kernel-updateOtavio Salvador2024-07-111-1/+1
|\ | | | | linux-fslc-imx: 6.6: Support Olimex i.MX8MP
| * linux-fslc-imx: 6.6: Support Olimex i.MX8MPLeon Anavi2024-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | Update the kernel version to support for Olimex iMX8MP-SOM-4GB-IND and iMX8MP-SOM-EVB-IND. Relevant changes: - 13ed4e836942 ("Merge pull request #673 from leon-anavi/imx8mp-olimex") - 6cdcd7103c2f ("imx8mp-olimex.dts: Olimex iMX8MP-SOM-EVB-IND") Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* | linux-fslc: 6.6.32 -> 6.6.36upgrades/linux-uboot-fslcOtavio Salvador2024-07-091-3/+3
|/ | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Revert "linux: drop the old style kernels unshared S"Jose Quaresma2024-06-252-0/+4
| | | | | | | | | | | This reverts commit 6dcdeccc845145a666fd30e7e48cf3d18988974e. My conclusion was wrong because the source will be move to the STAGING_KERNEL_DIR only when we use the kernel-yocto.bbclass. This is because the same logic of moving sources is replicated here too. Fix https://github.com/Freescale/meta-freescale/issues/1855 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
* linux: drop the old style kernels unshared SJose Quaresma2024-06-122-4/+0
| | | | | | | | | | | | | The default source code location for kernel is defined on the kernel.bbclass and it was 'S = "${STAGING_KERNEL_DIR}"' In reality, although the kernel has its code in 'S = "${WORKDIR}/git"' it ends up being moved to '${STAGING_KERNEL_DIR}' in the do_symlink_kernsrc kernel.bbclass function. With this change, the do_symlink_kernsrc kernel.bbclass function will no longer create the symbolic link and the final result will be the same. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>