summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* linux-fslc(-lts): add CONFIG_NET_SCH_FQ_CODE=y and necessary dependsAndreas Müller2020-02-052-0/+6
| | | | | | | | | | Otherwise modern systemd complains: | Feb 05 13:22:36 some-host systemd-sysctl[186]: Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory | Feb 05 13:22:36 some-host systemd-sysctl[186]: Couldn't write '1' to 'net/ipv4/tcp_syncookies', ignoring: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> (cherry picked from commit 33410da17f40dd949d29d1daa20c2c89b6741ce5)
* firmware-imx: remove sdma-imx6q.bin and sdma-imx7d.binJoris Offouga2020-01-221-4/+2
| | | | | | This files is already provide by linux-firmware Signed-off-by: Joris Offouga <offougajoris@gmail.com>
* pktgen-dpdk: Remove redundant EXTRA_CFLAGS settingsChunrong Guo2019-12-301-2/+1
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* udev-rules-qoriq: add 73-fsl-enetc-networking.rules to qoriq-arm64Chunrong Guo2019-12-302-1/+20
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* libpkcs11: install all appChunrong Guo2019-12-301-1/+1
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* ls1021atwr: update UBOOT_CONFIGChunrong Guo2019-12-301-6/+6
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* tsntool: do configure task depends on do_shared_workdir taskChunrong Guo2019-12-301-0/+2
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* ls1028ardb: update machine config *set default rcw to rcw_1500_gpu600Chunrong Guo2019-12-301-3/+3
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* ddr-phy: remove fsl-eula-unpack classChunrong Guo2019-12-261-2/+2
| | | | | | | Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* mc: remove fsl-eula-unpack classChunrong Guo2019-12-261-2/+2
| | | | | | | Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* uefi: remove fsl-eula-unpack classChunrong Guo2019-12-261-2/+2
| | | | | | | Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* ppfe-firmware: remove fsl-eula-unpack classChunrong Guo2019-12-261-2/+2
| | | | | | | Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* fm-ucode: remove fsl-eula-unpack classChunrong Guo2019-12-261-2/+2
| | | | | | | Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* qe-ucode: remove fsl-eula-unpack classChunrong Guo2019-12-261-2/+2
| | | | | | | Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* ls2-phy: remove fsl-eula-unpack classChunrong Guo2019-12-261-2/+2
| | | | | | | Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* inphi: remove fsl-eula-unpack classChunrong Guo2019-12-261-2/+2
| | | | | | | Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license 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> (cherry picked from commit 1657dede51929c342f9998be7d3b34f7f27daf1f)
* optee-os_3.2.0: change PLATFORM_FLAVOR for imx6ulz14x14evkClement Faure2019-11-271-1/+1
| | | | | | | The platform flavor 'mx6ulzevk' has been added to Optee-OS. Signed-off-by: Clement Faure <clement.faure@nxp.com> (cherry picked from commit 0812b771626eda0ac8854b0d2bfe7e92045ffe39)
* 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>
* optee-imx: Make it imx specificKhem Raj2019-11-101-0/+1
| | | | | | | Fails to build on qemu | core/arch/arm/plat-imx/conf.mk:112: *** Unsupported PLATFORM_FLAVOR "emuarm". Stop. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* optee: Add support for optee imx fork to imx8mqevkPeter Griffin2019-11-083-1/+38
| | | | | | | | optee imx fork like most other imx forked components is more fully featured for imx devices and supports things like CAAM accleration. Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
* optee-client: Add support for optee-client imx forkPeter Griffin2019-11-083-0/+239
| | | | | | This also includes some backported gcc 8 fixes from upstream. Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
* optee-test: add optee-test imx forkPeter Griffin2019-11-083-0/+195
| | | | | | | This also includes some backported gcc 8 fixes from upstream. Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
* optee-os: add optee-os imx forkPeter Griffin2019-11-081-0/+92
| | | | Signed-off-by: Peter Griffin <peter.griffin@linaro.org>