mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
yocto-bsp: use specific bsp metadata for qemu machines
For the qemu-based BSPs, use bsp metadata that's guaranteed to boot in qemu. (From meta-yocto rev: e274a2e66c26489a4da895194eb6e7a9c1476a73) 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
00e2984deb
commit
3b56472ad9
+7
@@ -2,7 +2,14 @@ define KMACHINE {{=machine}}
|
|||||||
define KTYPE standard
|
define KTYPE standard
|
||||||
define KARCH {{=qemuarch}}
|
define KARCH {{=qemuarch}}
|
||||||
|
|
||||||
|
{{ if qemuarch == "i386" or qemuarch == "x86_64": }}
|
||||||
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
include {{=map_standard_kbranch(need_new_kbranch, new_kbranch, existing_kbranch)}}
|
||||||
|
{{ if qemuarch == "arm": }}
|
||||||
|
include bsp/arm-versatile-926ejs/arm-versatile-926ejs-standard
|
||||||
|
{{ if qemuarch == "powerpc": }}
|
||||||
|
include bsp/qemu-ppc32/qemu-ppc32-standard
|
||||||
|
{{ if qemuarch == "mips": }}
|
||||||
|
include bsp/mti-malta32/mti-malta32-be-standard
|
||||||
{{ if need_new_kbranch == "y": }}
|
{{ if need_new_kbranch == "y": }}
|
||||||
branch {{=machine}}
|
branch {{=machine}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user