[OE-core] [oe-core][PATCH 1/1] qemumips64: no qemu-usermode for n32

Joe Slater jslater at windriver.com
Tue Oct 24 23:23:59 UTC 2017


qemu-usermode is only available for mips64 and o32 code.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 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




More information about the Openembedded-core mailing list