diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-03-03 23:27:33 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-17 23:10:27 +0000 |
commit | 7743ebd40d54bc0b3e2a14ff49ee9f5b292b9ce4 (patch) | |
tree | ae9e148f01507f967625e46b9ffef9e4634b72d7 /scripts | |
parent | 63f0834fbd30c364d850943a322de5a559765134 (diff) | |
download | poky-7743ebd40d54bc0b3e2a14ff49ee9f5b292b9ce4.tar.gz |
yocto-bsp: update machine-standard.scc
Simplify machine-standard.scc for all the templates.
(From meta-yocto rev: ac8ec04c50bc8dbf716ff5746c8942566fd5c2bf)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-standard.scc | 20 |
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 @@ | |||
1 | define KMACHINE {{=machine}} | 1 | define KMACHINE {{=machine}} |
2 | define KTYPE standard | 2 | define KTYPE standard |
3 | {{ if qemuarch == "i386": }} | 3 | define KARCH {{=qemuarch}} |
4 | define KARCH i386 | ||
5 | {{ if qemuarch == "x86_64": }} | ||
6 | define KARCH x86_64 | ||
7 | {{ if qemuarch == "arm": }} | ||
8 | define KARCH arm | ||
9 | {{ if qemuarch == "powerpc": }} | ||
10 | define KARCH powerpc | ||
11 | {{ if qemuarch == "mips": }} | ||
12 | define KARCH mips | ||
13 | 4 | ||
14 | {{ if qemuarch == "i386": }} | ||
15 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | 5 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
16 | {{ if qemuarch == "x86_64": }} | ||
17 | include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} | ||
18 | {{ if qemuarch == "arm": }} | ||
19 | include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard | ||
20 | {{ if qemuarch == "powerpc": }} | ||
21 | include bsp/qemu-ppc32/qemu-ppc32-standard | ||
22 | {{ if qemuarch == "mips": }} | ||
23 | include bsp/mti-malta32/mti-malta32-be-standard | ||
24 | {{ if need_new_kbranch == "y": }} | 6 | {{ if need_new_kbranch == "y": }} |
25 | branch {{=machine}} | 7 | branch {{=machine}} |
26 | 8 | ||