The current glslang fails to compile.
```
| /.../SPIRV/SpvTools.cpp: In function 'spv_target_env glslang::MapToSpirvToolsEnv(const SpvVersion&, spv::SpvBuildLogger*)':
| /.../SPIRV/SpvTools.cpp:75:32: error: 'SPV_ENV_VULKAN_1_4' is not a member of 'spv_target_env'
| 75 | return spv_target_env::SPV_ENV_VULKAN_1_4;
| | ^~~~~~~~~~~~~~~~~~
| /.../SPIRV/SpvTools.cpp: In function 'void glslang::SpirvToolsValidate(const TIntermediate&, std::vector<unsigned int>&, spv::SpvBuildLogger*, bool)':
| /.../SPIRV/SpvTools.cpp:168:5: error: 'spvValidatorOptionsSetAllowOffsetTextureOperand' was not declared in this scope
| 168 | spvValidatorOptionsSetAllowOffsetTextureOperand(options, intermediate.usingTextureOffsetNonConst());
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
Downgrade to 1.3.275.0 to align with the existing Vulkan downgrade.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit add the following source revisions:
191c4b95 LF-14654 initialize q->lock to accommodate community change
ee6c79b9 CL1125312 M865SW-1342: Fix vvext capture image fails when do stress test
dc686fbb CL1127718 M865SW-1317: Fix frame rate drop issue after disabling dewarp engine
Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit add the following source revisions:
7a8beaa Updated the README file by correcting the destination PATH of source code and binary
eecc587 Driver commit for release MM6X18537.p9 2025-05-27_13:55:57
ca52beb Pull request #1: Master
91d2e89 mxm_wifiex: fix build error on L6.15 kernel next tree
2da89e4 WCSWREL-700: Makefile: remove the SD8801 support
bc7387b Driver commit for release MM6X18537.p2_2025-04-22-00-50-45
32e3210 Driver commit for release MM6X18537_2025-04-22-00-42-38
0ea4f2f mxm_wifiex: fix build error on L6.14 kernel next tree
3383eb3 mxm_wifiex: remove MODULE_DEVICE_TABLE for usb wifi driver
e207c16 mxm_wifiex: Enable PCIE-AW693 and USB-IW610 support
58368fe mxm_wifiex: fix build warnings on L6.13 kernel next tree
Signed-off-by: Jun Zhu <junzhu@nxp.com>
As NXP moves imx-uuc.git to project github.com/nxp-imx, the original
github.com/NXPmicro/imx-uuc.git will be redircting to this new location.
Signed-off-by: Jun Zhu <junzhu@nxp.com>
OE-core updated to glibc 2.42. This version no longer provides
termio.h.
Fixes
| ...tools/gplay2/gplay2.c:29:10: fatal error: termio.h: No such file or directory
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
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>
OE-Core updated to CMake 4. This bumped the minimum CMake Version
to 3.5.
Patch the sources so that that the isp-imx can be built.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This also needs a bump to a later NXP EULA.
The PACKAGECONFIG tuningext overites the EXTRA_OECMAKE parameter
"-DTUNINGEXT=1". Remove it from EXTRA_OECMAKE.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>