Re: [yocto] Can't set march=armv5te

2016-12-01 Thread Bryan Evenson
gt; Cc: yocto@yoctoproject.org Subject: Re: [yocto] Can't set march=armv5te Using and not using thumb was also controlled not only by TUNE_FEATURES (MACHINE defines that) but also by ARM_INSTRUCTION_SET (DISTRO defines that). So you weren't building with thumb enabled even when you were seeing a

Re: [yocto] Can't set march=armv5te

2016-12-01 Thread Martin Jansa
ive tasks. > > > > Thanks, > > Bryan > > > > *From:* Martin Jansa [mailto:martin.ja...@gmail.com] > *Sent:* Thursday, December 01, 2016 2:06 PM > *To:* Bryan Evenson <beven...@melinkcorp.com> > *Cc:* yocto@yoctoproject.org > *Subject:* Re: [yocto] Can't set

[yocto] Can't set march=armv5te

2016-12-01 Thread Bryan Evenson
I'm in the process of upgrading from the dizzy branch to the fido branch, and I'm still a little confused about some tune changes that I'm seeing. I'm using an Atmel AT91SAM9G25 processor. The meta-atmel layer that I am using had incorrectly set DEFAULTTUNE = "arm926ejs" which had been