Re: [OE-core] [PATCH RESEND 1/4] ARM: handle missing thumb suffix

2016-03-20 Thread Burton, Ross
On 16 March 2016 at 13:18, Jens Rehsack wrote: > Again: Please send me an updated commit message. I tried my best in > digging down where and what is appended to dozen of flags resulting > in proper or weird build behavior. > s/poky/oe-core/, and the subject prefix should be tune-arm926ejs inste

Re: [OE-core] [PATCH RESEND 1/4] ARM: handle missing thumb suffix

2016-03-19 Thread Phil Blundell
On Wed, 2016-03-16 at 10:34 +0100, Jens Rehsack wrote: > When enabling tune for arm926ejs, poky optionally appends suffixes for > thumb and dsp support. Since sometimes arm926ejse (ARM code) and sometime > arm926ejste (thumb code) is used in PACKAGE_ARCH, allow both. Personally I think this is a f

Re: [OE-core] [PATCH RESEND 1/4] ARM: handle missing thumb suffix

2016-03-19 Thread Jens Rehsack
> Am 16.03.2016 um 13:20 schrieb Phil Blundell : > > On Wed, 2016-03-16 at 10:34 +0100, Jens Rehsack wrote: >> When enabling tune for arm926ejs, poky optionally appends suffixes for >> thumb and dsp support. Since sometimes arm926ejse (ARM code) and sometime >> arm926ejste (thumb code) is used in

Re: [OE-core] [PATCH RESEND 1/4] ARM: handle missing thumb suffix

2016-03-16 Thread Martin Jansa
On Wed, Mar 16, 2016 at 10:34:22AM +0100, Jens Rehsack wrote: > When enabling tune for arm926ejs, poky optionally appends suffixes for tune files, not poky appends them. Other than that. Acked-By: Martin Jansa > thumb and dsp support. Since sometimes arm926ejse (ARM code) and sometime > arm926

[OE-core] [PATCH RESEND 1/4] ARM: handle missing thumb suffix

2016-03-16 Thread Jens Rehsack
When enabling tune for arm926ejs, poky optionally appends suffixes for thumb and dsp support. Since sometimes arm926ejse (ARM code) and sometime arm926ejste (thumb code) is used in PACKAGE_ARCH, allow both. Signed-off-by: Jens Rehsack --- meta/conf/machine/include/tune-arm926ejs.inc | 2 +- 1 fi