summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Auto-update LICENSE file with current recipe licensesHEADmastergithub-actions[bot]35 hours1-1/+1
|
* Merge pull request #2373 from eghidoli/master_update_uuuOtavio Salvador35 hours2-9/+12
|\ | | | | [master] uuu: upgrade 1.5.165 -> 1.5.233
| * uuu: upgrade 1.5.165 -> 1.5.233Emanuele Ghidoli37 hours2-9/+12
|/ | | | | | | | | | | Upgrade uuu to latest release, which introduces support for container format v2 required on newer SoCs such as i.MX943 and i.MX95 B0. This version adds support for macOS on ARM. As a result, the former executable uuu_mac has been renamed to uuu_mac_x86, and a new uuu_mac_arm binary is provided. Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
* Merge pull request #2363 from nxp-upstream/whinlatter-global-changeOtavio Salvador3 days3-5/+5
|\ | | | | global recipes: Fix whinlatter updates for source code lacation
| * global recipes: Fix whinlatter updates for source code lacationZelan Zou4 days3-5/+5
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* | Merge pull request #2368 from nxp-upstream/vulkan-loaderOtavio Salvador6 days3-2/+2
|\ \ | | | | | | vulkan-loader: Fix version-specific patching
| * | vulkan-loader: Fix version-specific patchingTom Hochstein7 days3-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build fails because it cannot find the patch files in the version- specific folder. The problem is the bbappend uses `PN`. However, it turns out that `BP` doesn't work either: ``` ERROR: /.../poky/meta/recipes-graphics/vulkan/vulkan-loader_1.4.321.0.bb: Unable to get checksum for vulkan-loader SRC_URI entry 0001-LF-11869-change-mali-wsi-layer-activating-order.patch: file could not be found The following paths were searched: /.../meta-freescale/recipes-graphics/vulkan/defaultpkgname-1.0/fsl/0001-LF-11869-change-mali-wsi-layer-activating-order.patch [ %< SNIP %< ] ``` When `FILESEXTRAPATHS` is prepended, `BP` is not ready since the immediate expansion operator `:=` is used, hence the folder name `defaultpkgname-1.0` shown in the error log. Fix the problem with hard-coded values. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | Merge pull request #2365 from nxp-upstream/vulkan-loaderOtavio Salvador7 days2-0/+0
|\ \ | |/ |/| vulkan-loader: Fix patch for non-GPU i.MX 8
| * vulkan-loader: Fix patch for non-GPU i.MX 8Tom Hochstein7 days2-0/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building for i.MX 8 without GPU results in a patching error: ``` ERROR: vulkan-loader-1.4.321.0-r0 do_patch: QA Issue: Fuzz detected: Applying patch 0001-LF-11869-change-mali-wsi-layer-activating-order.patch patching file loader/loader.c Hunk #1 succeeded at 3034 with fuzz 1 (offset 128 lines). Hunk #2 succeeded at 3101 (offset 135 lines). Hunk #3 succeeded at 3115 (offset 135 lines). The context lines in the patches can be updated with devtool: devtool modify vulkan-loader devtool finish --force-patch-refresh vulkan-loader <layer_path> Don't forget to review changes done by devtool! Patch log indicates that patches do not apply cleanly. [patch-fuzz] ``` The problem is i.MX 8 without GPU uses the latest Vulkan 1.4.321.0 and needs that version of the patch, but the recipe provides the older version of the patch for Vulkan 1.3.275.0.imx. Use version-specific folders to resolve the mismatch. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]8 days1-3/+0
|
* Merge pull request #2347 from nxp-upstream/optee-upgrade-to-6.12.20Otavio Salvador8 days30-294/+211
|\ | | | | Optee Update From 6.12.20-2.0.0
| * optee-test-qoriq: Upgrade 3.13 -> 4.6.0Zelan Zou2025-09-033-68/+20
| | | | | | | | | | | | Update from LF6.12.20-2.0.0 Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * optee-os-qoriq: Upgrade 3.13.0 -> 4.6.0Zelan Zou2025-09-034-93/+66
| | | | | | | | | | | | Update from LF6.12.20-2.0.0 Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * optee-client-qoriq: Upgrade 3.13.0 -> 4.6.0Zelan Zou2025-09-034-60/+18
| | | | | | | | | | | | Update from LF6.12.20-2.0.0 Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * imx-base.inc: Update optee PREFERRED_VERSION to 4.6.0.imxZelan Zou2025-09-031-6/+4
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * optee-test: Upgrade 4.4.0.imx -> 4.6.0.imxZelan Zou2025-09-033-6/+5
| | | | | | | | | | | | Update from LF6.12.20-2.0.0 Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * optee-os: Upgrade 4.4.0.imx -> 4.6.0.imxZelan Zou2025-09-039-24/+20
| | | | | | | | | | | | Update from LF6.12.20-2.0.0 Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * optee-client: Upgrade 4.4.0.imx -> 4.6.0.imxZelan Zou2025-09-016-37/+78
| | | | | | | | | | Update from LF6.12.20-2.0.0 Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]9 days1-1/+1
| |
* | Merge pull request #2360 from hiagofranco/sync-imx-oei-masterOtavio Salvador9 days3-3/+14
|\ \ | | | | | | [master] Cherry-pick commits from scarthgap on imx-oei
| * | imx95-19x19-verdin: set OEI_DDRCONFIG when IMX_SOC_REV is A0 or A1Ernest Van Hoecke9 days1-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | imx-base.inc: Update i.MX95 default Rev to B0Ernest Van Hoecke9 days1-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | imx-oei: Add OEI_DDRCONFIG for imx95 A1 buildsErnest Van Hoecke9 days1-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Add new variable OEI_DDRCONFIG to be used with A1 builds to specify the DDR configuration. Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com> (cherry picked from commit 1a77d79203d08b961bc2971685141ea4edf2bdce)
| * | imx-oei: Add compile option for imx95 B0Ernest Van Hoecke9 days1-0/+2
| | | | | | | | | | | | | | | Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com> (cherry picked from commit 85863672d74768876b3f2586032bdec2fca7d476)
| * | imx-oei: Update SRCREV and license to NXP BSP LF6.6.52-2.2.1Ernest Van Hoecke9 days1-3/+3
|/ / | | | | | | | | Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com> (cherry picked from commit 30e8b8107e0494c196e354090cea8bc3c4c265a6)
* | Merge pull request #2358 from hiagofranco/update-imx-lib-6.12.20-2.0.0Otavio Salvador9 days1-1/+1
|\ \ | | | | | | imx-lib: upgrade to NXP 6.12.20-2.0.0 release
| * | imx-lib: upgrade to NXP 6.12.20-2.0.0 releaseHiago De Franco9 days1-1/+1
| | | | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | | Merge pull request #2359 from hiagofranco/update-imx-test-6.12.20-2.0.0Otavio Salvador9 days1-2/+4
|\ \ \ | | | | | | | | imx-test: upgrade to NXP 6.12.20-2.0.0 release
| * | | imx-test: upgrade to NXP 6.12.20-2.0.0 releaseHiago De Franco9 days1-2/+4
| |/ / | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | | Merge pull request #2357 from hiagofranco/update-imx-mkimage-6.12.20-2.0.0Otavio Salvador9 days1-2/+2
|\ \ \ | | | | | | | | imx-mkimage: upgrade to NXP 6.12.20-2.0.0 release
| * | | imx-mkimage: upgrade to NXP 6.12.20-2.0.0 releaseHiago De Franco9 days1-2/+2
| |/ / | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]9 days1-2/+2
| | |
* | | Merge pull request #2356 from hiagofranco/update-firmware-imx-6.12.20-2.0.0Otavio Salvador9 days4-10/+10
|\ \ \ | | | | | | | | Update firmware-imx, firmware-ele-imx and imx-boot-firmware-file to 6.12.20 2.0.0
| * | | imx-boot-firmware-file: upgrade to NXP 6.12.20-2.0.0 releaseHiago De Franco9 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to version 8.28, from new 6.12.20-2.0.0 NXP release. From meta-imx, this was only a Copyright update. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| * | | firmware-ele-imx: upgrade to NXP 6.12.20-2.0.0 releaseHiago De Franco9 days1-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to version 2.0.2, from new 6.12.20-2.0.0 NXP release. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| * | | firmware-imx: upgrade to NXP 6.12.20-2.0.0 releaseHiago De Franco9 days2-5/+5
| |/ / | | | | | | | | | | | | | | | Upgrade to version 8.28, from new 6.12.20-2.0.0 NXP release. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | | Merge pull request #2354 from hiagofranco/update-jailhouse-imx-6.12.20-2.0.0Otavio Salvador10 days1-2/+2
|\ \ \ | | | | | | | | jailhouse-imx: upgrade to NXP 6.12.20-2.0.0 release
| * | | jailhouse-imx: upgrade to NXP 6.12.20-2.0.0 releaseHiago De Franco10 days1-2/+2
| |/ / | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]10 days1-1/+1
| | |
* | | Merge pull request #2353 from hiagofranco/update-imx-atf-6.12.20-2.0.0Otavio Salvador10 days1-3/+3
|\ \ \ | |/ / |/| | imx-atf: upgrade to NXP 6.12.20-2.0.0 release
| * | imx-atf: upgrade to NXP 6.12.20-2.0.0 releaseHiago De Franco10 days1-3/+3
|/ / | | | | | | | | | | Upgrade version to 2.12, from new 6.12.20-2.0.0 NXP release. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-09-011-2/+2
| |
* | Merge pull request #2346 from nxp-upstream/layerscape-update-to-6.12.20-2.0.0Otavio Salvador2025-09-0118-108/+98
|\ \ | |/ |/| Layerscape update to 6.12.20 2.0.0
| * keyctl-caam: Add qoriq to compatible machineZelan Zou2025-09-011-1/+1
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * qemu-qoriq: Upgrade from LF6.12.20-2.0.0Zelan Zou2025-08-311-1/+1
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * udev-rules-qoriq: Update rules from LF6.12.20-2.0.0Zelan Zou2025-08-312-0/+13
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * fmlib: Update from LF6.12.20-2.0.0Zelan Zou2025-08-311-1/+1
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * restool: Update from LF6.12.20-2.0.0Zelan Zou2025-08-312-30/+2
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * rcw: Update from LF6.12.20-2.0.0Zelan Zou2025-08-311-1/+1
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * mc-utils: Update from LF6.12.0-2.0.0Zelan Zou2025-08-311-1/+1
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>