Re: [OE-core] [PATCH] gcc-runtime: Add libmpx supprt for x86

2017-03-08 Thread Richard Purdie
On Wed, 2017-03-08 at 01:00 +0100, Martin Jansa wrote: > Seems to cause following QA issue for DISTROs which don't > inherit remove-libtool.bbclass > > ERROR: gcc-runtime-6.3.0-r0 do_package: QA Issue: gcc-runtime: > Files/directories were installed but not shipped in any package: >  

Re: [OE-core] [PATCH] gcc-runtime: Add libmpx supprt for x86

2017-03-07 Thread Martin Jansa
Seems to cause following QA issue for DISTROs which don't inherit remove-libtool.bbclass ERROR: gcc-runtime-6.3.0-r0 do_package: QA Issue: gcc-runtime: Files/directories were installed but not shipped in any package: /usr/lib/libmpxwrappers.la Please set FILES such that these items are

Re: [OE-core] [PATCH] gcc-runtime: Add libmpx supprt for x86

2017-03-04 Thread Khem Raj
On Sat, Mar 4, 2017 at 2:54 AM, Richard Purdie wrote: > On Fri, 2017-03-03 at 14:58 -0800, Khem Raj wrote: >> On Fri, Mar 3, 2017 at 2:54 PM, Burton, Ross >> wrote: >> > >> > >> > On 3 March 2017 at 21:39, Khem Raj

Re: [OE-core] [PATCH] gcc-runtime: Add libmpx supprt for x86

2017-03-04 Thread Richard Purdie
On Fri, 2017-03-03 at 14:58 -0800, Khem Raj wrote: > On Fri, Mar 3, 2017 at 2:54 PM, Burton, Ross > wrote: > > > > > > On 3 March 2017 at 21:39, Khem Raj wrote: > > > > > > > > > > > > > > Enabling building the Intel Memory Protection Extension

Re: [OE-core] [PATCH] gcc-runtime: Add libmpx supprt for x86

2017-03-03 Thread Khem Raj
On Fri, Mar 3, 2017 at 2:54 PM, Burton, Ross wrote: > > On 3 March 2017 at 21:39, Khem Raj wrote: >> >> > Enabling building the Intel Memory Protection Extension library for x86. >> > >> >> hope this works on amd chips as well ? > > >

Re: [OE-core] [PATCH] gcc-runtime: Add libmpx supprt for x86

2017-03-03 Thread Burton, Ross
On 3 March 2017 at 21:39, Khem Raj wrote: > > Enabling building the Intel Memory Protection Extension library for x86. > > > > hope this works on amd chips as well ? https://en.wikipedia.org/wiki/Intel_MPX It depends on new instructions, so you'll have to ask AMD. :) Ross

Re: [OE-core] [PATCH] gcc-runtime: Add libmpx supprt for x86

2017-03-03 Thread Khem Raj
On Fri, Mar 3, 2017 at 3:54 AM, Richard Purdie wrote: > Enabling building the Intel Memory Protection Extension library for x86. > hope this works on amd chips as well ? > Signed-off-by: Richard Purdie > --- >

[OE-core] [PATCH] gcc-runtime: Add libmpx supprt for x86

2017-03-03 Thread Richard Purdie
Enabling building the Intel Memory Protection Extension library for x86. Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-runtime.inc | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git