Commit Graph

7803 Commits

Author SHA1 Message Date
Ernest Van Hoecke
7fb7699dca linux-fslc-imx: Update 6.6-2.2.x to stable v6.6.74
Move to stable kernel version 6.6.74 and fix the NXP tag.

Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
(cherry picked from commit d31e3c3234)
2025-01-30 18:00:51 +00:00
Otavio Salvador
a76cfe3376
Merge pull request #2099 from Freescale/backport-2097-to-styhead
[Backport styhead] firmware-upower: SRC_URI uses PN not BPN
2025-01-30 12:05:17 -03:00
Samuli Piippo
0c293efcea firmware-upower: SRC_URI uses PN not BPN
Fix src-uri-bad QA error.

Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
(cherry picked from commit 980419236f)
2025-01-30 15:04:50 +00:00
Otavio Salvador
071074144a
Merge pull request #2096 from Freescale/backport-2094-to-styhead
[Backport styhead] Fix dtb changes for 6.6.52_2.0.0
2025-01-30 11:55:31 -03:00
Tom Hochstein
32149b64c4 conf/machine: Update dtb list for 6.6.52_2.0.0
Fixes: #2093

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit a8b9c17eba)
2025-01-30 14:15:59 +00:00
Tom Hochstein
8aa560717b Revert "conf/machine: Update dtb list for 6.6.52_2.0.0"
Revert commit that pulled in changes from a later branch.

Fixes: #2093

This reverts commit c1857d834e.

(cherry picked from commit 0302b9ffc7)
2025-01-30 14:15:59 +00:00
github-actions[bot]
b5dec8f4c3 Auto-update LICENSE file with current recipe licenses
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
2025-01-29 18:49:52 +00:00
Otavio Salvador
2eb88a078a
Merge pull request #2092 from Freescale/backport-2079-to-styhead
[Backport styhead] firmware-ele-imx: Use generic-bsp compatible
2025-01-29 15:49:41 -03:00
Alexander Stein
cec5c52218 firmware-ele-imx: Use generic-bsp compatible
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
(cherry picked from commit a790076164)
2025-01-29 18:49:08 +00:00
Otavio Salvador
776f26ec45
Merge pull request #2090 from Freescale/backport-2087-to-styhead
[Backport styhead] scripts: avoid pointless LICENSE churn
2025-01-29 15:45:44 -03:00
Rasmus Villemoes
a07ff6da17 scripts: avoid pointless LICENSE churn
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 baf20676bc
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(-)

(cherry picked from commit 0602af4c78)
2025-01-29 18:44:54 +00:00
Otavio Salvador
85ebd29f11
Merge pull request #2089 from Freescale/backport-2081-to-styhead
[Backport styhead] Basic i.MX91 platform support
2025-01-29 12:01:04 -03:00
Alexander Stein
f9f8e943a1 use-imx-security-controller-firmware: Add i.MX 91 configuration
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>
(cherry picked from commit f79a6de90e)
2025-01-29 15:00:32 +00:00
Alexander Stein
4704e2bb8a imx-base: Add i.MX 91 configuration
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>
(cherry picked from commit 96b9e1da10)
2025-01-29 15:00:32 +00:00
Otavio Salvador
6e0f5c56ca
Merge pull request #2085 from Villemoes/drop-walnascar
[styhead] drop walnascar compatiblity
2025-01-29 11:31:00 -03:00
github-actions[bot]
96b8a14cae Auto-update LICENSE file with current recipe licenses 2025-01-29 08:05:50 +00:00
Rasmus Villemoes
1ae57bb8fd [styhead] drop walnascar compatiblity
This branch is not, in fact, compatible with walnascar due to oe-core
commit 4ccc3bc8266c3.
2025-01-29 08:59:22 +01:00
github-actions[bot]
d615badf93 Auto-update LICENSE file with current recipe licenses
Some checks are pending
Update LICENSE file / update-license (push) Waiting to run
2025-01-21 15:17:13 +00:00
Otavio Salvador
446f394070
Merge pull request #2068 from nxp-upstream/imxmali
Add imxviv and imxmali overrides & upgrade to LF6.6.52_2.2.0
2025-01-21 12:17:01 -03:00
Otavio Salvador
e378f5d603
Merge pull request #2075 from limeng-linux/master
qe-ucode: replace NXP-Binary-EULA with LICENSE to calculate checksum
2025-01-21 12:15:51 -03:00
Meng Li
04c08b122a qe-ucode: replace NXP-Binary-EULA with LICENSE to calculate checksum
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>
2025-01-21 17:49:23 +08:00
Valentin Jec
edcb89a995 libsdl2: Upgrade Graphics BSP to LF6.6.52_2.2.0
Add libdecor to PACKAGECONFIG for imx platforms

Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
2025-01-17 13:34:53 -08:00
Valentin Jec
e28b8ed58d mali-imx: Upgrade Graphics BSP to LF6.6.52_2.2.0
Bump version r50.0 -> r50.2

Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
2025-01-17 13:31:05 -08:00
Valentin Jec
b103624243 weston: Upgrade Graphics BSP to LF6.6.52_2.2.0
Update checksum to latest

Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
2025-01-17 13:31:05 -08:00
Valentin Jec
49ab2beac7 xwayland*: Upgrade Graphics BSP to LF6.6.52_2.2.0
Bump xwayland version 23.1.1.imx -> 23.2.5.imx

Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
2025-01-17 13:31:05 -08:00
Valentin Jec
619fecdd46 imx-gpu-viv*: Upgrade Graphics BSP to LF6.6.52_2.2.0
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>
2025-01-17 13:31:05 -08:00
Valentin Jec
0b15cdb139 imx-g2d*: Upgrade Graphics BSP to LF6.6.52_2.2.0
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>
2025-01-17 13:31:02 -08:00
Tom Hochstein
bb7ca61eb3 imx-gst1.0-plugin: Simplify imx-opencl-converter dependency
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>
2025-01-17 13:28:16 -08:00
Tom Hochstein
e29f4d5115 vulkan-loader: Use imxviv and imxmali overrides
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2025-01-17 13:28:16 -08:00
Tom Hochstein
a20bb97155 imx-gpu-apitrace: Use imxviv override
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2025-01-17 13:28:16 -08:00
Tom Hochstein
fcf874bb22 imx-gpu-apitrace: Simplify package config logic
There's no need for the SOC-specific overrides.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2025-01-17 13:28:16 -08:00
Tom Hochstein
b92810f60f imx-dpu-g2d: Use imxviv and imxmali overrides
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2025-01-17 13:28:16 -08:00
Tom Hochstein
7afa05781c imx-base.inc: Add imxviv and imxmali overrides
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>
2025-01-17 13:28:16 -08:00
Tom Hochstein
c459a9974b imx-base.inc: Drop redundant mesa setting
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>
2025-01-17 13:28:16 -08:00
Otavio Salvador
3ea3734b00
Merge pull request #2073 from lms-ts/master
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
linux-imx: Remove obsolete patch file
2025-01-16 10:21:38 -03:00
Timo Schuster
181c2e2cfc linux-imx: Remove obsolete backport patches
Signed-off-by: Timo Schuster <timo.schuster@leica-microsystems.com>
2025-01-16 13:09:16 +01:00
Otavio Salvador
becacf6d48
Merge pull request #2061 from nxp-upstream/qoriq-q4
Some checks are pending
Update LICENSE file / update-license (push) Waiting to run
Upstream from NXP-6.6.52-2.0.0
2025-01-16 08:13:01 -03:00
github-actions[bot]
5c0779f683 Auto-update LICENSE file with current recipe licenses
Some checks are pending
Update LICENSE file / update-license (push) Waiting to run
2025-01-15 18:12:21 +00:00
Otavio Salvador
731ba51ff4
Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
Gstreamer: Upgrade to LF-6.6.52_2.2.0
2025-01-15 15:12:08 -03:00
Zelan Zou
98cb547ce4 gstreamer1.0: Upgrade version 1.24.0 to 1.24.7
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-01-15 12:50:10 +01:00
Otavio Salvador
3f8a541d01
Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
Update kernel and jailhouse to L6.6.52_2.0.0
2025-01-14 08:16:09 -03:00
Zelan Zou
c09c78f574 linux-imx: Upgrade to L6.6.52_2.0.0 release
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-01-14 06:19:03 +01:00
Zelan Zou
1c2e83922c jailhouse-imx: Update to L6.6.52-2.2.0 release
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-01-14 06:19:03 +01:00
Zelan Zou
c1857d834e conf/machine: Update dtb list for 6.6.52_2.0.0
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-01-14 06:19:03 +01:00
Otavio Salvador
1829088d19
Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
Some checks are pending
Update LICENSE file / update-license (push) Waiting to run
imx-base: Avoid unnecessary device tree blob files
2025-01-13 17:27:03 -03:00
Otavio Salvador
6fb8816cb3 treewide: Remove all references to SRC_URI[md5sum] hashes
Drop md5sum check as  no longer mandated in Yocto Project.

SRC_URI[md5sum] used to also be commonly used, but it is deprecated and
should be replaced by SRC_URI[sha256sum] when updating existing recipes. See:

 - https://docs.yoctoproject.org/dev/singleindex.html#fetching-code
 - https://docs.yoctoproject.org/dev/singleindex.html#src-uri-checksum-behaviour

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2025-01-13 17:06:35 -03:00
Flora Hu
1fa85893db qe-ucode: Update to latest from NXP 6.6.52-2.2.0
Update SRCREV to c89d784

Signed-off-by: Flora Hu <flora.hu@nxp.com>
2025-01-13 13:58:59 +08:00
Flora Hu
6180f3a0d1 dce: Update to latest from NXP 6.6.52-2.2.0
Update SRCREV to 88ef2e8

Signed-off-by: Flora Hu <flora.hu@nxp.com>
2025-01-13 13:58:59 +08:00
Flora Hu
c37d3a4c28 qoriq-cst: Update to latest from NXP 6.6.52-2.2.0
Update SRCREV to e959d5d, update license file to LICENSE

Signed-off-by: Flora Hu <flora.hu@nxp.com>
2025-01-13 13:58:59 +08:00
Flora Hu
c4fb8ee0a8 restool: Update to latest from NXP 6.6.52-2.2.0
Update SRCREV to 8c45e04

Signed-off-by: Flora Hu <flora.hu@nxp.com>
2025-01-13 13:58:32 +08:00