summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1750 from valijec/masterOtavio Salvador2024-02-1213-58/+92
|\ | | | | recipes-multimedia: Update for NXP release 6.1.55-2.2.0
| * recipes-multimedia: Update for NXP release 6.1.55-2.2.0Valentin Jec2024-02-1213-58/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgraded: - gstreamer1.0-plugins-bad: 1.22.0 -> 1.22.5 - gstreamer1.0-plugins-base: 1.22.0 -> 1.22.5 - gstreamer1.0-plugins-good: 1.22.0 -> 1.22.5 - gstreamer1.0: 1.22.0 -> 1.22.5 - imx-codec: 4.8.1 -> 4.8.2 - imx-dsp: 2.1.5 -> 2.1.6 - imx-dsp-codec-ext: 2.1.5 -> 2.1.6 - imx-parser: 4.8.1 -> 4.8.2 Updated: - imx-alsa-plugins_git.bb - imx-gst1.0-plugin_git.bb - imx-vpuwrap_git.bb New feature: - imx-opencl-converter_0.1.bb Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* | Merge pull request #1748 from angolini/bump-jailhouse-2.2.0Otavio Salvador2024-02-091-2/+2
|\ \ | | | | | | jailhouse-imx: Update the recipe to align to the NXP BSP LF6.1.55_2.2.0
| * | jailhouse-imx: Update the recipe to align to the NXP BSP LF6.1.55_2.2.0Daiane Angolini2024-02-071-2/+2
| | | | | | | | | | | | | | | | | | Update the recipe to the BSP 6.1.55_2.2.0. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | | Merge pull request #1742 from angolini/firmware-sentinel-2.2.0Otavio Salvador2024-02-097-88/+54
|\ \ \ | |_|/ |/| | Firmware sentinel bump to LF6.1.55_2.2.0
| * | firmware-sentinel: Rename firmware-sentinel to firmware-ele-imxDaiane Angolini2024-02-093-29/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since [1] the firmware-sentinel is renamed to firmware-ele-imx. It also align the recipe to be aligned with the NXP BSP LF6.1.55_2.2.0. [1] https://github.com/nxp-imx/meta-imx/commit/6412faf7e4b85f6d94342a19a79fd391888b1ec6 Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * | firmware-nxp-wifi: Update the recipe to align to the NXP BSP LF6.1.55_2.2.0Daiane Angolini2024-02-081-53/+14
| | | | | | | | | | | | | | | | | | | | | | | | Since [1] the install function is simpler. [1] https://github.com/nxp-imx/meta-imx/commit/e29414cad747fb424170f53f12de2abb23e2e2d4 Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * | imx-boot-firmware-files: Update 8.18 -> 8.20 to align to LF6.1.55_2.2.0Daiane Angolini2024-02-081-1/+1
| | | | | | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * | firmware-imx: Update 8.18 -> 8.22 to align to LF6.1.55_2.2.0Daiane Angolini2024-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | Update the firmware-imx to be aligned with the NXP BSP LF6.1.55_2.2.0. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * | firmware-imx-8: Update 8.18 -> 8.22 to align with 6.1.55_2.2.0Daiane Angolini2024-02-081-4/+4
|/ / | | | | | | | | | | | | Update the firmware-imx-8 to be aligned with the NXP BSP LF6.1.55_2.2.0. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | Merge pull request #1747 from thochstein/imx-gpu-vivOtavio Salvador2024-02-081-12/+16
|\ \ | | | | | | imx-gpu-viv: Fix EGL dependencies
| * | imx-gpu-viv: Move libGL.so and libOpenVG.so to main packageTom Hochstein2024-02-071-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running tiger from imx-gpu-viv-demos does fail due to the missing -dev package link libOpenVG.so. The problem is the EGL implementation opens each rendering API via dlopen of the unversioned library link. For GLES1 and GLES2, this implementation is handled by including the unversioned library links in their main packages. Do the same for the remaining rendering APIs GL and OpenVG. Fixes: #1744 Diagnosed-by: Benjamin Lemouzy <blemouzy@centralp.fr> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | imx-gpu-viv: Normalize packagingTom Hochstein2024-02-071-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no behavioral changes here, just a cleanup to make packaging lines consistent. Note that SOLIBS and SOLIBSDEV are set the same as ".so", but the former is used for main packages and the latter for -dev packages. Also, drop ${libdir}/libGLESv1*${SOLIBS} from FILES:libgles1-imx-dev. The rule has no effect since it is also included, correctly, in the main package FILES:libgles1-imx. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | | Merge pull request #1749 from valijec/masterOtavio Salvador2024-02-081-2/+2
|\ \ \ | |_|/ |/| | libdrm: Remove not needed nobranch parameter and cleanup
| * | libdrm: Remove not needed nobranch parameter and cleanupValentin Jec2024-02-081-2/+2
|/ / | | | | | | Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* | Merge pull request #1746 from angolini/fix-jailhouse-build-errorOtavio Salvador2024-02-072-1/+43
|\ \ | |/ |/| jailhouse-imx: Avoid the build error when using -mcpu and -march
| * jailhouse-imx: Avoid the build error when using -mcpu and -marchDaiane Angolini2024-02-072-1/+43
| | | | | | | | | | | | | | | | | | | | | | It changes the Makefile, so the recipe is the only one controlling the build arguments. It is related to [1] [1] https://git.yoctoproject.org/poky/commit/?id=04eac1f2b67eac5f892a9e0f8fcfe54849923af5 Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | Merge pull request #1723 from valijec/masterOtavio Salvador2024-02-0511-36/+36
|\ \ | |/ |/| Upgrade graphics packages to LF6.1.55_2.2.0
| * weston: Update PREFERRED_VERSIONValentin Jec2024-01-161-1/+1
| | | | | | | | Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * weston: 11.0.2 -> 11.0.3Valentin Jec2024-01-161-2/+2
| | | | | | | | | | | | Update to the version used in NXP Yocto branch `mickledore-6.1.55-2.2.0`. Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * imx-gpu-viv: 6.4.11.p2.0 -> 6.4.11.p2.2Valentin Jec2024-01-164-20/+20
| | | | | | | | | | | | Update to the version used in NXP Yocto branch `mickledore-6.1.55-2.2.0`. Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * kernel-module-isp-vvcam: 4.2.2.22.0 -> 4.2.2.24.0Valentin Jec2024-01-161-2/+2
| | | | | | | | | | | | Update to the version used in NXP Yocto branch `mickledore-6.1.55-2.2.0`. Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * imx-pxp-g2d: Upgraded to revision f3adab05bValentin Jec2024-01-161-2/+2
| | | | | | | | | | | | | | This includes following changes: f3adab0 LF-10322 update LICENSE version to V49 Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * kernel-module-imx-gpu-viv: 6.4.11.p2.0 -> 6.4.11.p2.2Valentin Jec2024-01-162-3/+3
| | | | | | | | | | | | Update to the version used in NXP Yocto branch `mickledore-6.1.55-2.2.0`. Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * imx-gpu-g2d: 6.4.11.p2.0 -> 6.4.11.p2.2Valentin Jec2024-01-161-6/+6
| | | | | | | | | | | | Update to the version used in `lf-6.1.55-2.2.0` Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* | Merge pull request #1745 from junzhuimx/masterOtavio Salvador2024-01-302-6/+6
|\ \ | | | | | | imx-uuc/imx-kobs: Pick up the changes of "rename COPYING to LICENSE"
| * | imx-uuc: Rename COPYING to LICENSEJun Zhu2024-01-301-3/+3
| | | | | | | | | | | | Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * | imx-kobs: Rename COPYING to LICENSEJun Zhu2024-01-301-3/+3
|/ / | | | | | | Signed-off-by: Jun Zhu <junzhu@nxp.com>
* | Merge pull request #1741 from mjeanson/u-boot-qoriq-setuptoolsOtavio Salvador2024-01-251-1/+1
|\ \ | | | | | | u-boot-qoriq: add 'python3-setuptools-native' to depends
| * | u-boot-qoriq: add 'python3-setuptools-native' to dependsMichael Jeanson2024-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building this recipe on an Unbuntu 20.04 host results in the following error: Traceback (most recent call last): File "u-boot-qoriq/2021.04+fslgit-r0/git/tools/binman/binman", line 39, in <module> from binman import control File "u-boot-qoriq/2021.04+fslgit-r0/git/tools/binman/../binman/control.py", line 11, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' With the added dependency the build completes. Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
* | | Merge pull request #1740 from angolini/mcore-demos_2.2.0Otavio Salvador2024-01-252-4/+18
|\ \ \ | |/ / |/| | mcode-demos: Update to LF6.1.55_2.2.0
| * | mcore-demos: README: Update the informationDaiane Angolini2024-01-251-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | The README file shows the mcore-demos version for each supported SoC. This patch updates the version, basically it includes 6.1.55-2.2.0, but also fix some other versions. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * | mcore-demos: imx-m33-demos: Update to 6.1.55-2.2.0Daiane Angolini2024-01-251-0/+12
|/ / | | | | | | | | | | Add a new version: 2.14.2. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | Merge pull request #1739 from quaresmajose/master-6.1.36.-jailOtavio Salvador2024-01-252-72/+5
|\ \ | | | | | | jailhouse-imx: upgrade to 6.1.36-2.1.0
| * | jailhouse-imx: drop unused patchJose Quaresma2024-01-251-69/+0
| | | | | | | | | | | | Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
| * | jailhouse-imx: Upgrade to 6.1.36-2.1.0Oleksandr Suvorov2024-01-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade the jailhouse to the version used in NXP BSP LF6.1.36-2.1.0. Relevant changes: - d3484c68 MLK-26114 solve the problem that .NOTINTERMEDIATE and .SECONDARY are mutually exclusive - bcce5bc4 LF-9101 solve the problem that Jailhouse cannot be compiled Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
| * | jailhouse-imx: make repo URL configurableOleksandr Suvorov2024-01-251-1/+2
| | | | | | | | | | | | | | | | | | | | | Make recipe aligned with NXP way and use a configurable variable for a project repo. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
| * | jailhouse-imx: Add pyjailhouse to RDEPENDSOleksandr Suvorov2024-01-251-0/+1
|/ / | | | | | | | | | | Install the python jailhouse lib for testing purpose. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* | Merge pull request #1738 from quaresmajose/jailhouse-imxOtavio Salvador2024-01-251-19/+17
|\ \ | | | | | | Jailhouse-imx: cleanup and fix bitbake tasks overrides
| * | jailhouse-imx: drop python3native inheritJose Quaresma2024-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | The native python is only needed by the setuptools witch is already provided in setuptools3 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
| * | jailhouse-imx: use EXTRA_OEMAKE to pass the argsJose Quaresma2024-01-251-16/+14
| | | | | | | | | | | | Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
| * | jailhouse-imx: fix bitbake tasks overridesJose Quaresma2024-01-251-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overriding do_configure will skip: setup_target_config setuptools3_do_configure Using prepend in do_install will result in the call of python3 pip directly inside of oe_runmake instead of using the functions [1] resulting in install the python stuff to a wrong target path which includes the HOME directory of the user who runs bitbake. [1] setup_target_config setuptools3_do_install python_pep517_do_install Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
* | Merge pull request #1736 from MaxKrummenacher/masterOtavio Salvador2024-01-182-7/+6
|\ \ | | | | | | Update basler-camera to 4.2.2.24.0 used with lf-6.1.55-2.2.0 and fix isp-imx to work alongside basler-camera
| * | isp-imx: don't install files for basler camerasMax Krummenacher2024-01-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The basler-camera recipe/package provides the files for basler cameras. Do not install them with the isp-imx package. Prevents: | * check_data_file_clashes: Package libdaa3840-30mc1 wants to install file .../rootfs/opt/imx8-isp/bin/dewarp_config/daA3840_30mc_1080P.json | But that file is already provided by package * isp-imx | ... Fixes: 9f9b707 ("isp-imx: update to 4.2.2.24.0 used with lf-6.1.55-2.2.0") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | basler-camera: update to 4.2.2.24.0 used with lf-6.1.55-2.2.0Max Krummenacher2024-01-181-7/+3
|/ / | | | | | | | | | | | | The files provided by isp-imx are no longer part of the sources. Drop the fixup to remove them. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* | Merge pull request #1734 from MaxKrummenacher/masterOtavio Salvador2024-01-163-78/+96
|\ \ | | | | | | isp-imx: fix build against updated tinyxml2
| * | isp-imx: update to 4.2.2.24.0 used with lf-6.1.55-2.2.0Max Krummenacher2024-01-161-3/+3
| | | | | | | | | | | | | | | | | | | | | Set CMake variable so that tinyxml2 can be found. Prevents: | make[2]: *** No rule to make target '...isp-imx/4.2.2.24.0/recipe-sysrootlib/libtinyxml2.so', needed by 'generated/release/bin/tuningext'. Stop. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | isp-imx: fix build against updated tinyxml2Max Krummenacher2024-01-161-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest master meta-oe updated tinyxml2 to version 10.0.0. isp-imx packages a prebuilt library dynamically linked against tinyxml2.so.9 which is no longer provided, thus: | ERROR: isp-imx-4.2.2.22.0-r0 do_package_qa: QA Issue: /usr/lib/libcam_device.so contained in package isp-imx requires libtinyxml2.so.9()(64bit), but no providers found in RDEPENDS:isp-imx? [file-rdeps] Fix the build by updating the dynamic section to require tinyxml2.so.10. Note that I don't have a system to runtime test if that still works. The tinyxml API doesn't look like it changed from 9 to 10. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | EULA,SCR: Update to v49 for NXP release 6.1.55-2.2.0Max Krummenacher2024-01-162-74/+86
|/ / | | | | | | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* | Merge pull request #1731 from angolini/bump-linux-fslc-ltsOtavio Salvador2024-01-141-2/+2
|\ \ | | | | | | linux-fslc-lts: update to v6.1.72