summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* imx93-14x14-lpddr4x-evk.conf: Add 2 new DTB files to KERNEL_DEVICETREEJun Zhu2025-05-131-0/+2
| | | | | | | | - imx93-14x14-evk-lvds-it6263.dtb - imx93-14x14-evk-mqs.dtb Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit f92e0703f225f10eb48c0d255057ec69fcb27a21)
* qoriq: Add qoriq-nxp-bsp / qoriq-mainline-bsp overridesAlexander Stein2025-05-051-0/+4
| | | | | | | Add machine overrides similar to imx-nxp-bsp and imx-mainline-bsp. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> (cherry picked from commit 7eb08cfff49e69a0a8af2ba922dee54d4b76e2bc)
* imx-base.inc: Drop redundant i.MX 91 overrideTom Hochstein2025-03-311-1/+0
| | | | | | IMX_SOC_REV defaults to A0, so no need to override it. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx6sllevk.conf: Use IMX_DEFAULT_BOOTLOADERTom Hochstein2025-03-311-3/+0
| | | | | | | The machine improperly hard-codes PREFERRED_PROVIDER instead of using the layer variable. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* optee-imx: Upgrade 4.2.0.imx -> 4.4.0.imxTom Hochstein2025-03-311-6/+6
| | | | | | | | | | Copy latest support from NXP BSP LF6.6.52_2.2.0. Note that clang is disabled in optee-os-fslc.inc, which is copied from meta-arm optee-os.inc. Fixes: Issue 2048 - Upgrade BSP to LF6.6.52_2.2.0 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8qm-mek,imx8qxp-mek: Fix SERIAL_CONSOLESTom Hochstein2025-03-312-2/+2
| | | | | | | | | | | | | | | | On Walnascar, 8QM and 8QXP MEK fail to boot. One difference in the log compared with Styhead is the getty on ttyAMA0 instead of ttyLP0 and a failure: ``` [ TIME ] Timed out waiting for device /dev/ttyAMA0. ``` It seems SERIAL_CONSOLES for these two boards has been wrong all along but masked until recently: https://git.yoctoproject.org/poky/commit/meta/recipes-core/systemd?id=d1eaffbd6bde845c3fcd81660b694e1ea1f46ab2 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-base: mx8mq: fix SOC_ATF_BOOT_UART_BASE valuebackport-2159-to-styheadRicardo Salveti2025-03-281-0/+1
| | | | | | | mx8mq uses 0x30860000 as the base address for boot uart base. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> (cherry picked from commit b6a666659c2405f471559e7891eaca9056ba35f6)
* imx-oei: provide virtual/imx-oeiHiago De Franco2025-03-241-1/+2
| | | | | | | | | | | | Some hardware vendors provide a customized Optional Executable Image (OEI) with changes specific to their boards (e.g. Toradex SMARC i.MX95). Add a virtual provider to avoid conflicts between the OEI recipes from other layers. This follows the pattern used for the related imx-system-manager. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> (cherry picked from commit 7cf349d287a9d6eece4320cf487fc804917c2077)
* Set default UBOOT_ENTRYPOINT for mx93-generic-bspJonathan GUILLOT2025-01-311-0/+1
| | | | | | | | | It allows a correct kernel load address when using FIT image with i.MX93. The value 0x80400000 has been retrieved from imx93_11x11_evk_defconfig in uboot-imx. Signed-off-by: Jonathan GUILLOT <jonathan@joggee.fr> (cherry picked from commit 128523217561d9090902f6bcd90566c6fa103ad7)
* 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> (cherry picked from commit a8b9c17eba8ccb972227f794f59868efb5c47374)
* 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. (cherry picked from commit 0302b9ffc77c94bf5fe1323706344c8c9b5c3cd1)
* 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> (cherry picked from commit 96b9e1da101979dc90c97eadfbbe40ba304cd15f)
* [styhead] drop walnascar compatiblityRasmus Villemoes2025-01-291-1/+1
| | | | | This branch is not, in fact, compatible with walnascar due to oe-core commit 4ccc3bc8266c3.
* xwayland*: Upgrade Graphics BSP to LF6.6.52_2.2.0Valentin Jec2025-01-171-1/+1
| | | | | | Bump xwayland version 23.1.1.imx -> 23.2.5.imx Signed-off-by: Valentin Jec <valentin.jec@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 #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0Otavio Salvador2025-01-151-8/+8
|\ | | | | Gstreamer: Upgrade to LF-6.6.52_2.2.0
| * gstreamer1.0: Upgrade version 1.24.0 to 1.24.7Zelan Zou2025-01-151-8/+8
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* | conf/machine: Update dtb list for 6.6.52_2.0.0Zelan Zou2025-01-146-5/+37
|/ | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* imx-base: Avoid unnecessary device tree blob files.Weisser, Pascal2025-01-081-1/+1
| | | | | | | | When using fitImage as kernel image type the fitImage already contains the device tree blob files. So, it's not necessary to add them to the image boot files. Signed-off-by: Weisser, Pascal <pascal.weisser.ext@karlstorz.com>
* Merge pull request #2001 from nxp-upstream/lf_6_6_36_210Otavio Salvador2024-10-281-6/+6
|\ | | | | Upgrade NXP Graphics BSP to LF6.6.36_2.1.0
| * Upgrade BSP to LF6.6.36_2.1.0Valentin Jec2024-10-251-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | spir: Update downgrade spir: 1.3.261.1.imx -> 1.3.275.0.imx vulkan: Update downgrade vulkan: 1.3.261.1.imx -> 1.3.275.0.imx vulkan-loader_1.3.261.1.imx.bbappend: Upgrade vulkan-loader: 1.3.261.1.imx -> 1.3.275.0.imx Add patch for wsi layer imx-base.inc: Update `PREFFERED_VERSION` for vulkan and spir Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* | imx-base: add mali gpu support for i.mx 95Max Krummenacher2024-10-241-0/+10
| | | | | | | | | | | | | | Add the relevant configuration for an i.MX 95 SoC so that the mali-imx recipe is selected for userspace GPU support (EGL, GLES...). Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* | imx95-19x19-verdin: use correct board nameMax Krummenacher2024-10-241-2/+2
|/ | | | | | | Use the correct name matching the name used for ordering and documentation. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* imx95-19x19-verdin: add machine conf from meta-imxMax Krummenacher2024-10-222-0/+128
| | | | | | Based on 6.6.36-2.1.0 NXP BSP release. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* imx-base: Add i.MX 95 configurationMax Krummenacher2024-10-221-0/+8
| | | | | | Based on 6.6.36-2.1.0 NXP BSP release. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* imx93-11x11: Fix KERNEL_DEVICETREESamuli Piippo2024-10-191-2/+2
| | | | | | Use updated kernel device tree for imx93-11x11 board. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
* layer.conf: Update to walnascar (5.2) layer/release seriesKhem Raj2024-10-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boot: Fix UUU tagging, extend to fslcTom Hochstein2024-09-161-2/+2
| | | | | | | | | | | | | | | | | | | | Using the UUU-tagged bootloader image directly with UUU can cause UUU to hang. The bootloader image is split on a certain transmit size, and the hang occurs if the tag does not fit with the final bytes of the bootloader image and must be split into a new transmit package. The UUU tag is needed by UUU only in the SD Card image file itself so that UUU can find the end of the boot partition. Rework the design so the default bootloader and the default imx-boot binaries are not tagged. Also, extend the UUU tagging to fslc so it can gain the same benefit. Fixes: https://github.com/Freescale/meta-freescale/pull/1762 Fixes: https://github.com/nxp-imx/mfgtools/issues/416 Co-authored-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-base: Bump optee P_V to 4.2.0.imxKhem Raj2024-09-101-6/+6
| | | | | | | | | 4.2.0.imx was merged via [1] Therefore match the version settings [1] https://github.com/Freescale/meta-freescale/pull/1906 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #1910 from hiagofranco/fix_imx-oei_folderOtavio Salvador2024-09-091-0/+2
|\ | | | | imx-oei: move to dynamic-layers and add arm-toolchain
| * imx-oei: move to dynamic-layers and add arm-toolchainHiago De Franco2024-09-081-0/+2
| | | | | | | | | | | | | | | | | | The recipe depends on meta-arm-toolchain, therefore it should be on dynamic-layers/arm-toolchain folder. Create it and make the necessary changes for conf/layer.conf. Fixes: 61beaf5861f2 ("recipes-bsp: introduce imx-oei recipe") Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | layer.conf: Update to styheadMax Krummenacher2024-09-091-1/+1
|/ | | | | | | Drop all older release names as there have been potentially incompatible changes, e.g. the S must not point to WORKDIR. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* imx-base.inc: Simplify libdrm, wayland-protocols overridesTom Hochstein2024-09-051-8/+2
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-base: Bump weston P_V to 12.0.4.imxKhem Raj2024-08-191-1/+1
| | | | | | 12.0.3.imx is gone from metadata Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstreamer: Update 6.6.3-1.0.0 to 6.6.23-2.0.0Hiago De Franco2024-08-031-20/+20
| | | | | | | 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>
* gstreamer: Downgrade non-forked recipes to match 1.22.5.imxTom Hochstein2024-06-051-0/+14
| | | | | | | | | | | | | | | | Add the full set of 1.22.5 compatible recipes with the following exceptions due to build breaks for obsolete components: - gstreamer1.0-omx: Drop the recipe - gstreamer1.0-plugins-ugly: Drop liba52 and mpeg2dec support These exceptions mirror changes in the upstream support: 9c21815339 gstreamer1.0: update 1.22.11 -> 1.24.3 90fbfe9fe1 liba52: remove the recipe d46660e6c0 mpeg2dec: remove the recipe (From OE-Core rev: ae9c64cd2291f4b24ac442816a4e354e47c70933) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-base: follow renamed fw package nameMax Krummenacher2024-05-161-3/+3
| | | | | | | | | Commit 9a522207 ("firmware-imx: Use vpu-amphion and vpu-wave suffix.") renamed the vpu firmware package name from firmware-vpu-imx8 to firmware-imx-vpu-amphion. Follow that in the setting of MACHINE_FIRMWARE setting. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* gstreamer: Use upstream recipesTom Hochstein2024-04-261-16/+0
| | | | | | The downgraded recipes are no longer needed. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: Upgrade 11.0.3.imx -> 12.0.3.imxTom Hochstein2024-04-241-1/+1
| | | | | | Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: Upgrade 10.0.4.imx -> 10.0.5.imxTom Hochstein2024-04-241-2/+2
| | | | | | Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* vulkan/spir: Update downgrade 1.3.239.0.imx -> 1.3.261.1.imxTom Hochstein2024-04-241-6/+6
| | | | | | Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-gpu-viv: Upgrade 6.4.11.p2.2 -> 6.4.11.p2.4Tom Hochstein2024-04-241-1/+2
| | | | | | | | Drops OpenGL support. Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* libdrm: Upgrade 2.4.115.imx -> 2.4.116.imxTom Hochstein2024-04-241-4/+4
| | | | | | Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* conf/machine: Update dtb list for 6.6.3-1.1.0Tom Hochstein2024-04-247-5/+28
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* firmware-ele-imx: Update to 0.1.1 aligned with LF6.6.3-1.0.0Oleksandr Suvorov2024-04-211-0/+4
| | | | | | | | Update the recipe to be aligned with the NXP BSP LF6.6.3-1.0.0. Add installing of a second part of ELE to rootfs. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* linux-fslc-imx: Update from v6.1 to v6.6Luan Rafael Carneiro2024-04-1211-85/+93
| | | | | | | | | | | | | | | | | | | Update linux-fslc-imx from version 6.1 to 6.6. This commit also changes 32-bit imx based machines to add device tree subdirectory. The changed machines are: - conf/machine/imx6qdlsabreauto.conf - conf/machine/imx6qdlsabresd.conf - conf/machine/imx6slevk.conf - conf/machine/imx6sllevk.conf - conf/machine/imx6sxsabreauto.conf - conf/machine/imx6sxsabresd.conf - conf/machine/imx6ulevk.conf - conf/machine/imx6ullevk.conf - conf/machine/imx6ulz-14x14-evk.conf - conf/machine/imx7dsabresd.conf - conf/machine/imx7ulpevk.conf Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br>
* Merge pull request #1768 from YoeDistro/kraj/delete-waylandOtavio Salvador2024-04-101-3/+0
|\ | | | | wayland: Delete recipe
| * wayland: Delete recipeKhem Raj2024-03-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this recipe is close to what core layer has and it seems to be not needed to be forked anymore here is diff --- wayland_1.22.0.imx.bb 2023-09-06 20:34:55.169416916 -0700 +++ ../../../poky/meta/recipes-graphics/wayland/wayland_1.22.0.bb 2023-08-02 14:11:05.768744418 -0700 @@ -12,13 +12,11 @@ DEPENDS = "expat libffi wayland-native" -SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.22.0/downloads/${BP_ORIGINAL}.tar.xz \ +SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz \ file://run-ptest \ file://0001-build-Fix-strndup-detection-on-MinGW.patch \ " SRC_URI[sha256sum] = "1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842" -BP_ORIGINAL = "${BPN}-1.22.0" -S = "${WORKDIR}/${BP_ORIGINAL}" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" UPSTREAM_CHECK_REGEX = "wayland-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" @@ -61,7 +59,3 @@ BBCLASSEXTEND = "native nativesdk" RDEPENDS:${PN}-ptest += "binutils sed ${PN}-tools" - -PACKAGE_ARCH = "${MACHINE_SOCARCH}" - -DEFAULT_PREFERENCE = "-1" Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | imx6qdlsabresd: Change device tree paths to linux mainlineLuan Rafael Carneiro2024-04-041-3/+3
|/ | | | | | | Change the device tree paths to the Linux mainline as this was changed in version 6.4-rc3. Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br>