summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-08-06 14:32:18 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-25 14:47:04 +0100
commit995a5ac02c67081724cbc93b2b932be4b8c2780b (patch)
treedf97bc87a4de18c2b1fa4733bc96c3789c890507 /scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
parente26589eb1963956a68123ff6dcb4620dc40a1de0 (diff)
downloadpoky-995a5ac02c67081724cbc93b2b932be4b8c2780b.tar.gz
yocto-bsp: remove 'branch' statements in .scc if reusing branch
If reusing a branch (need_new_branch == 'n') we don't need to branch in the .scc, so make it conditional on need_new_branch. (From meta-yocto rev: 1e698ad2d18249c6224821bd52e3b979750db256) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
index 4def04ac7b..04a36203d9 100644
--- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc
@@ -13,18 +13,15 @@ define KARCH mips
13 13
14{{ if qemuarch == "i386": }} 14{{ if qemuarch == "i386": }}
15include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} 15include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
16branch {{=machine}}
17{{ if qemuarch == "x86_64": }} 16{{ if qemuarch == "x86_64": }}
18include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} 17include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
19branch {{=machine}}
20{{ if qemuarch == "arm": }} 18{{ if qemuarch == "arm": }}
21include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard 19include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard
22branch {{=machine}}
23{{ if qemuarch == "powerpc": }} 20{{ if qemuarch == "powerpc": }}
24include bsp/qemu-ppc32/qemu-ppc32-standard 21include bsp/qemu-ppc32/qemu-ppc32-standard
25branch {{=machine}}
26{{ if qemuarch == "mips": }} 22{{ if qemuarch == "mips": }}
27include bsp/mti-malta32/mti-malta32-be-standard 23include bsp/mti-malta32/mti-malta32-be-standard
24{{ if need_new_kbranch == "y": }}
28branch {{=machine}} 25branch {{=machine}}
29 26
30include {{=machine}}.scc 27include {{=machine}}.scc