summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc3
1 files changed, 2 insertions, 1 deletions
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
index d2a03ec209..14554da285 100644
--- 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
@@ -1,6 +1,6 @@
1# yocto-bsp-filename {{=machine}}-standard.scc 1# yocto-bsp-filename {{=machine}}-standard.scc
2define KMACHINE {{=machine}} 2define KMACHINE {{=machine}}
3define KTYPE standard 3
4define KARCH {{=qemuarch}} 4define KARCH {{=qemuarch}}
5 5
6{{ if qemuarch == "i386" or qemuarch == "x86_64": }} 6{{ if qemuarch == "i386" or qemuarch == "x86_64": }}
@@ -14,6 +14,7 @@ include bsp/mti-malta32/mti-malta32-be-standard
14{{ if qemuarch == "mips64": }} 14{{ if qemuarch == "mips64": }}
15include bsp/mti-malta64/mti-malta64-be-standard 15include bsp/mti-malta64/mti-malta64-be-standard
16{{ if need_new_kbranch == "y": }} 16{{ if need_new_kbranch == "y": }}
17define KTYPE {{=new_kbranch}}
17branch {{=machine}} 18branch {{=machine}}
18 19
19include {{=machine}}.scc 20include {{=machine}}.scc