summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg4
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-patches.scc0
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc30
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc30
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}.cfg0
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}.scc6
6 files changed, 70 insertions, 0 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg
new file mode 100644
index 0000000000..2ee921bfc4
--- /dev/null
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg
@@ -0,0 +1,4 @@
1CONFIG_FTRACE_SYSCALLS=y
2CONFIG_SCHED_TRACER=y
3CONFIG_IRQSOFF_TRACER=y
4CONFIG_PREEMPT_TRACER=y
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-patches.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-patches.scc
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-patches.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
new file mode 100644
index 0000000000..6399a4b535
--- /dev/null
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-preempt-rt.scc
@@ -0,0 +1,30 @@
1define KMACHINE {{=machine}}
2define KTYPE preempt-rt
3{{ if qemuarch == "i386": }}
4define KARCH i386
5{{ if qemuarch == "x86_64": }}
6define KARCH x86_64
7{{ if qemuarch == "arm": }}
8define KARCH arm
9{{ if qemuarch == "powerpc": }}
10define KARCH powerpc
11{{ if qemuarch == "mips": }}
12define KARCH mips
13
14{{ if qemuarch == "i386": }}
15include bsp/common-pc/common-pc-preempt-rt
16branch {{=machine}}
17{{ if qemuarch == "x86_64": }}
18include bsp/common-pc-64/common-pc-64-preempt-rt
19branch {{=machine}}
20{{ if qemuarch == "arm": }}
21include bsp/arm-versatile-926ejs/arm-versatile-926ejs-preempt-rt
22branch {{=machine}}
23{{ if qemuarch == "powerpc": }}
24include bsp/qemu-ppc32/qemu-ppc32-rt
25branch {{=machine}}
26{{ if qemuarch == "mips": }}
27include bsp/mti-malta32/mti-malta32-be-preempt-rt
28branch {{=machine}}
29
30include {{=machine}}.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
new file mode 100644
index 0000000000..9ed66c3ebf
--- /dev/null
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
@@ -0,0 +1,30 @@
1define KMACHINE {{=machine}}
2define KTYPE standard
3{{ if qemuarch == "i386": }}
4define KARCH i386
5{{ if qemuarch == "x86_64": }}
6define KARCH x86_64
7{{ if qemuarch == "arm": }}
8define KARCH arm
9{{ if qemuarch == "powerpc": }}
10define KARCH powerpc
11{{ if qemuarch == "mips": }}
12define KARCH mips
13
14{{ if qemuarch == "i386": }}
15include bsp/common-pc/common-pc-standard
16branch {{=machine}}
17{{ if qemuarch == "x86_64": }}
18include bsp/common-pc-64/common-pc-64-standard
19branch {{=machine}}
20{{ if qemuarch == "arm": }}
21include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard
22branch {{=machine}}
23{{ if qemuarch == "powerpc": }}
24include bsp/qemu-ppc32/qemu-ppc32-standard
25branch {{=machine}}
26{{ if qemuarch == "mips": }}
27include bsp/mti-malta32/mti-malta32-be-standard
28branch {{=machine}}
29
30include {{=machine}}.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}.cfg b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}.cfg
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}.scc
new file mode 100644
index 0000000000..e301b22ca2
--- /dev/null
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}.scc
@@ -0,0 +1,6 @@
1kconf hardware {{=machine}}.cfg
2
3include features/logbuf/size-normal.scc
4
5kconf hardware user-config.cfg
6include user-patches.scc