summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* imx-dpu-g2d: Upgrade to 1.8.2Mihai Lindner2019-12-161-3/+3
| | | | Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
* libdrm: Upgrade to 2.4.99.imxMihai Lindner2019-12-168-168/+63
| | | | | | Refresh recipe base from poky, drops patches no longer used. Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
* weston: Upgrade to 6.0.1.imxMihai Lindner2019-12-162-5/+4
| | | | Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
* imx-boot: Use imx-seco firmwareMihai Lindner2019-12-161-3/+3
| | | | | | Account for imx-seco split from firmware-imx. Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
* imx-base.inc: add uboot entrypoint for mx8mmRicardo Salveti2019-12-161-0/+1
| | | | | | | | | Default u-boot load address is set to 0x40480000 but fitImage support requires the UBOOT_ENTRYPOINT to be defined as well, so just extend imx-base.inc to also include a default uboot entrypoint for mx8mm. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* imx-seco: Add recipe for SECO firmwareCristinel Panfir2019-12-161-0/+30
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* firmware-imx: Upgrade to version 8.5Cristinel Panfir2019-12-165-25/+6
| | | | | | | | - Exclude "easrc" as this IP is only applicable for Nano Soc - Remove SECO implementation from firmware-imx recipe and use imx-seco to deploy the SECO firmware for i.MX 8QM/8QXP Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* imx-uuc: Update SRCREV to ebb7d34Cristinel Panfir2019-12-161-1/+1
| | | | | | | | | - Always use ipv6 address to mount rootfs - support normal ip:nfsroot format to work with connman - Fix upload problem - return EPIPE status when pipe close before all data transferred Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* imx-vpu-hantro: Upgrade version from 1.11.0 to 1.15.0Cristinel Panfir2019-12-162-52/+3
| | | | | | | | | | | | | | - [H1]: code refine for error handling to avoid blocking - [H1]: Driver enhancement for suspend/resume - [ION]: Enhance for 32bit compatibility for decoder and encoder - [H264] Handle interlace video correctly - [VC1Dec] Return error to avoid segmentation fault - [H264]: decoder enhancment in h264bsdGetBits() for corrupted clips - [Common]: support for security mode Remove unused patch Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* imx-vpu: Upgrade to 5.4.39.1Cristinel Panfir2019-12-161-3/+3
| | | | | | | - Bring imx6/7 soc on q-preview (LOCAL_MODULE_TAGS) - Add ION_FLAG_CACHED when buffer need CPU access Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* imx-atf_2.0.bb: Update branch and revision for 4.19.35_1.1.0Cristinel Panfir2019-12-131-2/+2
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* u-boot-imx: Upgrade to version 2019.04Mihai Lindner2019-12-122-2/+4
| | | | Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
* imx-sc-firmware: Correct the License type and upgrade to 1.2.7 versionCristinel Panfir2019-12-121-4/+4
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* linux-qoriq recipes: reorder merge_delta_config taskfvo2019-12-113-4/+4
| | | | | | | | | | | | | | | | | | | | | | I've tried build linux-variscite where the maintainers seem to have copied the 'merge_delta_config' task from the linux-qoriq recipe from meta-freescale. When i tried to use that task to add some linux kernel config flags it did not work. It seems like the 'do_preconfigure' task inherited by the 'fsl-kernel-localversion' class deletes all content of the '.config' file AFTER it has been merged by the 'merge_delta_config' task. I reordered the tasks so that merge_delta_config is run after preconfigure: addtask merge_delta_config before do_configure after do_patch do_preconfigure which solved the problem for me. The flags were then added and compiled into the kernel. Signed-off-by: Florian Voit <voit@zuhause-plattform.de>
* imx-alsa-plugins: update to commit cde60d6Max Krummenacher2019-12-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | With the change to linux-imx-headers 4.19.35 the build of imx-alsa-plugins fails. Likely "linux/mxc_asrc.h" would require an include. In the latest sources this is done in the source file which includes it. | /workdir/oe/tmp/work/aarch64-mx8-tdx-linux/imx-alsa-plugins/1.0.26-r0/recipe-sysroot/usr/include/imx/linux/mxc_asrc.h:125:2: error: unknown type name 'snd_pcm_format_t' | 125 | snd_pcm_format_t input_format; ff. From the imx-alsa-plugins commit: Include latest asrc_pair change for k4.14 build [YOCIMX-3558] asrc_pair: update according to latest mxc_asrc.h The mxc_asrc.h is updated for supporting new module on 815. The main change is the xxx_word_width is replaced by xxx_format. As we've switched to use git fork build, change recipe PV to 'git'. Will upstream this recipe to community later. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* imx-test: update test package version to imx_4.19.35_1.1.0Andrey Zhizhikin2019-12-042-2/+42
| | | | | | | | | | Update the imx-test package branch to imx_4.19.35_1.1.0 which matches the latest linux-imx kernel release (uses same branch naming). Additionally, introduce the patch that solves trivial compilation issue under gcc9. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx-headers: update license md5sum (no license change)Andrey Zhizhikin2019-12-041-1/+1
| | | | | | | License file has been updated upstream (without license terms change!), update LIC_FILES_CHKSUM md5 signature to the actual one. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* kernel-module-imx-gpu-viv: Upgrade to 6.4.0.p1.0Andrey Zhizhikin2019-12-041-2/+2
| | | | | | | | | | Since commit [64d58e36978e7227b8907f2b2be0ec5a643cdf70] kernel branch and version has been updated. Vivante kernel module should be matched with Kernel recipe therefore this update is also required. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx: Added backport patches to fix building with gcc 9Cristinel Panfir2019-12-034-17/+188
| | | | | | | - added patches related copy attribute support - renamed imx_v7_defconfig and use more simplifed recipe from upstream Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* imx8qxpmek.conf: Remove redundant fsl-imx8qxp-mek-ov5640-rpmsg.dtbCristinel Panfir2019-12-031-2/+2
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* linux-imx-mfgtool: Update to version 4.19.35Cristinel Panfir2019-12-032-0/+0
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* linux-imx-headers: Update to version 4.19.35Cristinel Panfir2019-12-032-57/+57
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* linux-imx: Update kernel recipe to version 4.19.35Cristinel Panfir2019-12-036-405/+107
| | | | | | | | - Update kernel recipe to latest revision of 4.19.35 - Sync arm architecture defconfig file with imx_v7_defconfig - Sync arm64 architecture defconfig file with defconfig Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* gpulib: update recipesChunrong Guo2019-12-031-1/+11
| | | | | | | | | | * depends on kernel-module-qoriq-gpu * set PROVIDES * remove libwayland-egl.so and vulkan heads file Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* udev-rules-qoriq: add 73-fsl-enetc-networking.rules to qoriq-arm64Chunrong Guo2019-12-032-1/+20
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* libpkcs11: install all appChunrong Guo2019-12-031-1/+1
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* tsntool: do configure task depends on do_shared_workdir taskChunrong Guo2019-12-031-0/+2
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* pktgen-dpdk: Remove redundant EXTRA_CFLAGS settingsChunrong Guo2019-12-031-2/+1
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* ls1021atwr: update UBOOT_CONFIGChunrong Guo2019-12-031-6/+6
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* linux-fslc-lts-4.19: Add CONFIG_USER_NSAndreas Müller2019-11-271-0/+1
| | | | | | | | | | | | upower >= 0.99.11 does not start and complains: | systemd[950]: upower.service: Failed to set up user namespacing: Invalid argument Inspired by [1] [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939510 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* optee-os_3.2.0: change PLATFORM_FLAVOR for imx6ulz14x14evkClement Faure2019-11-261-1/+1
| | | | | | The platform flavor 'mx6ulzevk' has been added to Optee-OS. Signed-off-by: Clement Faure <clement.faure@nxp.com>
* ls1028ardb: update machine configChunrong Guo2019-11-231-3/+3
| | | | | | *set default rcw to rcw_1500_gpu600 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* recipes: Use features_check instead of distro_features_checkKhem Raj2019-11-233-3/+3
| | | | | | distro_features_check is now deprecated Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-fslc-imx_4.9: resolve version for cve scansAndrey Zhizhikin2019-11-191-0/+2
| | | | | | | | | | | | | | | CVE scanner is unable to parse the version of linux kernel recipe, which caused warnings to be produced during the scan task since kernel version was not properly identified. This was caused by the fact that CVE_VERSION is set per default to PV, and PV of this receipe does nto resolve in a proper (and actual) kernel version provided. By setting CVE_VERSION to explicitly point to KERNEL_VERSION, this recipe effectively provides a proper kernel version to CVE scanner. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-fslc-imx_4.9-1.0.x: replace patchset to the one from stableAndrey Zhizhikin2019-11-195-269/+133
| | | | | | | | | | | | Replace the patchset, which resolves kernel compilation issues when gcc9 is used. Original patchset introduced here was the initial commit that solved the issue, while this patchset is cherry-picked from stable tree branch linux-4.9.y and included included in v4.9.188 upwards. Once linux-fslc-imx would get updated past v4.9.188 - this patchset should be removed from the layer. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* aiopsl: fix missing pathChunrong Guo2019-11-191-1/+1
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* t4240rdb-64b: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* t4240rdb : update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* t2080rdb-64b : update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* t2080rdb : update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* t1042d4rdb: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* t1042d4rdb-64b: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* t1024rdb: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* t1024rdb-64b: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* p5040ds-64b: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* p5040ds: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* p4080ds: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* p3041ds: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* p2041rdb: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* p2020rdb: update UBOOT_CONFIGChunrong Guo2019-11-191-8/+8
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>