From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v3 1/1] nodejs: cleanup and update
Date: Tue, 22 Dec 2015 16:49:40 +0100 [thread overview]
Message-ID: <20151222154940.GA2556@jama> (raw)
In-Reply-To: <56796C6B.9070002@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1608 bytes --]
On Tue, Dec 22, 2015 at 10:29:47AM -0500, Trevor Woerner wrote:
> 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).*"
>
> ?
It's not nice but you can use:
COMPATIBLE_MACHINE_arm = "(.*)"
COMPATIBLE_MACHINE_armv4 = "(-)"
COMPATIBLE_MACHINE_armv5 = "(-)"
COMPATIBLE_MACHINE_mips64 = "(-)"
If these 3 are the only 3 unsupported, then you can drop override for
x86, x86-64, arm and change the default to (.*).
> Best regards,
> Trevor
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2015-12-22 15:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-22 4:27 [meta-oe][PATCH v3 0/1] nodejs cleanup and update Trevor Woerner
2015-12-22 4:27 ` [meta-oe][PATCH v3 1/1] nodejs: " Trevor Woerner
2015-12-22 9:35 ` Andre McCurdy
2015-12-22 15:29 ` Trevor Woerner
2015-12-22 15:49 ` Martin Jansa [this message]
2015-12-22 16:00 ` Trevor Woerner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151222154940.GA2556@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox