This patch series has two patches, one calls stty sane always before exit previously it was only called if qemu crashed
Second patch introduces a new variable called QEMU_TARGET which can be set by distributions or appended in layers to select reduced set of targets to build in qemu-native It weakly assigned and list is expanded to include SH and MIPS64 to help oe distros. Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kraj/qemu Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/qemu Thanks, Khem Raj <[email protected]> --- Khem Raj (2): scripts/poky-qemu-internal: call stty sane before exit qemu.inc: Add sh4,sh4eb,mips64,mips64el targets meta/recipes-devtools/qemu/qemu-targets.inc | 18 ++++++++++++++++++ meta/recipes-devtools/qemu/qemu.inc | 12 +++++++++--- scripts/poky-qemu-internal | 6 ++++-- 3 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-devtools/qemu/qemu-targets.inc -- 1.7.4.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
