Re: [OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-11 Thread Bruce Ashfield
On Mon, Mar 11, 2019 at 8:13 AM wrote: > > On Sun, 2019-03-10 at 21:27 -0700, Khem Raj wrote: > > On Sun, Mar 10, 2019 at 8:13 PM Richard Purdie > > wrote: > > > Testing stap on armv7 machines was failing due to intermixing of > > > thumb/arm > > > instructions. Patch the kernel to always use

Re: [OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-11 Thread richard . purdie
On Sun, 2019-03-10 at 21:27 -0700, Khem Raj wrote: > On Sun, Mar 10, 2019 at 8:13 PM Richard Purdie > wrote: > > Testing stap on armv7 machines was failing due to intermixing of > > thumb/arm > > instructions. Patch the kernel to always use the v7 march options > > since > > we know our gcc

Re: [OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-10 Thread Victor Kamensky via Openembedded-core
On Sun, 10 Mar 2019, Bruce Ashfield wrote: On Sun, Mar 10, 2019 at 11:12 PM Richard Purdie wrote: Testing stap on armv7 machines was failing due to intermixing of thumb/arm instructions. Patch the kernel to always use the v7 march options since we know our gcc versions support it to avoid

Re: [OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-10 Thread Khem Raj
On Sun, Mar 10, 2019 at 8:13 PM Richard Purdie wrote: > > Testing stap on armv7 machines was failing due to intermixing of thumb/arm > instructions. Patch the kernel to always use the v7 march options since > we know our gcc versions support it to avoid the failure and allow > systemtap to work.

Re: [OE-core] [PATCH 4/5] linux-yocto: Fix systemtap issue on armv7

2019-03-10 Thread Bruce Ashfield
On Sun, Mar 10, 2019 at 11:12 PM Richard Purdie wrote: > > Testing stap on armv7 machines was failing due to intermixing of thumb/arm > instructions. Patch the kernel to always use the v7 march options since > we know our gcc versions support it to avoid the failure and allow > systemtap to work.