summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc7
1 files changed, 7 insertions, 0 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 1cd976b275..0e20023764 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
@@ -2,7 +2,14 @@ define KMACHINE {{=machine}}
2define KTYPE standard 2define KTYPE standard
3define KARCH {{=qemuarch}} 3define KARCH {{=qemuarch}}
4 4
5{{ if qemuarch == "i386" or qemuarch == "x86_64": }}
5include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} 6include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
7{{ if qemuarch == "arm": }}
8include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard
9{{ if qemuarch == "powerpc": }}
10include bsp/qemu-ppc32/qemu-ppc32-standard
11{{ if qemuarch == "mips": }}
12include bsp/mti-malta32/mti-malta32-be-standard
6{{ if need_new_kbranch == "y": }} 13{{ if need_new_kbranch == "y": }}
7branch {{=machine}} 14branch {{=machine}}
8 15