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 <[email protected]>
Acked-by: Praneeth Bajjuri <[email protected]>
--- 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 (#16693): https://lists.yoctoproject.org/g/meta-ti/message/16693 Mute This Topic: https://lists.yoctoproject.org/mt/99396234/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/6695321/21656/1393940836/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
