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

2017-01-04 Thread Trevor Woerner
On Tue 2017-01-03 @ 10:43:09 PM, Khem Raj wrote: > perhaps the defconfig can be made smaller. If you regenerate it using > make savedefconfig in a prepared tree and using the resulting config > file which will be smaller in size > when compared to fully expanded .config. > > On Tue, Jan 3, 2017 at

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

2017-01-04 Thread Trevor Woerner
On Wed 2017-01-04 @ 04:01:36 AM, Andreas Müller wrote: > On Wed, Jan 4, 2017 at 1:05 AM, Andreas Müller > wrote: > > On Tue, Jan 3, 2017 at 8:38 PM, Trevor Woerner wrote: > >> Add an -rt kernel option for Raspberry Pi that includes the FIQ patch which > >> adds stability to the -rt kernel (with f

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

2017-01-04 Thread Trevor Woerner
On Wed 2017-01-04 @ 01:05:27 AM, Andreas Müller wrote: > On Tue, Jan 3, 2017 at 8:38 PM, Trevor Woerner wrote: > > Add an -rt kernel option 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 dis

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

2017-01-04 Thread Andreas Müller
On Wed, Jan 4, 2017 at 7:43 AM, Khem Raj wrote: > perhaps the defconfig can be made smaller. If you regenerate it using > make savedefconfig in a prepared tree and using the resulting config > file which will be smaller in size > when compared to fully expanded .config. > Just a suggestion: In me

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

2017-01-03 Thread Andreas Müller
On Wed, Jan 4, 2017 at 1:05 AM, Andreas Müller wrote: > On Tue, Jan 3, 2017 at 8:38 PM, Trevor Woerner wrote: >> Add an -rt kernel option 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 disabl

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

2017-01-03 Thread Andreas Müller
On Tue, Jan 3, 2017 at 8:38 PM, Trevor Woerner wrote: > Add an -rt kernel option 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. > > Signed-off-by: Trevor Woe