mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
yocto-bsp: use standard branch mapping in bsp templates
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
2517376ee8
commit
8a51a8afe8
+1
-1
@@ -2,7 +2,7 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE standard
|
define KTYPE standard
|
||||||
define KARCH i386
|
define KARCH i386
|
||||||
|
|
||||||
include ktypes/standard
|
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
branch {{=machine}}
|
branch {{=machine}}
|
||||||
|
|
||||||
include {{=machine}}.scc
|
include {{=machine}}.scc
|
||||||
|
|||||||
+2
-2
@@ -12,10 +12,10 @@ define KARCH powerpc
|
|||||||
define KARCH mips
|
define KARCH mips
|
||||||
|
|
||||||
{{ if qemuarch == "i386": }}
|
{{ if qemuarch == "i386": }}
|
||||||
include bsp/common-pc/common-pc-standard
|
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
branch {{=machine}}
|
branch {{=machine}}
|
||||||
{{ if qemuarch == "x86_64": }}
|
{{ 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}}
|
branch {{=machine}}
|
||||||
{{ if qemuarch == "arm": }}
|
{{ if qemuarch == "arm": }}
|
||||||
include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard
|
include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE standard
|
define KTYPE standard
|
||||||
define KARCH x86_64
|
define KARCH x86_64
|
||||||
|
|
||||||
include bsp/common-pc-64/common-pc-64-standard
|
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
branch {{=machine}}
|
branch {{=machine}}
|
||||||
|
|
||||||
include {{=machine}}.scc
|
include {{=machine}}.scc
|
||||||
|
|||||||
Reference in New Issue
Block a user