From f32909a2c26db5b09a11fff4103b71c84d342017 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 (From meta-yocto rev: 716fdb4b1bd7cb91b07753b6747767ae55eeb1d2) Signed-off-by: Tom Zanussi Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/lib/bsp/substrate/target/arch/i386') diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc index 28c353bf35..c7ba1fba6f 100644 --- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc +++ b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/{{=machine}}-standard.scc @@ -2,7 +2,7 @@ define KMACHINE {{=machine}} define KTYPE standard define KARCH i386 -include ktypes/standard +include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}} branch {{=machine}} include {{=machine}}.scc -- cgit v1.2.3-54-g00ecf