]> code.ossystems Code Review - openembedded-core.git/commit
qemu.inc: Add sh4,sh4eb,mips64,mips64el targets
authorKhem Raj <raj.khem@gmail.com>
Fri, 25 Mar 2011 22:52:33 +0000 (15:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Mar 2011 14:39:05 +0000 (15:39 +0100)
commit62ced6b84bf650ce4cf101491614613ec8fc17af
tree7238bcf836c4dd58948e2675946417fca41cb29f
parent201a43cce6171988999f954a5759f46b330a7812
qemu.inc: Add sh4,sh4eb,mips64,mips64el targets

In order to leavarage more emulations in oe-core
these targets needs to be built as well

Introduce new variable QEMU_TARGETS which
can be set by user to decide what all machine support
should be build into qemu-native

This one works adding same to qemu.inc does not
parse presumably a bitbake problem.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/qemu/qemu-targets.inc [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu.inc