aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc/mx25
AgeCommit message (Collapse)Author
2021-10-19mx25pdk: Remove machine due to its deadlineVinicius Aquino
The commit 2610bf14 from u-boot-fslc removes support for mx25pdk Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-05-07linux-fslc: Sync defconfig on Linux 5.12.1Vinicius Aquino
Sync the Linux kernel defconfig files with the ones provided by the Linux 5.12.1 release, based on commit c0930ac. Those are: - imx_v6_v7_defconfig -> defconfig - imx_v4_v5_defconfig -> mx25/defconfig - mxs_defconfig -> mxs/defconfig - defconfig (arm64) -> armv8a/defconfig We kept the CONFIG_KPROBES enabled like in the previous version. For details about it see 97d2ea4. Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-05-07linux-fslc: Add Linux kernel 5.12.1Vinicius Aquino
The Linux kernel 5.12.1 version is being add in this commit however no changes on the `defconfig` files has been made, those are the from linux-fslc-lts, based on 5.10 kernel, and will be updated on next commit so it is easier to verify the included changes. Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-05-07linux-fslc-lts: Rework 5.10 Linux kernel as LTS recipeVinicius Aquino
We are working on adding the new 5.12 Linux kernel and the existing 5.10 kernel is now reworked and here after referenced as the LTS kernel. Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-03-09linux-fslc: Fix build issue when compiling LTTngJitesh Pramodray
Fix compile error when building lttng using bitbake by: Enable kprobes configuration enabled from menuconfig Run diffconfig Copy the resulting diff contents into all the linux-fslc defconfig files Add end of line in defconfig Built the kernel with no warnings from do_kernel_configcheck task Add correct defconfig configuration for armv8a Tested on master branch from 3rd March 2021 Error: riotboard/fsl-community-bsp/build/tmp/work/ imx6dl_riotboard-fslc-linux-gnueabi/lttng-modules/2.12.4-r0/ lttng-modules-2.12.4/wrapper/kallsyms.c:20:3: error: 20 | # error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0" | ^~~~~ make[3]: *** [riotboard/fsl-community-bsp/build/tmp/work-shared/ imx6dl-riotboard/kernel-source/scripts/Makefile.build:279: riotboard/fsl-community-bsp/build/tmp/work/ imx6dl_riotboard-fslc-linux-gnueabi/lttng-modules/2.12.4-r0/ lttng-modules-2.12.4/wrapper/kallsyms.o] Error 1 Compile flags: cd ~/riotboard/fsl-community-bsp MACHINE=imx6dl-riotboard DISTRO=fslc-framebuffer source setup-environment build bitbake fsl-image-machine-test Signed-off-by: Jitesh Pramodray <jiteshprm@gmail.com>
2020-12-11linux-fslc: Update to version 5.10.xFabio Berton
Sync defconfig with imx_v6_v7_defconfig, mx25/defconfig with imx_v4_v5_defconfig and mxs/defconfig with mxs_defconfig The commit: commit 74835c7db0322b6eddf091b8b062f127b8999a0a Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Date: Thu Feb 6 16:48:00 2020 +0100 COPYING: state that all contributions really are covered by this file Explicitly state that all contributions to the kernel source tree really are covered under this COPYING file in case someone thought otherwise. Lawyers love to be pedantic, even more so than software engineers at times, and this sentence makes them sleep easier. Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Link: https://lore.kernel.org/r/20200206154800.GA3754085@kroah.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> changed the COPYING file, update md5 checksum to match to this new file. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
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>
2019-06-21linux-fslc: Upgrade to version 5.1.xFabio Berton
This commit merges tag v5.1.12 into 5.1.x+fslc. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2019-02-21linux-fslc: Upgrade to 4.20-based forkFabio Berton
This upgrades the kernel to the 4.20-based fork and sync defconfig files with kernel source tree. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2018-11-28linux-fslc: Upgrade to 4.19-based forkOtavio Salvador
This upgrades the Linux FSLC to a 4.19-based fork. It is currently based on 4.19.5 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-11linux-fslc: Upgrade to 4.17-based forkOtavio Salvador
This upgrades the kernel to the 4.17-based fork. Following changes are applied on top of v4.17 tag: 0a883adda1ba fec: Add disable_giga parameter to force 10/100 operation cfc84d295839 MA-7633-2 [Android-Reboot]reboot to fastboot\recovery mode 6bbb0bc16daa ARM: imx: add cpu_is_imx6() routine Change-Id: I5791003cd9e80ba263e1d5685d5e95aa9e8a9ed6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-29linux-fslc: Add i.MX25 configurationOtavio Salvador
This adds the i.MX25 configuration. It is based on imx_v4_v5_defconfig. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>