[oe] [PATCH 0/4][RFC] Remove CROSS_DIR, install cross-packages into native sysroot

Phil Blundell philb at gnu.org
Fri Jul 23 08:02:32 UTC 2010


On Fri, 2010-07-23 at 09:25 +0200, Koen Kooi wrote:
> There is a BIG problem with these patches, they break multimachine builds.
> 
> The previous situation had:
> 
> cross/armv7a-angstrom-foo/usr/bin/
> cross/armv5te-angstrom-foo/usr/bin/
> etc
> 
> The new situation has:
> 
> x86_64-linux/usr/bin
> 
> So all the toolchains get dropped into the *same* directory, which
> breaks horribly.

Which are the actual binaries that collide?  I would have thought that
everything which gets installed into the cross bindir ought to be
prefixed with TARGET_SYS (i.e. usr/bin/armv7a-angstrom-linux-gcc, etc).

p.






More information about the Openembedded-devel mailing list