Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-05-06 Thread Tom Rini
On Thu, Apr 28, 2016 at 02:01:31PM -0400, Tom Rini wrote: > On Thu, Apr 28, 2016 at 07:01:34AM -0700, Khem Raj wrote: > > On Thu, Apr 28, 2016 at 5:14 AM, Tom Rini wrote: > > > On Thu, Apr 28, 2016 at 12:08:46AM -0700, Khem Raj wrote: > > >> > > >> > On Apr 27, 2016, at 3:10 PM, Tom Rini wrote: >

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-29 Thread Burton, Ross
Took it for another ride on our AB last night: http://errors.yoctoproject.org/Errors/Latest/?filter=ab893d4e1c3efc1ee73c6cfbbb9a64036c63d93c&type=commit The systemd-sysusers stuff I failed to remove, and is broken. There's a pango-native failure that appears to be caused by GIR. And two SDK ima

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-28 Thread Tom Rini
On Thu, Apr 28, 2016 at 07:01:34AM -0700, Khem Raj wrote: > On Thu, Apr 28, 2016 at 5:14 AM, Tom Rini wrote: > > On Thu, Apr 28, 2016 at 12:08:46AM -0700, Khem Raj wrote: > >> > >> > On Apr 27, 2016, at 3:10 PM, Tom Rini wrote: > >> > > >> > On Wed, Apr 27, 2016 at 10:53:52AM -0700, Khem Raj wrot

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-28 Thread Khem Raj
> On Apr 28, 2016, at 8:19 AM, Mark Hatle wrote: > > On 4/28/16 2:10 AM, Khem Raj wrote: >> >>> On Apr 27, 2016, at 11:06 AM, Mark Hatle wrote: >>> >>> On 4/27/16 12:53 PM, Khem Raj wrote: thanks I think most of them come to these categories. So any help in fixing them is welcome. >

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-28 Thread Mark Hatle
On 4/28/16 2:10 AM, Khem Raj wrote: > >> On Apr 27, 2016, at 11:06 AM, Mark Hatle wrote: >> >> On 4/27/16 12:53 PM, Khem Raj wrote: >>> thanks I think most of them come to these categories. So any help in >>> fixing them is welcome. >>> >>> 1. kernel older than 4.4, backport needed fixed into the

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-28 Thread Khem Raj
On Thu, Apr 28, 2016 at 5:14 AM, Tom Rini wrote: > On Thu, Apr 28, 2016 at 12:08:46AM -0700, Khem Raj wrote: >> >> > On Apr 27, 2016, at 3:10 PM, Tom Rini wrote: >> > >> > On Wed, Apr 27, 2016 at 10:53:52AM -0700, Khem Raj wrote: >> >> thanks I think most of them come to these categories. So any

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-28 Thread Tom Rini
On Thu, Apr 28, 2016 at 12:08:46AM -0700, Khem Raj wrote: > > > On Apr 27, 2016, at 3:10 PM, Tom Rini wrote: > > > > On Wed, Apr 27, 2016 at 10:53:52AM -0700, Khem Raj wrote: > >> thanks I think most of them come to these categories. So any help in > >> fixing them is welcome. > >> > >> 1. kern

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-28 Thread Khem Raj
> On Apr 27, 2016, at 11:06 AM, Mark Hatle wrote: > > On 4/27/16 12:53 PM, Khem Raj wrote: >> thanks I think most of them come to these categories. So any help in >> fixing them is welcome. >> >> 1. kernel older than 4.4, backport needed fixed into these branches or >> move to newer kernels. >>

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-28 Thread Khem Raj
> On Apr 27, 2016, at 3:10 PM, Tom Rini wrote: > > On Wed, Apr 27, 2016 at 10:53:52AM -0700, Khem Raj wrote: >> thanks I think most of them come to these categories. So any help in >> fixing them is welcome. >> >> 1. kernel older than 4.4, backport needed fixed into these branches or >> move to

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-27 Thread Tom Rini
On Wed, Apr 27, 2016 at 10:53:52AM -0700, Khem Raj wrote: > thanks I think most of them come to these categories. So any help in > fixing them is welcome. > > 1. kernel older than 4.4, backport needed fixed into these branches or > move to newer kernels. > 2. uboot dont have gcc6 compiler header f

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-27 Thread Mark Hatle
On 4/27/16 12:53 PM, Khem Raj wrote: > thanks I think most of them come to these categories. So any help in > fixing them is welcome. > > 1. kernel older than 4.4, backport needed fixed into these branches or > move to newer kernels. > 2. uboot dont have gcc6 compiler header files, backport the ne

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-27 Thread Khem Raj
thanks I think most of them come to these categories. So any help in fixing them is welcome. 1. kernel older than 4.4, backport needed fixed into these branches or move to newer kernels. 2. uboot dont have gcc6 compiler header files, backport the needed fixes 2. meta-qt4 needs to use gnu++98 3. gc

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-27 Thread Burton, Ross
Finally made errors.yp do the right thing: http://errors.yoctoproject.org/Errors/Latest/?filter=91ef7bf5ad13304827e2ef06738f7fc28ed650f6&type=commit is a list of all the failures. Ross On 27 April 2016 at 09:02, Burton, Ross wrote: > > On 21 April 2016 at 04:06, Khem Raj wrote: > >> I have upd

Re: [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-27 Thread Burton, Ross
On 21 April 2016 at 04:06, Khem Raj wrote: > I have updated > > http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-6 > > With few more patches added now. Most of packages in OE-Core are > building fine except linux-yocto on mips and ppc > I threw this at the autobuilder. Lots