summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2322 from Freescale/backport-2032-to-walnascarwalnascarOtavio Salvador6 days1-0/+3
|\ | | | | [Backport walnascar] udev-rules-imx: Set group to video on i.MX93/95 devices
| * udev-rules-imx: Set group to video on i.MX93/95 devicesAlexander Stein6 days1-0/+3
|/ | | | | | | | | | | | imx-pxp-g2d needs root access to * /dev/pxp_device * /dev/mali* * /dev/dma_heap/linux,cma* These are necessary for weston to start as non-root user. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> (cherry picked from commit cab7e1a11b5e6adb3cf886dbb199241613ffc5ce)
* Merge pull request #2317 from Freescale/backport-2316-to-walnascarOtavio Salvador2025-07-221-1/+1
|\ | | | | [Backport walnascar] imx-system-manager: fix EXTRA_OEMAKE verbose parameter
| * imx-system-manager: fix EXTRA_OEMAKE verbose parameterVitor Soares2025-07-221-1/+1
|/ | | | | | | Change V=y to V=1 for proper verbose output in iMX System Manager builds. Signed-off-by: Vitor Soares <vitor.soares@toradex.com> (cherry picked from commit 44963fd74196ec4ea1caae4c72cb47cd234a78cf)
* Merge pull request #2315 from Freescale/backport-2314-to-walnascarOtavio Salvador2025-07-142-0/+34
|\ | | | | [Backport walnascar] isp-imx: don't leave systemd service in failed state
| * isp-imx: don't leave systemd service in failed stateHiago De Franco2025-07-142-0/+34
|/ | | | | | | | | If no camera is configured in the device tree systemd imx8-isp.service goes to the failed state. Prevent that. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> (cherry picked from commit 7b47635c70471284630bac3914bb27e3950feacb)
* Merge pull request #2313 from Freescale/backport-2311-to-walnascarOtavio Salvador2025-07-091-4/+7
|\ | | | | [Backport walnascar] pipewire: Simplify gstreamer package config override
| * pipewire: Simplify gstreamer package config overridebackport-2311-to-walnascarTom Hochstein2025-07-081-4/+7
|/ | | | | | | | Allow the user to more easily override the removal of the gstreamer PACKAGECONFIG. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 5687813ed7c27a5cc2fbfbbd3cc129de0f8036b2)
* Merge pull request #2307 from ekronborg/boot-containerOtavio Salvador2025-06-231-0/+3
|\ | | | | imx-boot-container: copy ${OPTEE_BOOT_IMAGE} to ${B}
| * imx-boot-container: copy ${OPTEE_BOOT_IMAGE} to ${B}Emil Kronborg2025-06-231-0/+3
|/ | | | | | | | | | | | | | | | | | | | | After commit commit 015483904c52 ("arm: imx8m: add OP-TEE node") in upstream U-Boot, Binman complains if building imx8mp_evk with CONFIG_OPTEE=y because tee.bin is missing: Image 'image' is missing external blobs and is non-functional: tee-os /binman/section/nxp-imx8mcst@1/fit/images/tee/tee-os (tee.bin): See the documentation for your board. You may need to build Open Portable Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin Image 'image' has faked external blobs and is non-functional: tee.bin Some images are invalid make: *** [Makefile:1135: .binman_stamp] Error 103 This commit ensures that ${OPTEE_BOOT_IMAGE}, for example, tee.bin for imx8mp-evk, is copied to the build folder if the optee feature is enabled.
* Merge pull request #2306 from hiagofranco/add-whinlatterOtavio Salvador2025-06-221-1/+1
|\ | | | | layer.conf: update for the whinlatter release series
| * layer.conf: update for the whinlatter release seriesHiago De Franco2025-06-221-1/+1
|/ | | | | | | | | Fix current error: ERROR: Layer freescale-layer is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with walnascar) Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* Merge pull request #2304 from hiagofranco/fix-xwayland-buildOtavio Salvador2025-06-121-1/+1
|\ | | | | xwayland: add missing libtirpc dependency
| * xwayland: add missing libtirpc dependencyHiago De Franco2025-06-121-1/+1
|/ | | | | | | | | | | | | | | | Current recipe is failing with the following error: | ../xwayland-24.1.6/os/meson.build:66:8: ERROR: Problem encountered: secure-rpc requested, but neither libtirpc or libc RPC support were found Fix it by adding libtirpc as dependency. This aligns with the xwayland recipe from oe-core layer [1]. [1] https://github.com/openembedded/openembedded-core/commit/6334fac0a0b0783298957e2ccbe3a27490f7da09 Fixes: 2a1583a69cf6 ("xwayland: 23.2.5.imx -> 24.1.6-imx") Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* Merge pull request #2303 from nxp-upstream/imx-libOtavio Salvador2025-06-122-1/+56
|\ | | | | imx-lib: Fix GCC 15 build errors
| * imx-lib: Fix GCC 15 build errorsTom Hochstein2025-06-122-1/+56
|/ | | | | | | | | | | | | | | | | | Fixes: ``` +In file included from mxc_hdmi-cec.c:40: +hdmi-cec.h:54:23: error: 'bool' cannot be defined via 'typedef' + 54 | typedef unsigned char bool; + | ^~~~ +hdmi-cec.h:54:23: note: 'bool' is a keyword with '-std=c23' onwards +hdmi-cec.h:54:1: warning: useless type name in empty declaration + 54 | typedef unsigned char bool; + | ^~~~~~~ +``` ``` Fixes: #2301 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #2302 from nxp-upstream/imx93Otavio Salvador2025-06-124-8/+51
|\ | | | | Imx93 rework plus Glitch Detection example
| * imx-atf: Fix header guard errorTom Hochstein2025-06-102-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | ``` | In file included from drivers/nxp/trdc/imx_trdc.c:13: | include/drivers/nxp/trdc/imx_trdc.h:7: error: header guard 'IMX_TRDC_H' followed by '#define' of a different macro [-Werror=header-guard] | 7 | #ifndef IMX_TRDC_H | include/drivers/nxp/trdc/imx_trdc.h:8: note: 'IMX_XRDC_H' is defined here; did you mean 'IMX_TRDC_H'? | 8 | #define IMX_XRDC_H ``` Fixes: #2301 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx93-evk.inc: Add IMXBOOT_TARGETS for Glitch Detection (GDET)Tom Hochstein2025-06-101-1/+6
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx93-evk.inc: ReworkTom Hochstein2025-06-102-7/+9
|/ | | | | | | | - Consolidate UBOOT_CONFIG and IMXBOOT_TARGETS setting in .inc - Drop UBOOT_CONFIG 'ld' which is not supported - Facilitate easy override of IMXBOOT_TARGETS types Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-06-021-1/+1
|
* Merge pull request #2300 from OSSystems/topic/xwaylandOtavio Salvador2025-06-023-6/+15
|\ | | | | xwayland: 23.2.5.imx -> 24.1.6-imx
| * xwayland: 23.2.5.imx -> 24.1.6-imxRodrigo M. Duarte2025-06-023-6/+15
|/ | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* Merge pull request #2299 from panicking/fix/libimxvpuapi-python-dependencyOtavio Salvador2025-05-312-2/+2
|\ | | | | recipes-multimedia: libimxvpuapi: Use python-native instead the host one
| * recipes-multimedia: libimxvpuapi: Use python-native instead the host oneMichael Trimarchi2025-05-312-2/+2
|/ | | | | | | | The usage of the host native can break the build in depends of the container version you run and even let you depend on host tools. Make the dependency on yocto package Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
* Merge pull request #2298 from OSSystems/topic/mesaOtavio Salvador2025-05-305-33/+96
|\ | | | | mesa-demos: Add new patch for mesa-demos application
| * mesa-demos: Add new patch for mesa-demos applicationRodrigo M. Duarte2025-05-305-33/+96
|/ | | | | | | This commit fix the old patchs and add the following new patch: 0001-YOCIMX-8300-Fix-mesa-demos-build-break-on-GCC-14.patch Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* Merge pull request #2296 from YoeDistro/yoe/mutOtavio Salvador2025-05-241-0/+3
|\ | | | | imx-sc-firmware: Always use BFD linker
| * imx-sc-firmware: Always use BFD linkerKhem Raj2025-05-241-0/+3
|/ | | | | | | Some distros e.g. yoe uses LLD linker as default, it does not work with prebuilt baremetal toolchain used for imx-sc-firmware Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #2294 from dolcini/fix-nxp-wifi-firmware-symlinkOtavio Salvador2025-05-231-0/+1
|\ | | | | firmware-nxp-wifi: Add symbolic link for IW416
| * firmware-nxp-wifi: Add symbolic link for IW416Francesco Dolcini2025-05-231-0/+1
|/ | | | | | | | | | | | | | Add missing symbolic link for IW416 to the name expected by the mainline Linux kernel driver. Fixes the following error during the driver probe: | mwifiex_sdio mmc2:0001:1: Direct firmware load for mrvl/sdiouartiw416_combo_v0.bin failed with error -2 | mwifiex_sdio mmc2:0001:1: Failed to get firmware mrvl/sdiouartiw416_combo_v0.bin | mwifiex_sdio mmc2:0001:1: info: _mwifiex_fw_dpc: unregister device Fixes: 6bc2c1fb01f2 ("firmware-nxp-wifi: Added symbolic links for wifi firmware files") Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-05-221-1/+1
|
* Merge pull request #2293 from OSSystems/topic/maliOtavio Salvador2025-05-221-3/+3
|\ | | | | mali-imx: r50.2 -> r53.0
| * mali-imx: r50.2 -> r53.0Rodrigo M. Duarte2025-05-221-3/+3
|/ | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* Merge pull request #2292 from OSSystems/topic/imx-gpu-vivOtavio Salvador2025-05-222-17/+5
|\ | | | | imx-gpu-viv: Fix the imx-gpu-viv install task
| * imx-gpu-viv: Fix the imx-gpu-viv install taskRodrigo M. Duarte2025-05-222-17/+5
|/ | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* Merge pull request #2291 from OSSystems/topic/imx-gpu-vivOtavio Salvador2025-05-215-19/+19
|\ | | | | imx-gpu-viv: 6.4.11.p2.10 -> 6.4.11.p3-0
| * imx-gpu-viv: 6.4.11.p2.10 -> 6.4.11.p3-0Rodrigo M. Duarte2025-05-215-19/+19
|/ | | | | | This commit update the recipes imx-gpu-viv for aarch32 and aarch64. Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-05-211-2/+2
|
* Merge pull request #2290 from OSSystems/topic/imx-g2dOtavio Salvador2025-05-214-16/+16
|\ | | | | Update imx g2d
| * imx-pxp-g2d: 2.2 -> 2.3Rodrigo M. Duarte2025-05-211-4/+4
| | | | | | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
| * imx-gpu-g2d: 6.4.11.p2.10 -> 6.4.11.p3.0Rodrigo M. Duarte2025-05-211-4/+4
| | | | | | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
| * imx-g2d-samples: 2.2 -> 2.3Rodrigo M. Duarte2025-05-211-3/+3
| | | | | | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
| * imx-dpu-g2d: 2.2.2 -> 2.3.0Rodrigo M. Duarte2025-05-211-5/+5
|/ | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-05-211-1/+1
|
* Merge pull request #2284 from OSSystems/topic/gstreamerOtavio Salvador2025-05-217-22/+20
|\ | | | | Update gstreamer to LF6.12.3
| * imx-base: Change the IMX_DEFAULT_KERNEL assignmentRodrigo M. Duarte2025-05-201-2/+2
| | | | | | | | | | | | | | This commit changes the IMX_DEFAULT_KERNEL assignment to allow change the kernel provider. Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
| * imx-base: Change the PREFERRED_PROVIDER u-boot assignmentRodrigo M. Duarte2025-05-201-2/+2
| | | | | | | | | | | | | | This commit changes the PREFERRED_PROVIDER_u-boot assignment to allow to change the u-boot provider. Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
| * imx-base: Update gstreamer1.0-libav versionRodrigo M. Duarte2025-05-201-2/+2
| | | | | | | | | | | | This commit update the gstreamer1.0-libav version for imx8 and imx9. Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
| * gstreamer1.0-libav: 1.24.0.imx -> 1.24.7.imxRodrigo M. Duarte2025-05-201-1/+1
| | | | | | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>