yocto-bsp: update machine-preempt-rt.scc

Simplify machine-standard.scc for all the templates.

(From meta-yocto rev: ad0d944698a854a281d0beea1c87a0600e98ccbd)

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Zanussi 2013-03-10 21:11:29 -05:00 committed by Richard Purdie
parent 03a1091fa5
commit 3eb5590b0d
6 changed files with 17 additions and 30 deletions

View File

@ -2,7 +2,8 @@ define KMACHINE {{=machine}}
define KTYPE preempt-rt
define KARCH arm
# no new branch required, re-use the ktypes/preempt-rt branch
include ktypes/preempt-rt
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
{{ if need_new_kbranch == "y": }}
branch {{=machine}}
include {{=machine}}.scc

View File

@ -2,8 +2,9 @@ define KMACHINE {{=machine}}
define KTYPE preempt-rt
define KARCH i386
# no new branch required, re-use the ktypes/preempt-rt branch
include ktypes/preempt-rt
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
{{ if need_new_kbranch == "y": }}
branch {{=machine}}
include {{=machine}}.scc

View File

@ -2,7 +2,8 @@ define KMACHINE {{=machine}}
define KTYPE preempt-rt
define KARCH mips
# no new branch required, re-use the ktypes/preempt-rt branch
include ktypes/preempt-rt
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
{{ if need_new_kbranch == "y": }}
branch {{=machine}}
include {{=machine}}.scc

View File

@ -2,7 +2,8 @@ define KMACHINE {{=machine}}
define KTYPE preempt-rt
define KARCH powerpc
# no new branch required, re-use the ktypes/preempt-rt branch
include ktypes/preempt-rt
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
{{ if need_new_kbranch == "y": }}
branch {{=machine}}
include {{=machine}}.scc

View File

@ -1,26 +1,8 @@
define KMACHINE {{=machine}}
define KTYPE preempt-rt
{{ if qemuarch == "i386": }}
define KARCH i386
{{ if qemuarch == "x86_64": }}
define KARCH x86_64
{{ if qemuarch == "arm": }}
define KARCH arm
{{ if qemuarch == "powerpc": }}
define KARCH powerpc
{{ if qemuarch == "mips": }}
define KARCH mips
define KARCH {{=qemuarch}}
{{ if qemuarch == "i386": }}
include bsp/common-pc/common-pc-preempt-rt
{{ if qemuarch == "x86_64": }}
include bsp/common-pc-64/common-pc-64-preempt-rt
{{ if qemuarch == "arm": }}
include bsp/arm-versatile-926ejs/arm-versatile-926ejs-preempt-rt
{{ if qemuarch == "powerpc": }}
include bsp/qemu-ppc32/qemu-ppc32-rt
{{ if qemuarch == "mips": }}
include bsp/mti-malta32/mti-malta32-be-preempt-rt
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
{{ if need_new_kbranch == "y": }}
branch {{=machine}}

View File

@ -2,8 +2,9 @@ define KMACHINE {{=machine}}
define KTYPE preempt-rt
define KARCH x86_64
# no new branch required, re-use the ktypes/preempt-rt branch
include ktypes/preempt-rt
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
{{ if need_new_kbranch == "y": }}
branch {{=machine}}
include {{=machine}}.scc