Openembedded Core Discussions
 help / color / mirror / Atom feed
* Architectures with underscores in their names, how to handle that?
@ 2013-10-10  6:27 Koen Kooi
  2013-10-10  6:30 ` Khem Raj
  2013-10-10  6:56 ` Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Koen Kooi @ 2013-10-10  6:27 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org oe-core layer

Hi,

I'm working on adding support for big-endian armv8 and the toolchain people decided that it should be named 'aarch64_eb'. That currently works in OE because there isn't a 'eb' override yet, but there might be one in the future.

So my question is, how can I safely handle a name like this?

regards,

Koen

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Architectures with underscores in their names, how to handle that?
  2013-10-10  6:27 Architectures with underscores in their names, how to handle that? Koen Kooi
@ 2013-10-10  6:30 ` Khem Raj
  2013-10-10  8:34   ` Fathi Boudra
  2013-10-10  6:56 ` Richard Purdie
  1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2013-10-10  6:30 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-core@lists.openembedded.org oe-core layer


On Oct 9, 2013, at 11:27 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:

> Hi,
> 
> I'm working on adding support for big-endian armv8 and the toolchain people decided that it should be named 'aarch64_eb'. That currently works in OE because there isn't a 'eb' override yet, but there might be one in the future.
> 

why not suggest them to use aarch64eb is that too hard a change ?
it matches other known Big Endian naming conventions like mips and so on in autotools world.

> So my question is, how can I safely handle a name like this?
> 
> regards,
> 
> Koen
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Architectures with underscores in their names, how to handle that?
  2013-10-10  6:27 Architectures with underscores in their names, how to handle that? Koen Kooi
  2013-10-10  6:30 ` Khem Raj
@ 2013-10-10  6:56 ` Richard Purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2013-10-10  6:56 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-core@lists.openembedded.org oe-core layer

On Thu, 2013-10-10 at 08:27 +0200, Koen Kooi wrote:
> Hi,
> 
> I'm working on adding support for big-endian armv8 and the toolchain
> people decided that it should be named 'aarch64_eb'. That currently
> works in OE because there isn't a 'eb' override yet, but there might
> be one in the future.
> 
> So my question is, how can I safely handle a name like this?

I suspect we'll just have to be careful never to add an "eb" override,
in much the same way as a 64 override would also cause problems for
x86_64. There is code in place to change the _ to - for package feed
use.

Longer term I'd like to see us find a better character for overrides
than the current use of "_" but that would be a fair bit of work to
achieve. I'd like to think that would performance as well as readablity
of .bb files but I've yet to prove it.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Architectures with underscores in their names, how to handle that?
  2013-10-10  6:30 ` Khem Raj
@ 2013-10-10  8:34   ` Fathi Boudra
  0 siblings, 0 replies; 4+ messages in thread
From: Fathi Boudra @ 2013-10-10  8:34 UTC (permalink / raw)
  To: Khem Raj
  Cc: Koen Kooi, openembedded-core@lists.openembedded.org oe-core layer

On 10 October 2013 09:30, Khem Raj <raj.khem@gmail.com> wrote:
> why not suggest them to use aarch64eb is that too hard a change ?

We've done it but the counter argument is that toolchains are already
out there with an official release.
The upstream FSF GCC 4.8, Binutils 2.23, EGLIBC 2.18 releases. So
basically the community has accepted the triplet.

> it matches other known Big Endian naming conventions like mips and so on in autotools world.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-10  8:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10  6:27 Architectures with underscores in their names, how to handle that? Koen Kooi
2013-10-10  6:30 ` Khem Raj
2013-10-10  8:34   ` Fathi Boudra
2013-10-10  6:56 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox