summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* p1020rdb: update UBOOT_CONFIGChunrong Guo2019-11-191-4/+4
| | | | | | *update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* mpc8548cds: update UBOOT_CONFIGChunrong Guo2019-11-191-1/+1
| | | | | | *change uboot image name to u-boot-with-dtb.bin for NOR boot defconfig, Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* weston-init: Keep the logic to edit weston.ini to meta-freescaleKhem Raj2019-11-191-1/+1
| | | | | | | | | | | | | | This logic does not work across multiple layers even OE-Core machines dont build with it. For now its best to keep this confined to meta-freescale machines Idea is good but it needs to align with OE-core's methods where currently in OE-Core we expect machines to override weston.ini completely per machine, this logic sort of goes against it. However it has some goodness to it, eg. adding options based on DISTRO_FEATURES which OE-Core could have too but maybe implemented differently. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-fslc-imx_4.9-1.0.x: Backport patches to fix building with gcc 9Tom Hochstein2019-11-183-0/+270
| | | | | | Closes #192. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: Move xwayland config to weston.iniTom Hochstein2019-11-185-18/+9
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: Replace copies of weston.ini with logicTom Hochstein2019-11-184-75/+25
| | | | | | | Install a common base weston.ini and then customize it in the recipe by specifying custom options. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: Use G2D as default renderer for 7ULPTom Hochstein2019-11-181-0/+25
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: Move use-g2d option for 8M Mini to weston.iniTom Hochstein2019-11-182-1/+26
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston-init: Move weston.ini install to weston-initTom Hochstein2019-11-1810-70/+158
| | | | | | | | | | | | | OE-core now installs weston.ini from weston-init, so align our recipe to do the same. The IVI dynamic layer now has a copy of the weston.ini file that is normally produced by the weston build. The AGL dynamic layer now uninstalls the weston.ini installed upstream. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-base.inc: Remove unused variable SDCARD_ROOTFSTom Hochstein2019-11-111-2/+0
| | | | | | | | Looks like the variable was accidentally re-introduced. https://github.com/Freescale/meta-freescale/commit/2cbca9a255674649730b3f440a6142cf16030267 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>