summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-lts/armv8a/defconfig
Commit message (Collapse)AuthorAgeFilesLines
* linux-fslc-lts: remove 5.15 recipeOtavio Salvador2023-04-241-1213/+0
| | | | | | We moved to 6.1 so this recipe is untested. Drop it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-lts: backport config patches from upstreamAndrey Zhizhikin2022-11-131-3/+0
| | | | | | | | | | | | | | | | | Yocto Kernel config sanity check throws warning on following config options that are not present in the tree, but still resides in the defconfig: - CONFIG_ARCH_AGILEX - CONFIG_ARCH_N5X - CONFIG_POWER_AVS Backport following patches to address those erroneous confg options: ---- 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGA") dde8cd786e37 ("arm64: defconfig: rebuild default configuration") ---- Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* linux-fslc-lts: re-sync configs with upstreamAndrey Zhizhikin2022-06-061-14/+133
| | | | | | | | | | | | | | | | | | | | | Re-sync layer configuration files with following from upstream (including commit log diff to previous sync point): - arch/arm64/configs/defconfig -> armv8a/defconfig ---- 79045b61875d ("arm64: defconfig: build imx-sdma as a module") ---- - arch/arm/configs/imx_v6_v7_defconfig -> defconfig No changes in upstream - arch/arm/configs/mxs_defconfig -> mxs-generic-bsp/defconfig No changes in upstream Previous upstream kernel sync commit: b6abb62daa55 ("Linux 5.15.1") Current upstream kernel sync commit: 4e67be407725 ("Linux 5.15.44") Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
* linux-fslc-lts: Rework 5.10 Linux kernel as LTS recipeVinicius Aquino2021-05-071-0/+1097
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>