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

* Re: [meta-ti kirkstone/master PATCH] ti-kernel: Apply RT config fragments to RT kernel defconfig
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2023-06-01 19:25 UTC (permalink / raw)
  To: Bryan Brattlof; +Cc: Ryan Eatmon, Andrew Davis, Meta-TI, Res Sapp

On Thu, Jun 01, 2023 at 01:57:39PM -0500, Bryan Brattlof wrote:
> For the v6.1 LTS kernel, we (TI) have moved to using defconfig fragments
> to build the different kernel configurations.

FWIW, config fragments have been in use for many years...

Otherwise LGTM.


> 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	[flat|nested] 4+ messages in thread

* Re: [meta-ti kirkstone/master PATCH] ti-kernel: Apply RT config fragments to RT kernel defconfig
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Davis @ 2023-06-01 19:35 UTC (permalink / raw)
  To: Bryan Brattlof, Ryan Eatmon, Denys Dmytriyenko; +Cc: Meta-TI, Res Sapp

On 6/1/23 1:57 PM, Bryan Brattlof wrote:
> 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 +-

Looks good for k3, what about non-k3 and omapl138?

Andrew

>   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


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

* Re: [meta-ti kirkstone/master PATCH] ti-kernel: Apply RT config fragments to RT kernel defconfig
  2023-06-01 19:35 ` Andrew Davis
@ 2023-06-01 20:23   ` Bryan Brattlof
  0 siblings, 0 replies; 4+ messages in thread
From: Bryan Brattlof @ 2023-06-01 20:23 UTC (permalink / raw)
  To: Andrew Davis; +Cc: Ryan Eatmon, Denys Dmytriyenko, Meta-TI, Res Sapp

Hi Andrew!

On June  1, 2023 thus sayeth Andrew Davis:
> On 6/1/23 1:57 PM, Bryan Brattlof wrote:
> > 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 +-
> 
> Looks good for k3, what about non-k3 and omapl138?
> 

Ah! good point... I'll add them in my v2 :)

~Bryan


^ permalink raw reply	[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.