summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1597 from quaresmajose/mfgtool-initramfs-imageOtavio Salvador2023-07-051-0/+1
|\ \ | | | | | | mfgtool-initramfs-image: IMAGE_NAME_SUFFIX should by empty for initramfs
| * | mfgtool-initramfs-image: IMAGE_NAME_SUFFIX should by empty for initramfsJose Quaresma2023-07-051-0/+1
|/ / | | | | | | | | | | | | | | | | INITRAMFS_IMAGE_NAME stay as before but it assumes that all images used as initramfs will set IMAGE_NAME_SUFFIX to empty. https://git.yoctoproject.org/poky/commit/?id=6f6c79029bc2020907295858449c725952d560a1 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
* | Merge pull request #1594 from junzhuimx/masterOtavio Salvador2023-07-034-8/+8
|\ \ | | | | | | Upsteam recipes-dpaa of L6.1.22-2.0.0 BSP
| * | fmc: Update to commit 63c8ac9Jun Zhu2023-07-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate new commits: 63c8ac9 Deny HC usage on fmc cleanup 3def2b9 Check if valid FMan handle exists when create devices a8a257b Rename COPYING to LICENSE Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * | fm-ucode: Update license file to LICENSEJun Zhu2023-07-011-2/+2
| | | | | | | | | | | | | | | | | | Original license file is renamed to LICENSE. Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * | fmlib: Update to commit 9fb916fJun Zhu2023-07-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | pick up the commits: - 9fb916f Add support for allow/deny HC usage - 56f7bd7 Check if valid FMan handle exists on FM_PCD_Open and FM_PORT_Open - 01136b8 Rename COPYING to LICENSE Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * | eth-config: Update license file to LICENSEJun Zhu2023-07-011-2/+2
|/ / | | | | | | Original license file has be renamed from COPYING to LICENSE.
* | Merge pull request #1591 from Freescale/fix-wayland-errorOtavio Salvador2023-06-281-2/+3
|\ \ | | | | | | wayland: sync wayland, wayland-native and nativesdk-wayland versions
| * | wayland: sync wayland, wayland-native and nativesdk-wayland versionsOtavio Salvador2023-06-281-2/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | When using wayland and an i.MX SoC the recipes ought to be in sync. This fixes a build error in nativesdk-wayland when running in mickledore: ,---- | ../wayland-1.21.0/src/meson.build:81:1: ERROR: Dependency lookup for | wayland-scanner with method 'pkgconfig' failed: Invalid version, need | 'wayland-scanner' ['1.21.0'] found '1.22.0'. `---- Fixes: 60510fbb ("wayland: make local copy of the 1.22.0 recipe") Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Merge pull request #1589 from ricardosalveti/masterOtavio Salvador2023-06-274-0/+127
|\ \ | | | | | | wayland: make local copy of the 1.22.0 recipe
| * | wayland: make local copy of the 1.22.0 recipeRicardo Salveti2023-06-274-0/+127
|/ / | | | | | | | | | | | | | | | | | | | | Current xwayland 23.1.1 release is not compatible with the wayland version available in kirkstone (1.20.0). Make a local copy of the 1.22.0 recipe from oe-core master b73784851 but for imx, with default preference set as -1, following how xwayland was also imported from oe-core. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* | Merge pull request #1586 from junzhuimx/masterOtavio Salvador2023-06-261-1/+1
|\ \ | | | | | | alsa-state: Add FILESEXTREAPATHS for NXP specific and Mainline BSP
| * | alsa-state: Simplify FILESEXTREAPATHS to support NXP specific and Mainline BSPJun Zhu2023-06-261-1/+1
|/ / | | | | | | | | | | | | Current implement can only apply the setting under folder imx-generic-bsp. Use common paths setting for the NXP and mainline specific setting. Signed-off-by: Jun Zhu <junzhu@nxp.com>
* | Merge pull request #1584 from Vexatuspl/masterOtavio Salvador2023-06-221-1/+1
|\ \ | | | | | | Update libimxvpuapi2_2.2.2.bb: "hanto" missing files fix (imx8mp)
| * | Update libimxvpuapi2_2.2.2.bbVexatuspl2023-06-221-1/+1
| | | | | | | | | This fixes the compilation issue on imx8mp, where "hanto" files are missing.
* | | Merge pull request #1583 from YoeDistro/yoe/mutOtavio Salvador2023-06-2227-1/+40
|\ \ \ | |/ / |/| | recipes: Add missing patch tag Upstream-Status
| * | recipes: Add missing patch tag Upstream-StatusKhem Raj2023-06-2127-1/+40
|/ / | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | Merge pull request #1581 from YoeDistro/yoe/mutOtavio Salvador2023-06-215-5/+7
|\ \ | | | | | | alsa-lib: Correct Upstream-Status
| * | recipes: Correct Upstream-StatusKhem Raj2023-06-215-5/+7
| | | | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | | Merge pull request #1582 from thochstein/imx-gpu-vivOtavio Salvador2023-06-211-0/+1
|\ \ \ | |/ / |/| | imx-gpu-viv: Simplify using imx-gpu-viv-6.inc from another layer
| * | imx-gpu-viv: Simplify using imx-gpu-viv-6.inc from another layerTom Hochstein2023-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | | When the recipe include file imx-gpu-viv-6.inc is used from another layer, the included SRC_URI file imx_icd.json is not found. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | | Merge pull request #1580 from arpaqt/masterOtavio Salvador2023-06-211-1/+1
|\ \ \ | |/ / |/| | imx-gpu-viv: Fix i.MX GPU driver version for Vulkan loader
| * | imx-gpu-viv: Fix i.MX GPU driver version for Vulkan loaderAri Parkkila2023-06-211-1/+1
|/ / | | | | | | | | | | | | Vulkan loader reads driver path from imx_icd.json so update it to use a driver version installed on target. Signed-off-by: Ari Parkkila <ari.parkkila@qt.io>
* | Merge pull request #1575 from thochstein/mx93Otavio Salvador2023-06-191-1/+1
|\ \ | | | | | | imx-base.inc: Remove imxdrm and imxpxp overrides from mx93 mainline-bsp
| * | imx-base.inc: Remove imxdrm and imxpxp overrides from mx93 mainline-bspTom Hochstein2023-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | The NXP BSP overrides imxdrm and imxpxp were accidentally included in MACHINEOVERRIDES_EXTENDER:mx93:use-mainline-bsp. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | | Merge pull request #1578 from MrCry0/master-localversionOtavio Salvador2023-06-191-1/+1
|\ \ \ | | | | | | | | fsl-kernel-localversion: fix regression setting LOCALVERSION
| * | | fsl-kernel-localversion: fix regression setting LOCALVERSIONJavier Viguera2023-06-191-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CONFIG_LOCALVERSION is a string setting. It needs to go between quotes in the .config file. $ grep CONFIG_LOCALVERSION= .config CONFIG_LOCALVERSION="-dey" Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* | | Merge pull request #1577 from MaxKrummenacher/masterOtavio Salvador2023-06-171-0/+4
|\ \ \ | |/ / |/| | basler-camera: delete files also provided by isp-imx
| * | basler-camera: delete files also provided by isp-imxMax Krummenacher2023-06-171-0/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The binary blob providing basler-camera files now (4.2.2.21) contains configuration files for the Omnivion OS08A20 as used on NXP's camera module [1]. Those files have been and still are provided by isp-imx. The content is identical. Delete them to prevent the following error during do_rootfs if the basler-camera package is installed into a image: | * check_data_file_clashes: Package libdaa3840-30mc1 wants to install file | .../rootfs/opt/imx8-isp/bin/dewarp_config/sensor_dwe_os08a20_1080P_config.json | But that file is already provided by package * isp-imx | * check_data_file_clashes: Package libdaa3840-30mc1 wants to install file | .../rootfs/opt/imx8-isp/bin/dewarp_config/sensor_dwe_os08a20_4K_config.json | But that file is already provided by package * isp-imx [1] https://www.nxp.com/part/IMX-OS08A20#/ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* | Merge pull request #1573 from thochstein/vulkanOtavio Salvador2023-06-131-3/+3
|\ \ | | | | | | vulkan-validation-layers: Fix do_configure failure
| * | vulkan-validation-layers: Fix do_configure failureTom Hochstein2023-06-131-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | The build does fail in do_configure: ``` | CMake Error at /opt/work/upstream/fsl-xwayland/tmp/work/cortexa72-cortexa53-crypto-mx8-fsl-linux/vulkan-validation-layers/1.2.182.0.imx-r0/recipe-sysroot-native/usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message): | Could NOT find VulkanHeaders (missing: VulkanHeaders_INCLUDE_DIR) Updating EXTRA_OECMAKE to match the upstream recipe does fix the configure error ``` Checking the upstream recipe, there are three changes in `EXTRA_OECMAKE`. Aligning those does fix the failure. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | Merge pull request #1568 from EasyIP2023/feature/support-vvlOtavio Salvador2023-06-132-3/+57
|\ \ | | | | | | add vulkan-validation-layers support
| * | imx-base: set PREFERRED_VERSION_vulkan-validation-layersVincent Davis Jr2023-06-131-3/+5
| | | | | | | | | | | | Signed-off-by: Vincent Davis Jr <vince@underview.tech>
| * | vulkan-validation-layers: add new recipe v1.2.182.0Vincent Davis Jr2023-06-131-0/+52
|/ / | | | | | | | | | | | | | | | | | | | | Add a recipe to build the Khronos official Vulkan validation layers that can assist developers in verifying that their applications correctly use the Vulkan APIs. Using vulkan version v1.2.182.0 to be compatible with other vulkan recipes in meta-freescale layer. Signed-off-by: Vincent Davis Jr <vince@underview.tech>
* | Merge pull request #1571 from EasyIP2023/feature/change-vulkan-recipe-namesOtavio Salvador2023-06-135-3/+3
|\ \ | | | | | | recipes-downgrade/vulkan: rename vulkan packages
| * | recipes-downgrade/vulkan: rename vulkan packagesVincent Davis Jr2023-06-125-3/+3
|/ / | | | | | | | | | | | | | | | | | | Rename from <recipe name>_<version>.bb to <recipe name>_<version>.imx.bb Hopefully making it more obvious that recipes are forks/older version of what's in OE-core. Signed-off-by: Vincent Davis Jr <vince@underview.tech>
* | Merge pull request #1570 from limeng-linux/masterOtavio Salvador2023-06-122-0/+34
|\ \ | | | | | | meta-freescale: tsntool: remove redundant parameters from BIN_LDFLAGS
| * | meta-freescale: tsntool: remove redundant parameters from BIN_LDFLAGSMeng Li2023-06-122-0/+34
|/ / | | | | | | | | | | | | The recipe file has pass the same parameter(-Wl,-rpath-link,<lib path>) to Makefile, so remove redundant parameters from BIN_LDFLAGS. Signed-off-by: Meng Li <Meng.Li@windriver.com>
* | Merge pull request #1569 from YoeDistro/kraj/lldOtavio Salvador2023-06-103-1/+4
|\ \ | | | | | | imx-atf: Explicitly demand BFD linker
| * | imx-sc-firmware: Remove -fuse-ld=lld from linker flagsKhem Raj2023-06-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This package uses its own pre-compiled toolchain which is based on old gcc where -fuse-ld=lld is not implemented and it breaks the builds for distros using `ld-is-lld` distro feature Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * | imx-gpu-viv: Skip dev-deps QA check on libopenvx-imxKhem Raj2023-06-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recently a dependency on a dev package namely libopencl-imx-dev was added via https://github.com/Freescale/meta-freescale/pull/1563 which now triggers the QA check ERROR: imx-gpu-viv-1_6.4.11.p1.0-aarch64-r0 do_package_qa: QA Issue: libopenvx-imx rdepends on libopencl-imx-dev [dev-deps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * | imx-atf: Explicitly demand BFD linkerKhem Raj2023-06-091-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | This component uses BFD linker specific options which may not be available when default ld is not GNU BFD LD Fixes | aarch64-yoe-linux-ld: error: unknown argument '--fix-cortex-a53-835769' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | Merge pull request #1567 from limeng-linux/masterOtavio Salvador2023-06-091-0/+3
|\ \ | | | | | | meta-freescale: fmlib: map kernel source path to target path
| * | meta-freescale: fmlib: map kernel source path to target pathMeng Li2023-06-091-0/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | When building package fmlib based on Yocto version mickledore, there is below warning reported: WARNING: fmlib-git-r1 do_package_qa: QA Issue: File /usr/lib64/libfm-arm.a in package fmlib-staticdev contains reference to TMPDIR [buildpaths] Because the KERNEL_SRC is passed into Makefile, and not mapped to a target path like the source of this package. To void this warning, it also needs to add the path map in CFLAGS for kernel source. Signed-off-by: Meng Li <Meng.Li@windriver.com>
* | Merge pull request #1563 from thochstein/cl_viv_vx_ext.hOtavio Salvador2023-06-081-6/+5
|\ \ | | | | | | imx-gpu-viv: Add runtime dependency for OpenCL VX Intrinsic Extension
| * | imx-gpu-viv: Add runtime dependency for OpenCL VX Intrinsic ExtensionTom Hochstein2023-06-061-6/+5
| |/ | | | | | | | | | | | | | | The OpenCL implementation includes an extension for VX Intrinsics. To use it, an app requires the CL compiler and /usr/include/CL/cl_viv_vx_ext.h, so add the appropriate runtime dependency to libopenvx-imx. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | Merge pull request #1566 from YoeDistro/yoe/mutOtavio Salvador2023-06-084-0/+37
|\ \ | | | | | | Fixes with latest oe-core master changes and clang16
| * | mpv: Do not enable x11 when using vivante graphics driverKhem Raj2023-06-081-0/+2
| | | | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * | gstreamer1.0-plugins-good: Fix build with clang-16Khem Raj2023-06-082-0/+33
| | | | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * | gstreamer1.0-python: package the internal libraries explicitlyKhem Raj2023-06-081-0/+2
|/ / | | | | | | | | | | | | | | | | | | | | setuptools3-base FILES assignments have been simplified, therefore the internal libraries should be now packaged explicitly. Fixes ERROR: QA Issue: gstreamer1.0-python: Files/directories were installed but not shipped in any package: /usr/lib/gstreamer-1.0/libgstpython.so Signed-off-by: Khem Raj <raj.khem@gmail.com>