Re: [yocto] ARM CPU version question

2018-03-19 Thread Andre McCurdy
On Mon, Mar 19, 2018 at 4:35 PM, Steve Pavao wrote: > > I think I may have discovered a specific situation which is causing the > problem to occur for me. It seems it occurs because I am trying to build a > kernel module under the recipes-kernel directory in my custom layer. A > colleague point

Re: [yocto] ARM CPU version question

2018-03-19 Thread Khem Raj
On 3/19/18 4:35 PM, Steve Pavao wrote: Hi Andre, On Mar 19, 2018, at 5:32 PM, Andre McCurdy > wrote: On Mon, Mar 19, 2018 at 9:49 AM, Steve Pavao > wrote: What’s the recommended way to be able to propogate target-specific compile-time CP

Re: [yocto] ARM CPU version question

2018-03-19 Thread Steve Pavao
Hi Andre, > On Mar 19, 2018, at 5:32 PM, Andre McCurdy wrote: > > On Mon, Mar 19, 2018 at 9:49 AM, Steve Pavao wrote: >> What’s the recommended way to be able to propogate target-specific >> compile-time CPU tune information to affect the build of a source file in my >> own custom layer? >>

Re: [yocto] ARM CPU version question

2018-03-19 Thread Andre McCurdy
On Mon, Mar 19, 2018 at 9:49 AM, Steve Pavao wrote: > What’s the recommended way to be able to propogate target-specific > compile-time CPU tune information to affect the build of a source file in my > own custom layer? > > For example, if I’m building for an arm6-based target, I’d like to be ab

[yocto] ARM CPU version question

2018-03-19 Thread Steve Pavao
What’s the recommended way to be able to propogate target-specific compile-time CPU tune information to affect the build of a source file in my own custom layer? For example, if I’m building for an arm6-based target, I’d like to be able to have the __ARM_ARCH_6__ symbol be available when the Yo