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

Andre McCurdy armccurdy at gmail.com
Tue Oct 24 23:43:10 UTC 2017


On Tue, Oct 24, 2017 at 4:23 PM, Joe Slater <jslater at windriver.com> wrote:
> qemu-usermode is only available for mips64 and o32 code.

Isn't that already handled by meta/conf/machine/include/mips/arch-mips.inc

  # user mode qemu doesn't support mips64 n32: "Invalid ELF image for
this architecture"
  MACHINE_FEATURES_BACKFILL_CONSIDERED_append = "
${@bb.utils.contains('TUNE_FEATURES', 'n32', 'qemu-usermode', '', d)}"

?

> 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
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list