diff options
author | Bryan Brattlof <bb@ti.com> | 2023-06-07 18:09:24 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-08 08:06:37 -0500 |
commit | 654541da16ce1691b5013fe75f5e814893dafd77 (patch) | |
tree | a191af57022ae2415e2f005444a7ae860ebe92cf /meta-ti-bsp/recipes-kernel | |
parent | 02fb90c7972aa53ad6c3599a161ec62fd91d1efa (diff) | |
download | meta-ti-654541da16ce1691b5013fe75f5e814893dafd77.tar.gz |
ti-kernel: Apply RT fragments to RT kernel 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>
Acked-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel')
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 24b53cf7..43089dc8 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 @@ | |||
1 | use-kernel-config=multi_v7_defconfig | 1 | use-kernel-config=multi_v7_defconfig |
2 | config-fragment=kernel/configs/ti_multi_v7_prune.config | 2 | 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 ef1d3efd..47d78664 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 @@ | |||
1 | use-kernel-config=defconfig | 1 | use-kernel-config=defconfig |
2 | config-fragment=kernel/configs/ti_arm64_prune.config | 2 | 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 099493af..2c829c0b 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 @@ | |||
1 | use-kernel-config=davinci_all_defconfig | 1 | use-kernel-config=davinci_all_defconfig |
2 | config-fragment=kernel/configs/ti_rt.config | ||