For the v6.1 LTS kernel, we (TI) have moved to using defconfig fragments to build the different kernel configurations. To properly build a kernel with full preemption support, add the ti_arm64_rt.config to the linux-ti-staging-rt-6.1/k3/defconfig
Signed-off-by: Bryan Brattlof <[email protected]> --- .../recipes-kernel/linux/linux-ti-staging-rt-6.1/k3/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/k3/defconfig b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/k3/defconfig index ef1d3efd50118..54dc86b407c7c 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/k3/defconfig +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/k3/defconfig @@ -1,2 +1,2 @@ use-kernel-config=defconfig -config-fragment=kernel/configs/ti_arm64_prune.config +config-fragment=kernel/configs/ti_arm64_prune.config kernel/configs/ti_arm64_rt.config base-commit: 8fa9ec7dcd2e816cee18aaf7e8947b3eaee9923c -- 2.40.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16646): https://lists.yoctoproject.org/g/meta-ti/message/16646 Mute This Topic: https://lists.yoctoproject.org/mt/99271655/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
