From 8a51a8afe873bbdab8ca86354ea759b7b31fd811 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sun, 5 Aug 2012 16:28:41 -0500 Subject: yocto-bsp: use standard branch mapping in bsp templates Signed-off-by: Tom Zanussi --- .../arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/{{=machine}}-standard.scc') 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 9ed66c3ebf..4def04ac7b 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 @@ -12,10 +12,10 @@ define KARCH powerpc define KARCH mips {{ if qemuarch == "i386": }} -include bsp/common-pc/common-pc-standard +include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} branch {{=machine}} {{ if qemuarch == "x86_64": }} -include bsp/common-pc-64/common-pc-64-standard +include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} branch {{=machine}} {{ if qemuarch == "arm": }} include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard -- cgit v1.2.3-54-g00ecf