Re: [yocto] [OE-core] [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

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

2016-04-29 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

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

2016-04-29 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

Re: [yocto] [OE-core] [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=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 image

Re: [yocto] [OE-core] [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

Re: [yocto] [OE-core] [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

Re: [yocto] [OE-core] [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,

Re: [yocto] [OE-core] [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

Re: [yocto] [OE-core] [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

Re: [yocto] [OE-core] [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

Re: [yocto] [OE-core] [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=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

Re: [yocto] [OE-core] [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

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

2016-04-20 Thread Khem Raj
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 ppc http://errors.yoctoproject.org/Errors/Details/60423/ mips

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

2016-04-18 Thread Khem Raj
On Mon, Apr 18, 2016 at 12:48 PM Dan McGregor wrote: > On 17 April 2016 at 23:15, Khem Raj wrote: > > Hello all, > > > > I have put together a potential gcc6 upgrade recipe set, and pushed the > branch to tree here > > > > > >

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

2016-04-18 Thread Dan McGregor
On 17 April 2016 at 23:15, Khem Raj wrote: > Hello all, > > I have put together a potential gcc6 upgrade recipe set, and pushed the > branch to tree here > > > http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-6 > > and also at github fork of mine. > >