Message ID | 20230607230924.2889679-1-bb@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,kirkstone/master,v2] ti-kernel: Apply RT fragments to RT kernel config | expand |
On 6/7/2023 6:09 PM, Bryan Brattlof via lists.yoctoproject.org wrote: > Apply the ti_rt.config fragment to all the linux-ti-staging-rt-6.1 > defconfigs so we can properly build the RT kernel for our devices. > > Signed-off-by: Bryan Brattlof <bb@ti.com> Acked-by: Praneeth Bajjuri <praneeth@ti.com> > --- > > Changes since v1:[0] > - applied rt fragment to all devices, not just K3 > > [0] https://lists.yoctoproject.org/g/meta-ti/message/16646 > > .../recipes-kernel/linux/linux-ti-staging-rt-6.1/defconfig | 2 +- > .../recipes-kernel/linux/linux-ti-staging-rt-6.1/k3/defconfig | 2 +- > .../linux/linux-ti-staging-rt-6.1/omapl138/defconfig | 1 + > 3 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/defconfig b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/defconfig > index 24b53cf7aecb5..43089dc87d0bf 100644 > --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/defconfig > +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/defconfig > @@ -1,2 +1,2 @@ > use-kernel-config=multi_v7_defconfig > -config-fragment=kernel/configs/ti_multi_v7_prune.config > +config-fragment=kernel/configs/ti_multi_v7_prune.config kernel/configs/ti_rt.config > 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..47d78664bdd1d 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_rt.config > diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/omapl138/defconfig b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/omapl138/defconfig > index 099493af19a0d..2c829c0ba3c22 100644 > --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/omapl138/defconfig > +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/omapl138/defconfig > @@ -1 +1,2 @@ > use-kernel-config=davinci_all_defconfig > +config-fragment=kernel/configs/ti_rt.config > > base-commit: 02fb90c7972aa53ad6c3599a161ec62fd91d1efa > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#16692): https://lists.yoctoproject.org/g/meta-ti/message/16692 > Mute This Topic: https://lists.yoctoproject.org/mt/99396234/2167429 > Group Owner: meta-ti+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [praneeth@ti.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/defconfig b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/defconfig index 24b53cf7aecb5..43089dc87d0bf 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/defconfig +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/defconfig @@ -1,2 +1,2 @@ use-kernel-config=multi_v7_defconfig -config-fragment=kernel/configs/ti_multi_v7_prune.config +config-fragment=kernel/configs/ti_multi_v7_prune.config kernel/configs/ti_rt.config 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..47d78664bdd1d 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_rt.config diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/omapl138/defconfig b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/omapl138/defconfig index 099493af19a0d..2c829c0ba3c22 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/omapl138/defconfig +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt-6.1/omapl138/defconfig @@ -1 +1,2 @@ use-kernel-config=davinci_all_defconfig +config-fragment=kernel/configs/ti_rt.config
Apply the ti_rt.config fragment to all the linux-ti-staging-rt-6.1 defconfigs so we can properly build the RT kernel for our devices. Signed-off-by: Bryan Brattlof <bb@ti.com> --- Changes since v1:[0] - applied rt fragment to all devices, not just K3 [0] https://lists.yoctoproject.org/g/meta-ti/message/16646 .../recipes-kernel/linux/linux-ti-staging-rt-6.1/defconfig | 2 +- .../recipes-kernel/linux/linux-ti-staging-rt-6.1/k3/defconfig | 2 +- .../linux/linux-ti-staging-rt-6.1/omapl138/defconfig | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) base-commit: 02fb90c7972aa53ad6c3599a161ec62fd91d1efa