mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +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 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
|
||||
|
||||
Reference in New Issue
Block a user