summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc20
1 files changed, 1 insertions, 19 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc
index 04a36203d9..1cd976b275 100644
--- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc
@@ -1,26 +1,8 @@
1define KMACHINE {{=machine}} 1define KMACHINE {{=machine}}
2define KTYPE standard 2define KTYPE standard
3{{ if qemuarch == "i386": }} 3define KARCH {{=qemuarch}}
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 4
14{{ if qemuarch == "i386": }}
15include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} 5include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
16{{ if qemuarch == "x86_64": }}
17include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
18{{ if qemuarch == "arm": }}
19include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard
20{{ if qemuarch == "powerpc": }}
21include bsp/qemu-ppc32/qemu-ppc32-standard
22{{ if qemuarch == "mips": }}
23include bsp/mti-malta32/mti-malta32-be-standard
24{{ if need_new_kbranch == "y": }} 6{{ if need_new_kbranch == "y": }}
25branch {{=machine}} 7branch {{=machine}}
26 8