mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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:
committed by
Richard Purdie
parent
64bdab9276
commit
ead9ada172
+1
-1
@@ -2,7 +2,7 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE standard
|
define KTYPE standard
|
||||||
define KARCH arm
|
define KARCH arm
|
||||||
|
|
||||||
include ktypes/standard
|
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
{{ if need_new_kbranch == "y": }}
|
{{ if need_new_kbranch == "y": }}
|
||||||
branch {{=machine}}
|
branch {{=machine}}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE standard
|
define KTYPE standard
|
||||||
define KARCH mips
|
define KARCH mips
|
||||||
|
|
||||||
include ktypes/standard
|
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
{{ if need_new_kbranch == "y": }}
|
{{ if need_new_kbranch == "y": }}
|
||||||
branch {{=machine}}
|
branch {{=machine}}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE standard
|
define KTYPE standard
|
||||||
define KARCH powerpc
|
define KARCH powerpc
|
||||||
|
|
||||||
include ktypes/standard
|
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
{{ if need_new_kbranch == "y": }}
|
{{ if need_new_kbranch == "y": }}
|
||||||
branch {{=machine}}
|
branch {{=machine}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user