summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx
Commit message (Collapse)AuthorAgeFilesLines
* linux-imx: Upgrade to 5.4.70Tom Hochstein2021-02-095-415/+26
| | | | | | | | - Drop backports for perf - Update mx8/defconfig from arch/arm64/configs/imx_v8_defconfig - imx/defconfig is unchanged Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* linux-imx: Add comment for local defconfig changeTom Hochstein2021-02-091-0/+2
| | | | | | | Add a comment to the 32-bit defconfig so the local change made to CRYPTO_SHA1 is more easily seen by a developer trying to update the defconfig with the latest. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* linux-imx: Backport to fix perf compilation problemsTom Hochstein2020-11-134-0/+387
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* linux-imx[-headers]: Upgrade to 5.4.47 from NXPCristinel Panfir2020-10-202-4/+43
| | | | | | | - defconfigs: keep CRYPTO_DES and CRYPTO_SHA1 into kernel to avoid warnings - linux-imx-headers: update branch, same revision Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* linux-imx[-mfgtool]: Upgrade kernel recipe to 5.4.24-2.1.0 from NXPTom Hochstein2020-09-233-69/+89
| | | | | | | | | | | Upgrade kernel recipe 5.4.3 -> 5.4.24, drop patches which are applied upstream and re-submit new kernel configuration files for arm32 and aarch64 build configurations. Kernel recipe version 5.4.3 is dropped from this layer in favor of the updated one. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* linux[-fslc]-imx: update defconfig to use imx_v8_defconfigAndrey Zhizhikin2020-05-191-301/+41
| | | | | | | | | | | | | | | | Initial defconfig file submitted as a part of upgrade is not used by NXP to configure the kernel for i.MX family, and rather imx_v8_defconfig should be used as defconfig file instead. This has been indicated by NXP as their kernel unification strategy to provide one kernel for i.MX and QorIQ family. Update the previously committed defconfig file to the content of imx_v8_defconfig. Patches applied before [d12d36d3] and [6ef0f40c] are noted in this update. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux[-fslc]-imx: add missing config parameterAndrey Zhizhikin2020-05-071-0/+1
| | | | | | | | | | CONFIG_SND_SOC_SOF_IMX8 requires CONFIG_SND_SOC_SOF_IMX8_SUPPORT to be enabled, which is currently missing in the defconfig for both linux-imx and linux-fslc-imx kernel recipes. Add missing dependent variable to enable CONFIG_SND_SOC_SOF_IMX8. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx: Remove duplicate CRYPTO_SHA512 from defconfigKevin Lannen2020-05-071-1/+0
| | | | | | | | The mx8 defconfig already contains CRYPTO_SHA512 as a module which is what is honored so this removes the extra line that also sets CRYPTO_SHA512 to be built in Signed-off-by: Kevin Lannen <kevin@patroness.com> Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx-[mfgtool]-5.4.3: update recipes to align with kernel-yoctoAndrey Zhizhikin2020-05-063-0/+1672
| | | | | | | | | | | | | | | | | When kernel-yocto class is inherited by kernel recipes, the way how PV is constructed changes to reflect GIT kernel tags and meta information. This causes the fetcher search to fail, since paths used to locate files are compiled from PV. Replace version-specific paths in recipes to use PN instead, which is registered in the fetcher as a valid search location. Linux kernel recipe should have LINUX_VERSION also defined, since it is used by kernel-yocto class to derive PV. This version is set to the real kernel version provided by NXP in their source tree. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* Remove unused patch filesOtavio Salvador2016-04-192-272/+0
| | | | | | | | Those patch files were left orphan when upgrading the linux-imx and u-boot-imx recipes, becoming unused. The removal of them cause no harm and helps to keep the metadata clean. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-162-0/+272
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>