yocto-bsp: use map_standard_branch()

Use map_standard_branch() instead of naming the branch directly.

(From meta-yocto rev: 34ec7d4cf53f82adb8de61969d0981344f9a1d87)

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Zanussi 2013-03-11 00:20:36 -05:00 committed by Richard Purdie
parent 64bdab9276
commit ead9ada172
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ define KMACHINE {{=machine}}
define KTYPE standard
define KARCH arm
include ktypes/standard
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
{{ if need_new_kbranch == "y": }}
branch {{=machine}}

View File

@ -2,7 +2,7 @@ define KMACHINE {{=machine}}
define KTYPE standard
define KARCH mips
include ktypes/standard
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
{{ if need_new_kbranch == "y": }}
branch {{=machine}}

View File

@ -2,7 +2,7 @@ define KMACHINE {{=machine}}
define KTYPE standard
define KARCH powerpc
include ktypes/standard
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
{{ if need_new_kbranch == "y": }}
branch {{=machine}}