diff options
4 files changed, 28 insertions, 0 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc index 9fb800260f..6ee1c93a92 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc | |||
@@ -6,3 +6,10 @@ define KARCH i386 | |||
6 | include ktypes/preempt-rt | 6 | include ktypes/preempt-rt |
7 | 7 | ||
8 | include {{=machine}}.scc | 8 | include {{=machine}}.scc |
9 | |||
10 | # default policy for preempt-rt kernels | ||
11 | include cfg/usb-mass-storage.scc | ||
12 | include cfg/boot-live.scc | ||
13 | include features/logbuf/size-normal.scc | ||
14 | include features/latencytop/latencytop.scc | ||
15 | include features/profiling/profiling.scc | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc index a241b29145..2c16efa10b 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc | |||
@@ -7,3 +7,10 @@ include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch) | |||
7 | branch {{=machine}} | 7 | branch {{=machine}} |
8 | 8 | ||
9 | include {{=machine}}.scc | 9 | include {{=machine}}.scc |
10 | |||
11 | # default policy for standard kernels | ||
12 | include cfg/usb-mass-storage.scc | ||
13 | include cfg/boot-live.scc | ||
14 | include features/logbuf/size-normal.scc | ||
15 | include features/latencytop/latencytop.scc | ||
16 | include features/profiling/profiling.scc | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc index ecb0f01e2f..5819dce1c4 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc | |||
@@ -6,3 +6,10 @@ define KARCH x86_64 | |||
6 | include ktypes/preempt-rt | 6 | include ktypes/preempt-rt |
7 | 7 | ||
8 | include {{=machine}}.scc | 8 | include {{=machine}}.scc |
9 | |||
10 | # default policy for preempt-rt kernels | ||
11 | include cfg/usb-mass-storage.scc | ||
12 | include cfg/boot-live.scc | ||
13 | include features/logbuf/size-normal.scc | ||
14 | include features/latencytop/latencytop.scc | ||
15 | include features/profiling/profiling.scc | ||
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-standard.scc b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-standard.scc index 3253133ee2..9e5cf13e07 100644 --- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-standard.scc +++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/{{=machine}}-standard.scc | |||
@@ -7,3 +7,10 @@ include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch) | |||
7 | branch {{=machine}} | 7 | branch {{=machine}} |
8 | 8 | ||
9 | include {{=machine}}.scc | 9 | include {{=machine}}.scc |
10 | |||
11 | # default policy for standard kernels | ||
12 | include cfg/usb-mass-storage.scc | ||
13 | include cfg/boot-live.scc | ||
14 | include features/logbuf/size-normal.scc | ||
15 | include features/latencytop/latencytop.scc | ||
16 | include features/profiling/profiling.scc | ||