mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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:
committed by
Richard Purdie
parent
03a1091fa5
commit
3eb5590b0d
@@ -2,7 +2,8 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE preempt-rt
|
define KTYPE preempt-rt
|
||||||
define KARCH arm
|
define KARCH arm
|
||||||
|
|
||||||
# no new branch required, re-use the ktypes/preempt-rt branch
|
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
include ktypes/preempt-rt
|
{{ if need_new_kbranch == "y": }}
|
||||||
|
branch {{=machine}}
|
||||||
|
|
||||||
include {{=machine}}.scc
|
include {{=machine}}.scc
|
||||||
|
|||||||
@@ -2,8 +2,9 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE preempt-rt
|
define KTYPE preempt-rt
|
||||||
define KARCH i386
|
define KARCH i386
|
||||||
|
|
||||||
# no new branch required, re-use the ktypes/preempt-rt branch
|
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
include ktypes/preempt-rt
|
{{ if need_new_kbranch == "y": }}
|
||||||
|
branch {{=machine}}
|
||||||
|
|
||||||
include {{=machine}}.scc
|
include {{=machine}}.scc
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE preempt-rt
|
define KTYPE preempt-rt
|
||||||
define KARCH mips
|
define KARCH mips
|
||||||
|
|
||||||
# no new branch required, re-use the ktypes/preempt-rt branch
|
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
include ktypes/preempt-rt
|
{{ if need_new_kbranch == "y": }}
|
||||||
|
branch {{=machine}}
|
||||||
|
|
||||||
include {{=machine}}.scc
|
include {{=machine}}.scc
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE preempt-rt
|
define KTYPE preempt-rt
|
||||||
define KARCH powerpc
|
define KARCH powerpc
|
||||||
|
|
||||||
# no new branch required, re-use the ktypes/preempt-rt branch
|
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
include ktypes/preempt-rt
|
{{ if need_new_kbranch == "y": }}
|
||||||
|
branch {{=machine}}
|
||||||
|
|
||||||
include {{=machine}}.scc
|
include {{=machine}}.scc
|
||||||
|
|||||||
@@ -1,26 +1,8 @@
|
|||||||
define KMACHINE {{=machine}}
|
define KMACHINE {{=machine}}
|
||||||
define KTYPE preempt-rt
|
define KTYPE preempt-rt
|
||||||
{{ if qemuarch == "i386": }}
|
define KARCH {{=qemuarch}}
|
||||||
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
|
|
||||||
|
|
||||||
{{ if qemuarch == "i386": }}
|
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
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
|
|
||||||
{{ if need_new_kbranch == "y": }}
|
{{ if need_new_kbranch == "y": }}
|
||||||
branch {{=machine}}
|
branch {{=machine}}
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,9 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE preempt-rt
|
define KTYPE preempt-rt
|
||||||
define KARCH x86_64
|
define KARCH x86_64
|
||||||
|
|
||||||
# no new branch required, re-use the ktypes/preempt-rt branch
|
include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
include ktypes/preempt-rt
|
{{ if need_new_kbranch == "y": }}
|
||||||
|
branch {{=machine}}
|
||||||
|
|
||||||
include {{=machine}}.scc
|
include {{=machine}}.scc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user