summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-5.4/preempt-rt.scc
AgeCommit message (Collapse)Author
2021-12-16linux-toradex-mainline: switch to use kernel.orgMax Krummenacher
Currently this builds kernel 5.16.0-RC5 from kernel.org. With the override `use-head-next` set, the HEAD of the master branch is built instead. For the rt patches a git repository from kernel.org with a maintained branch which regularly merges in the stable/master git trees is used. This changes from using defconfigs provided from the kernel sources to use defconfigs which the recipe provides. Get the initial defconfig from the kernel sources as of commit 2585cf9dfaad Linux 5.16-rc5. "imx_v6_v7_defconfig" for i.MX 32 bit SoC "tegra_defconfig" for TK1 "defconfig" for i.MX 64 bit SoC Run them through 'make *defconfig; make savedefconfig' first. Kernel 5.16 introduced that the device tree files are validated if built in the way OE builds them. Port the solution to make this from the linux-yocto-dev.bb recipe, commit c12a91827e88 ("linux-yocto-dev: introduce dt-validation PACKAGECONFIG") which is cleaner than reverting the commit that introduced the validation. Related-to: ELB-4094 Related-to: ELB-4095 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-10-17linux-toradex-mainline: add preempt-rt configs as scc fileMing Liu
Change to add preempt-rt configs as scc file by including linux-imx.inc, also avoid setting KERNEL_FEATURES to empty, it could be used in torizoncore layer. Related-to: ELB-3171 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 6737ce79c453953be6faf02519d9fc920dd58bb9)