summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #2101 from ernestvh/master-6.6-2.2.x-imx-bump-6.6.74Otavio Salvador2025-01-301-5/+6
|\ \ | | | | | | linux-fslc-imx: Update 6.6-2.2.x to stable v6.6.74
| * | linux-fslc-imx: Update 6.6-2.2.x to stable v6.6.74Ernest Van Hoecke2025-01-301-5/+6
| | | | | | | | | | | | | | | | | | Move to stable kernel version 6.6.74 and fix the NXP tag. Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
* | | Merge pull request #2097 from sapiippo/masterOtavio Salvador2025-01-301-1/+1
|\ \ \ | | | | | | | | firmware-upower: SRC_URI uses PN not BPN
| * | | firmware-upower: SRC_URI uses PN not BPNSamuli Piippo2025-01-301-1/+1
| |/ / | | | | | | | | | | | | | | | Fix src-uri-bad QA error. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Merge pull request #2094 from nxp-upstream/dtbsOtavio Salvador2025-01-304-35/+5
|\ \ \ | |/ / |/| | Fix dtb changes for 6.6.52_2.0.0
| * | conf/machine: Update dtb list for 6.6.52_2.0.0Tom Hochstein2025-01-302-0/+2
| | | | | | | | | | | | | | | | | | Fixes: #2093 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | Revert "conf/machine: Update dtb list for 6.6.52_2.0.0"Tom Hochstein2025-01-306-37/+5
|/ / | | | | | | | | | | | | | | Revert commit that pulled in changes from a later branch. Fixes: #2093 This reverts commit c1857d834eb1037dd5db3642cf2c1a2e5d482851.
* | Merge pull request #2079 from tq-steina/firmware-ele-imxOtavio Salvador2025-01-291-1/+1
|\ \ | | | | | | firmware-ele-imx: Use generic-bsp compatible
| * | firmware-ele-imx: Use generic-bsp compatibleAlexander Stein2025-01-241-1/+1
| | | | | | | | | | | | Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
* | | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-01-291-119/+119
| | |
* | | Merge pull request #2084 from tq-niebelm/update-tinycompressOtavio Salvador2025-01-298-1671/+19
|\ \ \ | | | | | | | | tinycompress: update to the version used in LF6.6.52_2.2.0
| * | | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-01-281-1/+1
| | | |
| * | | tinycompress: update to the version used in LF6.6.52_2.2.0Markus Niebel2025-01-287-1670/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump revision to 1.2.5 and remove old patches. This also switches to new upstream location at github. The old location uses git-protocol which can cause problems in corporate network environments. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
* | | | Merge pull request #2086 from Villemoes/drop-styheadOtavio Salvador2025-01-291-1/+1
|\ \ \ \ | | | | | | | | | | drop styhead compatibility
| * | | | drop styhead compatibilityRasmus Villemoes2025-01-291-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | Due to commit 1e3228f1 (imx-atf: Adjust for compiler virtual renames in oe-core), which was required due to oe-core commit 4ccc3bc, this is no longer compatible with styhead.
* | | | Merge pull request #2087 from Villemoes/sort-licenseOtavio Salvador2025-01-291-1/+3
|\ \ \ \ | | | | | | | | | | scripts: avoid pointless LICENSE churn
| * | | | scripts: avoid pointless LICENSE churnRasmus Villemoes2025-01-291-1/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was wondering why a bot decided to force-push a commit to a PR of mine. It turns out the script responsible for generating the LICENSE file is not deterministic, so depending on random file system layout we can end up regenerating the LICENSE without any actual change. For example: $ diff -u <(git show baf20676~1:LICENSE | sort) <(git show baf20676:LICENSE | sort) shows that baf20676 didn't provide any change at all in the actual contents, yet $ git show --stat baf20676 commit baf20676bcd2b454577449dbf7b0346d7080b880 Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Date: Wed Jan 22 21:42:44 2025 +0000 Auto-update LICENSE file with current recipe licenses LICENSE | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------- 1 file changed, 128 insertions(+), 128 deletions(-)
* | | | Merge pull request #2081 from tq-steina/imx91Otavio Salvador2025-01-292-0/+8
|\ \ \ \ | |/ / / |/| | | Basic i.MX91 platform support
| * | | use-imx-security-controller-firmware: Add i.MX 91 configurationAlexander Stein2025-01-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the SECO FW file name for i.MX 91. It is based on imx-6.6.52_2.2.0 NXP BSP release. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
| * | | imx-base: Add i.MX 91 configurationAlexander Stein2025-01-291-0/+7
|/ / / | | | | | | | | | | | | | | | It is based on imx-6.6.52_2.2.0 NXP BSP release. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
* | | Merge pull request #2082 from MaxKrummenacher/masterOtavio Salvador2025-01-255-151/+96
|\ \ \ | |/ / |/| | ixp-imx: update to 4.2.2.24.4 as used with NXP BSP LF6.6.52_2.2.0
| * | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-01-251-1/+1
| | |
| * | ixp-imx: update to 4.2.2.24.4Max Krummenacher2025-01-253-149/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make tuningext a packageconfig as it no longer builds with latest master (walnascar): isp-imx contains the 3rd party cpp-netlib package. Compiling that package against boost 1.87 results in build errors. boost 1.87 is provided with latest master (walnascar). Compare also with meta-oe commit a46de2745b30 ("cpp-netlib: Skip recipe, not buildable with boost >= 1.87") Drop patch. Fix now present in package sources. Add jsoncpp to DEPENDS as the package no longer compiles its own version thereoff and dynamically links against the OE provided one. Sync CMake options with upstream recipe. The binary blobs provided now link against libtinyxml2.so.10. Drop the fix. The binary blobs provided still link against libjsoncpp.so.25, but OE provides libjsoncpp.so.26. Fixup the binaries. The package now provides a Makefile with a install task. Use that. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | packagegroup-fsl-isp: drop the basler-camera-dev packageMax Krummenacher2025-01-251-1/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | This pulls in all other dev packages. It looks like the unversioned shared object is not (no longer?) needed, i.e. the driver points to the versioned object. | readelf --dynamic opt/imx8-isp/bin/daA3840_30mc.drv | ... | 0x000000000000000e (SONAME) Library soname: [libdaA3840_30mc.so.1] (/usr/lib/libdaA3840_30mc.so is the only file in the -dev package.) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-01-221-128/+128
| |
* | Merge pull request #2077 from YoeDistro/yoe/mutOtavio Salvador2025-01-221-1/+1
|\ \ | | | | | | imx-atf: Adjust for compiler virtual renames in oe-core
| * | imx-atf: Adjust for compiler virtual renames in oe-coreKhem Raj2025-01-221-1/+1
|/ / | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | Auto-update LICENSE file with current recipe licensestempgithub-actions[bot]2025-01-211-4/+4
| |
* | Merge pull request #2068 from nxp-upstream/imxmaliOtavio Salvador2025-01-2115-90/+75
|\ \ | | | | | | Add imxviv and imxmali overrides & upgrade to LF6.6.52_2.2.0
| * | libsdl2: Upgrade Graphics BSP to LF6.6.52_2.2.0Valentin Jec2025-01-171-0/+3
| | | | | | | | | | | | | | | | | | Add libdecor to PACKAGECONFIG for imx platforms Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * | mali-imx: Upgrade Graphics BSP to LF6.6.52_2.2.0Valentin Jec2025-01-171-3/+3
| | | | | | | | | | | | | | | | | | Bump version r50.0 -> r50.2 Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * | weston: Upgrade Graphics BSP to LF6.6.52_2.2.0Valentin Jec2025-01-172-2/+2
| | | | | | | | | | | | | | | | | | Update checksum to latest Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * | xwayland*: Upgrade Graphics BSP to LF6.6.52_2.2.0Valentin Jec2025-01-173-7/+5
| | | | | | | | | | | | | | | | | | Bump xwayland version 23.1.1.imx -> 23.2.5.imx Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * | imx-gpu-viv*: Upgrade Graphics BSP to LF6.6.52_2.2.0Valentin Jec2025-01-173-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Bump imx-gpu-viv version 6.4.11.p2.8 -> 6.4.11.p2.10 Bump LIBVULKAN_API_VERSION 1.3.239 -> 1.3.204 Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * | imx-g2d*: Upgrade Graphics BSP to LF6.6.52_2.2.0Valentin Jec2025-01-172-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Bump imx-dpu-g2d version 2.2.0 -> 2.2.2 Bump imx-gpu-g2d version 6.4.11.p2.8 -> 6.4.11.p2.10 Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * | imx-gst1.0-plugin: Simplify imx-opencl-converter dependencyTom Hochstein2025-01-171-3/+3
| | | | | | | | | | | | | | | | | | | | | Since imx-opencl-converter is supported going forward, the logic is simpler if that is the default and only the exceptions must be noted. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | vulkan-loader: Use imxviv and imxmali overridesTom Hochstein2025-01-171-3/+2
| | | | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | imx-gpu-apitrace: Use imxviv overrideTom Hochstein2025-01-171-4/+2
| | | | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | imx-gpu-apitrace: Simplify package config logicTom Hochstein2025-01-171-10/+6
| | | | | | | | | | | | | | | | | | There's no need for the SOC-specific overrides. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | imx-dpu-g2d: Use imxviv and imxmali overridesTom Hochstein2025-01-171-4/+4
| | | | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | imx-base.inc: Add imxviv and imxmali overridesTom Hochstein2025-01-171-36/+32
| | | | | | | | | | | | | | | | | | | | | | | | The recipe overrides for Mali are set currently by mx95 override. Add imxmali and imxviv overrides for a simpler, scalable model. Use the new model to set the preferred providers for the graphics libraries. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | imx-base.inc: Drop redundant mesa settingTom Hochstein2025-01-171-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | The default graphics provider is already set to mesa in poky/meta/conf/distro/include/default-providers.inc, which is included by bitbake.conf. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | | Merge pull request #2075 from limeng-linux/masterOtavio Salvador2025-01-211-1/+1
|\ \ \ | |/ / |/| | qe-ucode: replace NXP-Binary-EULA with LICENSE to calculate checksum
| * | qe-ucode: replace NXP-Binary-EULA with LICENSE to calculate checksumMeng Li2025-01-211-1/+1
|/ / | | | | | | | | | | | | | | | | According to the commit c89d7843943f("Move License File from NXP-Binary-EULA to LICENSE") of repo https://github.com/nxp-qoriq/qoriq-qe-ucode. NXP-Binary-EULA is renamed to LICENSE, so replace NXP-Binary-EULA with LICENSE in recipe file. Signed-off-by: Meng Li <Meng.Li@windriver.com>
* | Merge pull request #2073 from lms-ts/masterOtavio Salvador2025-01-163-102/+0
|\ \ | | | | | | linux-imx: Remove obsolete patch file
| * | linux-imx: Remove obsolete backport patchesTimo Schuster2025-01-163-102/+0
|/ / | | | | | | Signed-off-by: Timo Schuster <timo.schuster@leica-microsystems.com>
* | Merge pull request #2061 from nxp-upstream/qoriq-q4Otavio Salvador2025-01-164-5/+5
|\ \ | | | | | | Upstream from NXP-6.6.52-2.0.0
| * | qe-ucode: Update to latest from NXP 6.6.52-2.2.0Flora Hu2025-01-131-1/+1
| | | | | | | | | | | | | | | | | | Update SRCREV to c89d784 Signed-off-by: Flora Hu <flora.hu@nxp.com>
| * | dce: Update to latest from NXP 6.6.52-2.2.0Flora Hu2025-01-131-1/+1
| | | | | | | | | | | | | | | | | | Update SRCREV to 88ef2e8 Signed-off-by: Flora Hu <flora.hu@nxp.com>
| * | qoriq-cst: Update to latest from NXP 6.6.52-2.2.0Flora Hu2025-01-131-2/+2
| | | | | | | | | | | | | | | | | | Update SRCREV to e959d5d, update license file to LICENSE Signed-off-by: Flora Hu <flora.hu@nxp.com>