On Thu, 2006-08-10 at 14:18 +0100, Phil Blundell wrote: 
> On Thu, 2006-08-10 at 14:01 +0100, Richard Purdie wrote:
> > On Thu, 2006-08-10 at 13:43 +0200, koen commit wrote:
> > > htcuniversal.conf: unbreak it
> > > --- conf/machine/htcuniversal.conf        
> > > d5c798e36d14c4e307ff04d5928a29a956b957cd
> > > +++ conf/machine/htcuniversal.conf        
> > > c5eb5176de0f203b8e6a618beddf689d27b60c38
> > > @@ -1,15 +1,16 @@ TARGET_ARCH = "arm"
> > >  [EMAIL PROTECTED]: Machine
> > >  [EMAIL PROTECTED]: HTC Universal
> > >  [EMAIL PROTECTED]: Machine configuration for the HTC Universal
> > >  
> > >  TARGET_ARCH = "arm"
> > > -IPKG_EXTRA_ARCHS = "ipaqpxa htcuniversal"
> > > +IPKG_EXTRA_ARCHS = "ipaqpxa arm armv4t armv5te iwmmxt"
> > 
> > Since TARGET_ARCH is in IPKG_ARCHS by default you can lose the "arm" in
> > there.
> 
> Isn't PACKAGE_ARCH in there as well?

At present, no. People like to change their tune-xxx includes which
would have made it easy to break IPKG_ARCHS so those kind of values are
all hardcoded.

One thought I was was to add:

IPKG_EXTRA_ARCHS += "armv4 armv4t armv5e armv5te" 
to tune-xscale.conf etc but a problem arises if someone builds an image
with a different tune-xyz option as their IPKG_ARCHS can end up
incomplete stopping them from installing compatible packages.

Richard

_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to