On 10/25/2017 02:43 AM, Andre McCurdy wrote:
On Tue, Oct 24, 2017 at 4:23 PM, Joe Slater <jsla...@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)}"

Yes, but this is really unreadable isn't it :) I don't see how anyone could grasp that the above means "remove qemu-usermode from MACHINE_FEATURES if n32 is in TUNE_FEATURES" (without diving into documentation).

Any better way to express this would be appreciated.

Alex
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to