| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| | |
mcore-demos: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update to the new NXP BSP 6.6.23-2.0.0.
- Replace m33 demos 2.14.1 and 2.15.000 with 2.16.000 version.
- Replace m4 demos 2.14.0 and 2.14.1 with 2.16.000 version, and fix
2.9.0 license checksum.
- Replace m7 demos 2.14.0, 2.14.1 and 2.15.000 with 2.16.000 version.
- Fix SRC_URI from imx-mcore-demos wich was causing the link to have an
extra '/', making the download fail.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\ \
| |/
|/| |
imx-boot update and fix
|
| |
| |
| |
| |
| |
| |
| | |
- Add i.MX 91 support
- Add missing STMM deploy
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Building in the NXP layer meta-imx with the latest imx-boot recipe, the
dtb is not found during mkimage build:
```
| NOTE: building iMX8MP - TEE=tee.bin-stmm flash_evk_stmm_capsule
| dtc -@ -I dts -O dtb -o signature.dtbo signature.dts
| fdtoverlay -i imx8mp-evk.dtb -o imx8mp-evk.dtb signature.dtbo
| Couldn't open blob from 'imx8mp-evk.dtb': No such file or directory
```
The problem is the recipe does now copy the dtb from u-boot-imx with a
config-adorned name, e.g., imx8mp-evk.dtb-sd, but mkimage is still
expecting imx8mp-evk.dtb.
Add a link for compatibility.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\
| |
| | |
imx-alsa-plugins_git: fix buildpath error
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Do not drop the OE provided settings of CFLAGS.
While at it, drop the additional indirection through
the INCLUDE_DIR variable.
Fixes:
| WARNING: imx-alsa-plugins-1.0.26+-r0 do_package_qa: QA Issue: File ...libasound_module_pcm_cicFilter.so in package imx-alsa-plugins-dbg contains reference to TMPDIR
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|\ \
| |/
|/| |
imx-base: Bump weston P_V to 12.0.4.imx
|
|/
|
|
|
|
| |
12.0.3.imx is gone from metadata
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|\
| |
| | |
weston-init: Fix RDP support
|
|/
|
|
|
|
|
|
|
|
|
|
| |
The modification of the weston.ini command line necessary for RDP
support is missing. The problem is the weston.ini template contains
`@bindir@`, while the sed operation for the modification contains
`${bindir}`.
Fix the problem by moving the replacement of `@bindir@` to the top of
the function `do_install:append()`.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\
| |
| | |
jailhouse-imx: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
|
|/
|
|
|
|
| |
Update to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\
| |
| | |
imx-boot: inherit from uboot-config rather than uboot-sign
|
| |
| |
| |
| |
| |
| | |
Signed-off-by: Rogerio Guerra Borin <rogerio.borin@toradex.com>
(cherry picked from commit dc6b22f9151e5487258a22de1aa564f5239c0e1b)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since commit 5e12dc911d0c541f43aa6d0c046fb87e8b7c1f7e on layer
openembedded-core, the class uboot-sign is supposed to be inherited by
u-boot recipes only, but the imx-boot recipe is currently inheriting
it. With this commit we change this situation by inheriting from
uboot-config instead so it can access relevant variables related to the
U-Boot configuration without inheriting the tasks defined by uboot-sign
which pertain exclusively to u-boot recipes (uboot_generate_rsa_keys,
uboot_assemble_fitimage); this in turn allows us to get rid of the
prepend to uboot_assemble_fitimage which only existed to allow that
extraneous task to succeed.
Nevertheless, the main issue solved by the commit is a conflict that
happens when imx-boot is used together a U-Boot configured not to
generate a boot container, i.e. with UBOOT_PROVIDES_BOOT_CONTAINER="0"
in which case both the U-Boot and the imx-boot recipe would try to
deploy the same files due to to extraneous tasks inherited, leading to
build errors like this:
ERROR: imx-boot-1.0-r0 do_deploy: Recipe imx-boot is trying to install
files into a shared area when those files already exist. The files
and the manifests listing them are:
/workdir/.../deploy/images/colibri-imx8x/u-boot-colibri-imx8x.dtb
(matched in manifest-colibri_imx8x-u-boot-toradex.deploy)
/workdir/.../deploy/images/colibri-imx8x/u-boot.dtb
(matched in manifest-colibri_imx8x-u-boot-toradex.deploy)
...
As part of this change we set variable UBOOT_DTB_BINARY to match the
setting in uboot-sign.bbclass, which duplicates information. This is not
ideal but it should work as that value is unlikely to change. The ideal
solution would likely be setting it in uboot-config.bbclass (provided by
layer openembedded-core); that's left as a future improvement.
Signed-off-by: Rogerio Guerra Borin <rogerio.borin@toradex.com>
(cherry picked from commit 45941f64766cd78f1491f74bf7483de52c43c9c5)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\
| |
| | |
linux-imx, u-boot-imx from NXP LF6.6.23-2.0.0
|
| |
| |
| |
| |
| |
| |
| | |
Include three backported patches to avoid QA Errors for illegal TMPDIR
references.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|/
|
|
|
|
|
| |
Update the u-boot-imx to the tag lf-6.6.23-2.0.0, that is used in the
NXP BSP LF6.6.23_2.0.0.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\
| |
| | |
libimxvpuapi2: Bump revision to 8639837a246f
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After bumping gstreamer1.0-plugins-imx build is failing. Here is a snippet
of the build error:
| ../git/ext/vpu/gstimxvpuenc.c:473:20: error: 'ImxVpuApiEncOpenParams'
has no member named 'fixed_intra_quantization'
| open_params->fixed_intra_quantization =
imx_vpu_enc->fixed_intra_quantization;
| ^~
Fix it by updating libimxvpuapi2 to the current HEAD of its repository.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\
| |
| | |
Upgrade graphics to LF 6.6.23-2.0.0
|
| |
| |
| |
| | |
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
| |
| |
| |
| |
| | |
mesa: Add patches for video showing wrong frame and fix virgl driver assert issue
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
| |
| |
| |
| | |
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
imx-gpu-g2d: Upgrade from 6.4.11.p2.4 to 6.4.11.p2.6
imx-g2d-samples: Update to latest 431f311a
imx-pxp-g2d: Update to latest edd234c4e
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
|\ \
| | |
| | | |
Update gstreamer and imx-opencl-converter from 6.6.3-1.0.0 to 6.6.23-2.0.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update imx-opencl-converter to version 0.4.0, syncing with
meta-imx layer and the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
| |/
| |
| |
| |
| |
| |
| | |
Upgrade gstreamer and all related recipes to 1.24.0, syncing with
meta-imx layer.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\ \
| | |
| | | |
recipes-multimedia: imx-*: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update the following recipes to NXP BSP 6.6.23-2.0.0:
- imx-codec 4.9.0
- imx-dsp 2.1.8
- imx-parser 4.9.0
- imx-vpuwrap (branch MM_04.09.00_2405_L6.6.y)
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\ \ \
| | | |
| | | | |
recipes-bsp: introduce imx-oei recipe
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
OEI stands for "Optional Executable Image", it was relased for NXP BSP
6.6.23-2.0.0. The OEI Firmware is required for the i.MX 95 SoC.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\ \ \
| | | |
| | | | |
imx-mkimage: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Update recipes to NXP BSP version 6.6.23-2.0.0.
This commit introduces the 'imx95' target.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\ \ \
| | | |
| | | | |
imx-lib: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Update the imx-lib branch to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\ \ \
| | | |
| | | | |
kernel-module-nxp-wlan: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Update mwifiex to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\ \ \
| | | |
| | | | |
firmware-nxp-wifi: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Update to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\ \ \
| | | |
| | | | |
imx-seco: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Update imx-seco to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\ \ \
| | | |
| | | | |
openembedded-layer: Remove luajit abbappend
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This (qoriq-ppc only) patch fails to apply since upstream commit
https://repo.or.cz/luajit-2.0.git/commitdiff/338e9863c220462201fde0e725aba4002310c849
This breaks 'devtool modify luajit' even on non-qoriq-pcc platforms.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
|\ \ \
| |/ /
|/| | |
Fix uboot localversion
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes regression done in the mentioned commit.
Fixes: d7e13f19fbf9 ("fsl-u-boot-localversion.bbclass: fix SRCREV_machine and AUTOREV use cases")
Signed-off-by: Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>
|
|/ /
| |
| |
| |
| | |
Fixes: d7e13f19fbf9 ("fsl-u-boot-localversion.bbclass: fix SRCREV_machine and AUTOREV use cases")
Signed-off-by: Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>
|
|\ \
| |/
|/| |
linux-fslc: Fix TMPDIR build failure
|