[oe] [meta-oe][PATCH v3 1/1] nodejs: cleanup and update

Trevor Woerner twoerner at gmail.com
Tue Dec 22 15:29:47 UTC 2015


Hi Andre,

On 12/22/15 04:35, Andre McCurdy wrote:
> Here's the link to the "official" announcement about v8 dropping
> support for ARM cores without vfp2 support:

Thanks, I'll include that in v4.

> +COMPATIBLE_MACHINE = "(-)"
> +COMPATIBLE_MACHINE_x86 = "(.*)"
> +COMPATIBLE_MACHINE_x86-64 = "(.*)"
> +COMPATIBLE_MACHINE_armv7a = "(.*)"
> Please blacklist armv4 and armv5 instead of whitelisting armv7a (armv6
> and potential future arm targets such as armv7ve are still expected to
> work. It's only armv4 and armv5 which are not).

That was what I was trying to do :-) I don't have much experience in
this, I've been asking on IRC and the mailing lists, and there aren't
many examples to copy. I think the following works:

    COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*"
    COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*"
    COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"

?

Best regards,
    Trevor



More information about the Openembedded-devel mailing list