aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-04-08imx-base.inc: add uboot entrypoint for mx8mmRicardo Salveti
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> (cherry picked from commit 62178407d2612f2cb51430d149563d9266a262aa)
2020-04-06optee-imx: add (backported) patches for GCC 9 & muslAndré Draszik
See the individual patches - all patches are simply backports from optee upstream releases. Signed-off-by: André Draszik <andre.draszik@jci.com> (cherry picked from commit 8b51ea3dafe9c5ac667a918911fb8f1050fc8897)
2020-03-28linux-fslc-lts-4.19: upgrade to 4.19.107Andrey Zhizhikin
This upgrade includes the merge of v4.19.107 tag and backport of upstream patch [0ada120c883d4f1f6aafd01cf0fbb10d8bbba015], which addresses the perf build issue when latest binutils are used. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> (cherry picked from commit 61aeaa3da4251f62d4414217abb2126734c7066b)
2020-03-27Revert "fsl-eula-unpack.bbclass: Enhance EULA model"Otavio Salvador
This reverts commit 49291d13e6c0a555e10fcfb12f550fbf6eba3e19.
2020-03-27fsl-eula-unpack.bbclass: Enhance EULA modelTom Hochstein
Each new version of the EULA is meant to be a click through that includes any existing packages with an older EULA. The latest EULA is also copied in the layer. Capture this model in the class by listing the known EULAs and checking that any package has a known EULA. The new model also allows extensibility, so new EULAs can be introduced separately. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit d24d046766e8b6ebcde17c9243f8527125f1115d)
2020-03-27fsl-eula-unpack.bbclass: CleanupTom Hochstein
- Remove current working directory handling and use the equivalent runfetchcmd workdir parameter - Simplify the SRC_URI for loop Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit fee27818df40719c62bddde717737fb30cef3013)
2020-03-16glmark2: don't build drm flavours for machines not supporting itMax Krummenacher
imx-gpu-viv_6.4.0.p1.0-aarch32 does not provide virtual/libgbm and thus a build with drm* in PACKAGECONFIG does fail. Thus remove drm* from PACKAGECONFIG for those machines. | ERROR: Nothing PROVIDES 'virtual/libgbm' (but .../glmark2_git.bb DEPENDS on or otherwise requires it) | gpulib PROVIDES virtual/libgbm but was skipped: incompatible with machine fixes: 7801868f glmark2: Remove bbappend Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 340f3f2bcc7bcf7f5f3abad9973ac745571fd571)
2020-03-16glmark2: Remove bbappendJoshua Watt
The default PACKAGECONFIG for glmark2 builds just fine on imxgpu3d and imxgpu2d platforms, and doing so enables support for the drm based tests. Tested on imx8mq and imx8qm Backport to zeus Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com> (cherry picked from commit 7801868f4969bc3f93f9d419e7852206e45fad53)
2020-03-03Revert "fsl-eula-unpack.bbclass: Facilitate downstream EULA update"Otavio Salvador
This reverts commit 07ea4fbb111ea57eb77c80e294d3462ce263d57d.
2020-03-03fsl-eula-unpack.bbclass: Facilitate downstream EULA updateTom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2020-02-19linux-fslc: Update to use 5.4.x versionFabio Berton
Update to tag v5.4.20 and sync defconfig files. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> (cherry picked from commit 66a2169bd2e449856e1eb6891d8383a60365936d)
2020-02-17mesa: Allow to use Etnaviv with i.MX8Frieder Schrempf
Currently the settings for i.MX8 are fixed to only allow to use OSMesa for offscreen rendering. Actually etnaviv is usable on i.MX8MM an it should therefore be possible to let Gallium be enabled instead of unconditionally disabling it. Therefore we introduce the USE_OSMESA_ONLY variable, that can be set to "no" for i.MX8 if etnaviv should be used just like for i.MX6. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> (cherry picked from commit deb2f61f227dcb31ed41629c98e5e5e1edf3afec)
2020-02-17mesa: Use PACKAGECONFIG to enable Gallium driversFrieder Schrempf
We don't need to manipulate the GALLIUMDRIVERS variable. Setting the correct PACKAGECONFIG options is enough as the main recipe handles the rest. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> (cherry picked from commit 494ed8c9b7b211397ce621a36345539a23433ecc)
2020-02-12imx-imx-boot-bootpart.wks.in: Fix overlap of imx-boot and boot partitionsTom Hochstein
The u-boot env offset in the imx-boot partition is 4MiB, so set the boot partition alignment to 8MiB to fix the overlap. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2020-02-12imx-imx-boot-bootpart.wks.in: Fix the layout commentTom Hochstein
The layout comment was incorrect. It was missing the start of the rootfs and what was there wasn't updated when the boot partition was increased to 64MiB. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2020-02-07fsl-vivante-kernel-driver-handler: Fix kernel name in variable assignmentTom Hochstein
If the graphics driver is built into the kernel, a warning is generated for each i.MX kernel recipe, like this: WARNING: /home/r60874/zeus/sources/meta-imx/meta-bsp/recipes-kernel/linux/linux-imx_5.4.bb: Variable key RPROVIDES_${KERNEL_PACKAGE_NAME}-base ( ${KERNEL_PACKAGE_NAME}-${KERNEL_VERSION}) replaces original key RPROVIDES_kernel-base ( kernel-module-imx-gpu-viv). The problem is that the kernel name used in variables is no longer a constant 'kernel', but is now parameterized: https://github.com/openembedded/openembedded-core/commit/6c8c899849d101fd1b86aad0b8eed05c7c785924 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2020-02-05linux-fslc(-lts): add CONFIG_NET_SCH_FQ_CODE=y and necessary dependsAndreas Müller
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)
2020-01-22firmware-imx: remove sdma-imx6q.bin and sdma-imx7d.binJoris Offouga
This files is already provide by linux-firmware Signed-off-by: Joris Offouga <offougajoris@gmail.com>
2019-12-30pktgen-dpdk: Remove redundant EXTRA_CFLAGS settingsChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-12-30udev-rules-qoriq: add 73-fsl-enetc-networking.rules to qoriq-arm64Chunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-12-30libpkcs11: install all appChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-12-30ls1021atwr: update UBOOT_CONFIGChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-12-30tsntool: do configure task depends on do_shared_workdir taskChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-12-30ls1028ardb: update machine config *set default rcw to rcw_1500_gpu600Chunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-12-26ddr-phy: remove fsl-eula-unpack classChunrong Guo
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>
2019-12-26mc: remove fsl-eula-unpack classChunrong Guo
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>
2019-12-26uefi: remove fsl-eula-unpack classChunrong Guo
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>
2019-12-26ppfe-firmware: remove fsl-eula-unpack classChunrong Guo
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>
2019-12-26fm-ucode: remove fsl-eula-unpack classChunrong Guo
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>
2019-12-26qe-ucode: remove fsl-eula-unpack classChunrong Guo
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>
2019-12-26ls2-phy: remove fsl-eula-unpack classChunrong Guo
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>
2019-12-26inphi: remove fsl-eula-unpack classChunrong Guo
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>
2019-11-27linux-fslc-lts-4.19: Add CONFIG_USER_NSAndreas Müller
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)
2019-11-27optee-os_3.2.0: change PLATFORM_FLAVOR for imx6ulz14x14evkClement Faure
The platform flavor 'mx6ulzevk' has been added to Optee-OS. Signed-off-by: Clement Faure <clement.faure@nxp.com> (cherry picked from commit 0812b771626eda0ac8854b0d2bfe7e92045ffe39)
2019-11-19linux-fslc-imx_4.9: resolve version for cve scansAndrey Zhizhikin
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>
2019-11-19linux-fslc-imx_4.9-1.0.x: replace patchset to the one from stableAndrey Zhizhikin
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>
2019-11-19aiopsl: fix missing pathChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19t4240rdb-64b: update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19t4240rdb : update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19t2080rdb-64b : update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19t2080rdb : update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19t1042d4rdb: update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19t1042d4rdb-64b: update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19t1024rdb: update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19t1024rdb-64b: update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19p5040ds-64b: update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19p5040ds: update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19p4080ds: update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19p3041ds: update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-11-19p2041rdb: update UBOOT_CONFIGChunrong Guo
*update uboot image name for boot config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>