| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
xwayland: add missing libtirpc dependency
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
imx-lib: Fix GCC 15 build errors
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Imx93 rework plus Glitch Detection example
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
```
| 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>
|
| |
| |
| |
| | |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|/
|
|
|
|
|
|
| |
- 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>
|
| |
|
|\
| |
| | |
xwayland: 23.2.5.imx -> 24.1.6-imx
|
|/
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\
| |
| | |
recipes-multimedia: libimxvpuapi: Use python-native instead the host one
|
|/
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
mesa-demos: Add new patch for mesa-demos application
|
|/
|
|
|
|
|
| |
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>
|
|\
| |
| | |
imx-sc-firmware: Always use BFD linker
|
|/
|
|
|
|
|
| |
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>
|
|\
| |
| | |
firmware-nxp-wifi: Add symbolic link for IW416
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|\
| |
| | |
mali-imx: r50.2 -> r53.0
|
|/
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\
| |
| | |
imx-gpu-viv: Fix the imx-gpu-viv install task
|
|/
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\
| |
| | |
imx-gpu-viv: 6.4.11.p2.10 -> 6.4.11.p3-0
|
|/
|
|
|
|
| |
This commit update the recipes imx-gpu-viv for aarch32 and aarch64.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|\
| |
| | |
Update imx g2d
|
| |
| |
| |
| | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
| |
| |
| | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
| |
| |
| | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|/
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|\
| |
| | |
Update gstreamer to LF6.12.3
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
This commit update the gstreamer1.0-libav version for imx8 and imx9.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
| |
| |
| | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
MM_04.09.03_2412_L6.12.y
This commit add the following source revisions:
370510e imxasrc: Fix build issue on header file
79bc3c7 LF-14241: Switch to upstreamed API in GST ASRC plugin
8883212 sync g2d header file from g2d repo imx_2.3 branch for 2025Q1
484d93d Update release branch in SCR.txt to lf-6.12.3-1.0.0
50bcb33 MMFMWK-9455 imxcompositor: copy input frame to internal bufferpool instead of new allocated buffer
fbf2c41 MMFMWK-9453 imxvideoconvert: need check alignment in video meta when checking buffer alignment
36a4b84 MMFMWK-9453 imxvideoconvert: No need check alignment if buffer belongs to its own pool
a0bdf7f resize buffer only if width and height have no padding
5b8b5be MMFMWK-9444 grecorder: support cluster duration configuration for mkv format
7fefc0c MMFMWK-9444 grecorder: support fmp4 format recording
668fce0 LF-13894 ocl: check source buffer alignment based on device requirement.
c5e2275 YOCIMX-8325 osink: fix displayfb.c build break with gcc14
a2ea381 [configurea.ac] Update version to 4.9.3 for next release
b8cf002 Update release branch in SCR.txt to lf-6.6.52-2.2.0
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
MM_04.09.03_2412_L6.12.y
This commit add the following source revisions:
7bb1254fc SCR: correct the wrong branch name in SCR for LF-6.12.3
2fd4bec02 update release location in SCR to correct URL
165a26789 Update release branch in SCR.txt to lf-6.12.3-1.0.0
642cbd688 MMFMWK-9454 waylandsink: Only update video meta to video info when creating shm mem.
96058cd12 MMFMWK-9383 waylandsink: fix display abnormal on Xen
46ae98d72 MMFMWK-9417 waylandsink: create shm buffer without padding
ae1e0cf3f Update release branch in SCR.txt to lf-6.6.52-2.2.0
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
MM_04.09.03_2412_L6.12.y
This commit add the following source revisions:
626a972e9 update release location in SCR to correct URL
8aac95afc Update release branch in SCR.txt to lf-6.12.3-1.0.0
4cd595322 MMFMWK-9390 v4l2: Add ARGB2101010 support for imx95 wave6 precoding
9831ce142 LF-14072 v4l2: fix downscale has abnormal lines at bottom
a4fe588e6 MMFMWK-9434 v4l2allocator: respect v4l2 plane's bytesused calculated by import_dmabuf
2a5281984 LF-13169 v4l2: skip pollerr if capture queue has not set up
7dee248be Update release branch in SCR.txt to lf-6.6.52-2.2.0
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
MM_04.09.03_2412_L6.12.y
This commit add the following source revisions:
858ae5a1f id3v2: Don't try parsing extended header if not enough data is available
a256f3bb9 update release location in SCR to correct URL
17df24937 Update release branch in SCR.txt to lf-6.12.3-1.0.0
ac80e93be playback: Improve stream list search
67e0489c4 urisourcebin: Aggregate collections from multiple parsebin
60fcf0ee3 parsebin: Store caps on parsepad as early as possible
c735496eb parsebin: Don't store bogus caps on GstStream
5d6fc457f parsebin: Minor debug statement updates
7fa4272dc urisourcebin: Allow more cases for posting stream-collection
130360066 Revert "MMFMWK-9426 decodebin3: fix rtsp stream random playback fail with "No suitable plugins found""
025f46ab4 MMFMWK-9419 glupload: Use info in in_caps to map video frames When copying input buffer to dambuf
0dcf1a0c7 MMFMWK-9433 decodebin3: workaround to fix try next decoder fail
b002bf3ea Update release branch in SCR.txt to lf-6.6.52-2.2.0
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit add the following source revisions:
e0d37a7d77 allocator: Avoid integer overflow when allocating sysmem
0ebc3f4829 Update release branch in SCR.txt to lf-6.12.3-1.0.0
3a60283eb7 Update release branch in SCR.txt to lf-6.6.52-2.2.0
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| | |
|
|\ \
| |/
|/| |
Update libdrm to 2.4.123.imx
|
| |
| |
| |
| | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|/
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|\
| |
| | |
Update isp-imx
|
| |
| |
| |
| | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|