qemu-usermode is only available for mips64 and o32 code. Signed-off-by: Joe Slater <[email protected]> --- meta/conf/machine/qemumips64.conf | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf index 3f91cbe..8feefc4 100644 --- a/meta/conf/machine/qemumips64.conf +++ b/meta/conf/machine/qemumips64.conf @@ -12,3 +12,7 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin" SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" + +# no qemu-usermode for libn32 +MACHINE_FEATURES_remove_mipsarchn32 = "qemu-usermode" + -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
