Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-18 Thread Andrei Gherzan
On Thu, Jan 05, 2017 at 10:54:01PM -0500, Trevor Woerner wrote: > On Thu, Jan 5, 2017 at 4:59 PM, Paul Barker wrote: > > On Thu, 5 Jan 2017 15:16:19 -0500 > > Trevor Woerner wrote: > > > >> On Thu 2017-01-05 @ 07:33:38 PM, Paul Barker wrote: > >> > On

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-17 Thread Paul Barker
On Tue, 17 Jan 2017 08:51:10 +0100 Andreas Müller wrote: > On Tue, Jan 17, 2017 at 1:12 AM, Trevor Woerner wrote: > > Hi Paul, > > > > On Thu 2017-01-05 @ 09:59:16 PM, Paul Barker wrote: > >> Also, are you thinking of moving the -rt recipe to

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-16 Thread Andreas Müller
On Tue, Jan 17, 2017 at 1:12 AM, Trevor Woerner wrote: > Hi Paul, > > On Thu 2017-01-05 @ 09:59:16 PM, Paul Barker wrote: >> Also, are you thinking of moving the -rt recipe to the 4.9 series when >> upstream linux-raspberrypi declares that stable? > > I just want to confirm

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-16 Thread Trevor Woerner
Hi Paul, On Thu 2017-01-05 @ 09:59:16 PM, Paul Barker wrote: > Also, are you thinking of moving the -rt recipe to the 4.9 series when > upstream linux-raspberrypi declares that stable? I just want to confirm that 4.9 is going to be the next stable series? How do we know 4.8 isn't going to be the

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-05 Thread Trevor Woerner
As it turns out, this v2 patch doesn't work, the kernel fails to build successfully with this stripped down config. Maybe I didn't generate it correctly? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-05 Thread Trevor Woerner
On Thu, Jan 5, 2017 at 4:59 PM, Paul Barker wrote: > On Thu, 5 Jan 2017 15:16:19 -0500 > Trevor Woerner wrote: > >> On Thu 2017-01-05 @ 07:33:38 PM, Paul Barker wrote: >> > On Thu, 5 Jan 2017 12:42:29 -0500 >> > Trevor Woerner

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-05 Thread Paul Barker
On Thu, 5 Jan 2017 15:16:19 -0500 Trevor Woerner wrote: > On Thu 2017-01-05 @ 07:33:38 PM, Paul Barker wrote: > > On Thu, 5 Jan 2017 12:42:29 -0500 > > Trevor Woerner wrote: > > > > > Add an -rt kernel recipe for Raspberry Pi that includes the FIQ patch

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-05 Thread Trevor Woerner
On Thu 2017-01-05 @ 07:33:38 PM, Paul Barker wrote: > On Thu, 5 Jan 2017 12:42:29 -0500 > Trevor Woerner wrote: > > > Add an -rt kernel recipe for Raspberry Pi that includes the FIQ patch which > > adds stability to the -rt kernel (with full preemption enabled) and is an > >

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-05 Thread Paul Barker
On Thu, 5 Jan 2017 12:42:29 -0500 Trevor Woerner wrote: > Add an -rt kernel recipe for Raspberry Pi that includes the FIQ patch which > adds stability to the -rt kernel (with full preemption enabled) and is an > improvement to simply disabling FIQ on the kernel cmdline. > >