| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit d8510db5c0ede0739ede6deff0f17ad8cfc5de3d)
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Add i.MX 91 support
- Add missing STMM deploy
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 9cbfa8f33730e59e8be810ecdd3967738b07380a)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 2db7047ba40efed4d9e7c86c63d71158d974e297)
|
| |
| |
| |
| |
| |
| |
| | |
12.0.3.imx is gone from metadata
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5b22cd90a88e61b49791ab620d2363e322ed31f8)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit fc8a552046654900e65bff8848af66d21be70f3f)
|
| |
| |
| |
| |
| |
| |
| | |
Update to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit 0643299b613dcccfa6fd731ba357a34ef69320e8)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit f50044623d99e4e5c72db2e1d1c97f16c8e8903a)
|
| |
| |
| |
| |
| |
| |
| |
| | |
Include three backported patches to avoid QA Errors for illegal TMPDIR
references.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 81ec8d145bc632e2245467921bd9cfdbc2fc7ff5)
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 8335c55ed1f67ad38062dbc7ed35b8ef41466033)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit c27889664be1cb62926c19c619838882367136c5)
|
| |
| |
| |
| |
| | |
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
(cherry picked from commit 6338d5bda5b55ae8e2df2a6f30b45b02ebf5f153)
|
| |
| |
| |
| |
| | |
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
(cherry picked from commit 4297c9d7b0799b48527efa990b8b5e8b35e41596)
|
| |
| |
| |
| |
| |
| | |
mesa: Add patches for video showing wrong frame and fix virgl driver assert issue
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
(cherry picked from commit 6204783c642c92e3d59d0cbea494df59d5958cd7)
|
| |
| |
| |
| |
| | |
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
(cherry picked from commit 46949846a64108f4fec63b33c4d64cfe7415009a)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 74fd3be7c0d23cdf0fe227a50b18f3d506f06ce6)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 753a955102667f147c97823ec881f5c028dca137)
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 0f663b89eaff6e2f8cbeb44966725b6e58633de3)
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit d1c6878cf25575f98ab12c5e685a0728afa4424a)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 998dfdfc16433124a266a02fbfe4241759106332)
|
| |
| |
| |
| |
| |
| |
| | |
Update imx-seco to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit 4737cf7998efc986463a9242f821237db6e26cb4)
|
| |
| |
| |
| |
| |
| |
| | |
Update to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit a3ca0c98aba5bd3b8f9513df5a0bfde3c92883b2)
|
| |
| |
| |
| |
| |
| |
| | |
Update mwifiex to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit f649ad89c60f8075de3a18b03f8fbdb37074bcbc)
|
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 7e6dcb999bd8a82c18ec764200b7a63866ac8dcf)
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit d4d7d9a80e471dfd70d738091ee256c0c64ff071)
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 61beaf5861f2bde6158788db37a6c1c54c971d1a)
|
| |
| |
| |
| |
| |
| |
| | |
Update to the new branch, for now the same hash is being used.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit 8365eb75a4e9e417b1cbc64ab51fa0c526577e15)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The code of fmc package is created in windows editer environment,
and the CRLF is different from unix format, so update patch format
so that apply patch smoothly.
Signed-off-by: Meng Li <Meng.Li@windriver.com>
(cherry picked from commit a43e9940547ddcd93fae81f6934b006e7b567f6e)
|
|/
|
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit a769fe5a54994fcdb9aabd7f4971c0c93588f699)
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\
| |
| | |
[Backport scarthgap] imx-cst: introduce the recipe for the version 3.4.0
|
|/
|
|
|
|
|
|
| |
New version of NXP i.MX Code Signing Tool for signing images for i.MX
HABv4 and AHAB.
Signed-off-by: Paul Gerber <paul.gerber@ew.tq-group.com>
(cherry picked from commit 81657e636f75015534f1b95af31a3a51552f7545)
|
|\
| |
| | |
[scarthgap] 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>
(cherry picked from commit 1963104c4ad7367686c910c70a07cbc7df3cd6c5)
|
|\
| |
| | |
imx-atf: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
|
| |
| |
| |
| |
| |
| |
| | |
Update to 49143a1701d9 used in the NXP BSP release L6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit 8b73b581eeb0018ef00a1922e3bc3d86cf10d664)
|
|\ \
| | |
| | | |
[Backport scarthgap] 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>
(cherry picked from commit 3a26a0b27ff574188a4a9433b27890f384c89b82)
|
|/ /
| |
| |
| |
| |
| | |
Fixes: d7e13f19fbf9 ("fsl-u-boot-localversion.bbclass: fix SRCREV_machine and AUTOREV use cases")
Signed-off-by: Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>
(cherry picked from commit 8c5fbbce4d6260146d6e4c8b8f6f4a032c8f0a4f)
|
|\ \
| | |
| | | |
[Backport scarthgap] linux-fslc: Fix TMPDIR build failure
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The build failures:
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: QA Issue: File
/usr/src/debug/linux-fslc/6.6.36+git/lib/oid_registry_data.c in package linux-fslc-src contains reference to TMPDIR [buildpaths]
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: Fatal QA errors were found, failing task.
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: QA Issue: File
/usr/src/debug/linux-fslc/6.6.36+git/drivers/tty/vt/consolemap_deftbl.c in package linux-fslc-src contains reference to TMPDIR
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: Fatal QA errors were found, failing task.
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: QA Issue: File
/usr/src/debug/linux-fslc/6.6.36+git/drivers/video/logo/logo_linux_clut224.c in package linux-fslc-src contains reference to TMPDIR [buildpaths]
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: Fatal QA errors were found, failing task
The relevant changes:
8f24666d05968 tty: vt: conmakehash: cope with abs_srctree no longer in env
7ea30dacfb713 lib/build_OID_registry: don't mention the full path of the script in output
0f806d7395704 video: logo: Drop full path of the input filename in generated fil
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
(cherry picked from commit db123d16409e4d3d9b01ce932f307b948565a1a5)
|
|\ \
| |/
|/| |
imx-boot: inherit from uboot-config rather than uboot-sign
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
| |
Signed-off-by: Rogerio Guerra Borin <rogerio.borin@toradex.com>
|
|\
| |
| | |
Scarthgap: linux-fslc-imx: 6.6: Support Olimex i.MX8MP
|
|/
|
|
|
|
|
|
|
|
|
| |
Update the kernel version to support for Olimex iMX8MP-SOM-4GB-IND
and iMX8MP-SOM-EVB-IND.
Relevant changes:
- 13ed4e836942 ("Merge pull request #673 from leon-anavi/imx8mp-olimex")
- 6cdcd7103c2f ("imx8mp-olimex.dts: Olimex iMX8MP-SOM-EVB-IND")
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\
| |
| | |
[Backport scarthgap] linux-fslc: 6.6.32 -> 6.6.36, u-boot-fslc: 2024.04 -> 2024.07
|
| |
| |
| |
| |
| | |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit c1bd142771904927c30a2b236f89b44e25ea6623)
|
|/
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 6f680b1c5b931348e07868a0a486b921f022aef4)
|
|\
| |
| | |
[Backport scarthgap] Revert "linux: drop the old style kernels unshared S"
|
|/
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 6dcdeccc845145a666fd30e7e48cf3d18988974e.
My conclusion was wrong because the source will be move to the STAGING_KERNEL_DIR only when we use
the kernel-yocto.bbclass. This is because the same logic of moving sources is replicated here too.
Fix https://github.com/Freescale/meta-freescale/issues/1855
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
(cherry picked from commit cdbd3dd75ad0ed3b1eaf25982a0f982d725bf222)
|
|\
| |
| | |
[Backport scarthgap] firmware-imx: Update 8.23 -> 8.24
|