All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti kirkstone/master PATCH] ti-kernel: Apply RT config fragments to RT kernel defconfig
@ 2023-06-01 18:57 Bryan Brattlof
  2023-06-01 19:25 ` Denys Dmytriyenko
  2023-06-01 19:35 ` Andrew Davis
  0 siblings, 2 replies; 4+ messages in thread
From: Bryan Brattlof @ 2023-06-01 18:57 UTC (permalink / raw)
  To: Ryan Eatmon, Denys Dmytriyenko
  Cc: Andrew Davis, Meta-TI, Res Sapp, Bryan Brattlof

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 <bb@ti.com>
---
 .../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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-01 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01 18:57 [meta-ti kirkstone/master PATCH] ti-kernel: Apply RT config fragments to RT kernel defconfig Bryan Brattlof
2023-06-01 19:25 ` Denys Dmytriyenko
2023-06-01 19:35 ` Andrew Davis
2023-06-01 20:23   ` Bryan Brattlof

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.