diff options
| author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-03-10 21:11:29 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-17 23:10:27 +0000 |
| commit | 3eb5590b0d610e04ba0484c2c3a82882d576a05b (patch) | |
| tree | 529789303e514581cf26fb4705033b4784519b03 /scripts/lib/bsp/substrate/target/arch/arm | |
| parent | 03a1091fa556b730c1a493029bf6a3fa7fe760fd (diff) | |
| download | poky-3eb5590b0d610e04ba0484c2c3a82882d576a05b.tar.gz | |
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>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/arm')
| -rw-r--r-- | scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-preempt-rt.scc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-preempt-rt.scc b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-preempt-rt.scc index 22ff307b91..de0bff28a3 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-preempt-rt.scc +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}-preempt-rt.scc | |||
| @@ -2,7 +2,8 @@ define KMACHINE {{=machine}} | |||
| 2 | define KTYPE preempt-rt | 2 | define KTYPE preempt-rt |
| 3 | define KARCH arm | 3 | define KARCH arm |
| 4 | 4 | ||
| 5 | # no new branch required, re-use the ktypes/preempt-rt branch | 5 | include {{=map_preempt_rt_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} |
| 6 | include ktypes/preempt-rt | 6 | {{ if need_new_kbranch == "y": }} |
| 7 | branch {{=machine}} | ||
| 7 | 8 | ||
| 8 | include {{=machine}}.scc | 9 | include {{=machine}}.scc |
