| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Use the new virtual runtime provider to configure the ICD for i.MX GPU.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
A change in meta-openembedded that provided virtual/opencl-icd [1]
changed the name to virtual/libopencl1.
[1] https://git.openembedded.org/meta-openembedded/commit/?id=87b44d29b6942427bfb1fab02a4564e41dcc01a0
Fixes e.g. when building 'clpeak' for a downstream vivante setup:
| ERROR: The file /usr/lib/libOpenCL.so.1 is installed by both opencl-icd-loader and imx-gpu-viv, aborting
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| |\
| |
| | |
Optee Update From 6.12.20-2.0.0
|
| | |
| |
| |
| | |
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Easily allow builds for iMX95 Rev A0/A1 by automatically setting the
necessary variable OEI_DDRCONFIG when IMX_SOC_REV is set to A0/A1.
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
(cherry picked from commit 3a6ac9a5052061aec3252effc0773e55cf5635b8)
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is necessary to align with NXP BSP LF6.6.52-2.2.1.
In imx-oei, the default DDR timings have been updated to B0, and anyone
building for A0/A1 is expected to pass the argument DDR_CONFIG with the
A1 timings to imx-oei.
Therefore, a machine conf for A0/A1 support that also sets the desired
timings is always necessary, and we have to drop A0/A1 from
imx-base.inc. It is not enough to override IMX_SOC_REV to support A0/A1.
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
(cherry picked from commit e43eb830443b70b82a67e90dd785736fac90f16d)
|
| |
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
|
|
| |
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kernel-fitimage class has been replaced by kernel-fit-image class in following commit of poky:
| 1d8c78c8cd6 kernel-fitimage.bbclass: remove it
and according to migration-5.3.rst
|d01f9c44ed98d0b2517 migration-5.3: replace kernel-fitimage by kernel-fit-image
now we should set KERNEL_CLASSES to kernel-fit-extra-artifacts
"
- ``kernel-fitimage.bbclass``: the class has been replaced by the
:ref:`ref-classes-kernel-fit-image` class. The new implementation resolves
the long-standing :yocto_bugs:`bug 12912</show_bug.cgi?id=12912>`.
If you are using the kernel FIT image support, you will need to:
#. Make sure to include ``kernel-fit-extra-artifacts`` in your :term:`KERNEL_CLASSES`
variable to ensure the required files are exposed to the :term:`DEPLOY_DIR_IMAGE`
directory::
KERNEL_CLASSES += "kernel-fit-extra-artifacts"
"
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.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>
|
| |
|
|
| |
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>
|
| |\
| |
| | |
gst-examples: import from oe-core and downgrade to 1.24.7
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
OE core upgraded gst-examples from 1.18.6 to 1.26.1.
The newer version fails in configure as it expects the gstreamer
version to be 1.26 or greater.
Import the 1.26.1 recipe and downgrade it to 1.24.7. Append the
version with '.imx' to point out that it is meant for the NXP
gstreamer fork.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| |/
|
|
|
|
|
|
| |
imx-mkimage now defaults to newer lpddr5 files. Change to use the
new version of the files and change to use the newly introduced
LPDDR_FW_VERSION variable.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| |
|
|
|
|
|
| |
Updated default version for weston to 14.0.1 and wayland protocol to
1.37 based on BSP LF6.12.3_1.1.0
Signed-off-by: Sathishkumar Duraisamy <sathishkumar.d.cbe@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
This commit add new MACHINE_FEATURES to following machines:
imx93-9x9-lpddr4-qsp
imx93-11x11-lpddr4x-evk
imx93-14x14-lpddr4x-evk
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
| |
This commit append imx-m33-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
| |
This commit append imx-m33-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
| |
This commit append imx-m33-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
|
|
|
| |
This commit add new MACHINE_FEATURES for following machines:
imx8dxl-a1-lpddr4-evk
imx8dxl-b0-lpddr4-evk
imx8dxl-a1-ddr3l-evk
imx8dxl-b0-ddr3l-evk
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
| |
This commit append imx7-m7-core on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added.
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>
|
| |
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
| |
This commit remove non-existent device tree in kernel source tree for
machines imx8dx-mek and imx8qxp-mek.
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>
|
| |
|
|
|
|
|
| |
This commit append imx-m4-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added to machines.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
|
| |
This commit append imx-m7-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added to imx8mp-ddr4-evk and imx8mp-lpddr4-evk
machines.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
| |
This commit append imx-m7-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
|
| |
This commit append imx-m7-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added to imx8mn-ddr4-evk and imx8mn-lpddr4-evk
machines.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
| |
This commit add new MACHINE_FEATURES on imx8mn-ddr4-evk and
imx8mn-lpddr4-evk machines.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
|
| |
This commit append imx-m4-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added to imx8mm-ddr4-evk and imx8mm-lpddr4-evk
machines.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
| |
This commit add new MACHINE_FEATURES on imx8mm-ddr4-evk and
imx8mm-lpddr4-evk machines.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |
|
|
|
|
|
| |
This commit append imx-m4-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|