From: Tom Zanussi Date: Wed, 3 Apr 2013 19:41:22 +0000 (-0500) Subject: yocto-bsp: use specific bsp metadata for qemu machines X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e274a2e66c26489a4da895194eb6e7a9c1476a73;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git yocto-bsp: use specific bsp metadata for qemu machines For the qemu-based BSPs, use bsp metadata that's guaranteed to boot in qemu. Signed-off-by: Tom Zanussi --- diff --git "a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-standard.scc" "b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-standard.scc" index 1cd976b2751..0e200237641 100644 --- "a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-standard.scc" +++ "b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-standard.scc" @@ -2,7 +2,14 @@ define KMACHINE {{=machine}} define KTYPE standard define KARCH {{=qemuarch}} +{{ if qemuarch == "i386" or qemuarch == "x86_64": }} 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": }} branch {{=machine}}