[meta-freescale] [3rdparty][PATCH 1/2] linux-wandboard: Add patch to fix build error with gcc6

2016-11-10 Thread Dominic Sacré
Without this patch, gcc6 fails to build the Vivante driver with -Werror=misleading-indentation. Signed-off-by: Dominic Sacré --- .../Fix-gcc6-build-error-in-Vivante-driver.patch | 41 ++ recipes-kernel/linux/linux-wandboard_4.1.15.bb | 5 ++- 2 files changed, 45 insert

Re: [meta-freescale] [3rdparty][PATCH 1/2] linux-wandboard: Add patch to fix build error with gcc6

2016-11-11 Thread Otavio Salvador
On Thu, Nov 10, 2016 at 12:23 PM, Dominic Sacré wrote: > Without this patch, gcc6 fails to build the Vivante driver with > -Werror=misleading-indentation. > > Signed-off-by: Dominic Sacré There is any reason why you are not using the external kernel module? -- Otavio Salvador

Re: [meta-freescale] [3rdparty][PATCH 1/2] linux-wandboard: Add patch to fix build error with gcc6

2016-11-11 Thread Dominic Sacré
On 2016-11-11 11:24, Otavio Salvador wrote: > On Thu, Nov 10, 2016 at 12:23 PM, Dominic Sacré wrote: >> Without this patch, gcc6 fails to build the Vivante driver with >> -Werror=misleading-indentation. >> >> Signed-off-by: Dominic Sacré > > There is any reason why you are not using the external

Re: [meta-freescale] [3rdparty][PATCH 1/2] linux-wandboard: Add patch to fix build error with gcc6

2016-11-11 Thread Otavio Salvador
On Fri, Nov 11, 2016 at 11:06 AM, Dominic Sacré wrote: > On 2016-11-11 11:24, Otavio Salvador wrote: >> On Thu, Nov 10, 2016 at 12:23 PM, Dominic Sacré wrote: >>> Without this patch, gcc6 fails to build the Vivante driver with >>> -Werror=misleading-indentation. >>> >>> Signed-off-by: Dominic Sac

Re: [meta-freescale] [3rdparty][PATCH 1/2] linux-wandboard: Add patch to fix build error with gcc6

2016-11-15 Thread Dominic Sacré
On 2016-11-11 14:28, Otavio Salvador wrote: > On Fri, Nov 11, 2016 at 11:06 AM, Dominic Sacré wrote: >> Am I right in assuming that the external module still doesn't support RT >> kernels? > > Yes; however if there is a way to detect the presence of RT patch and > act accordingly. We can patch th

Re: [meta-freescale] [3rdparty][PATCH 1/2] linux-wandboard: Add patch to fix build error with gcc6

2016-11-16 Thread Otavio Salvador
On Tue, Nov 15, 2016 at 7:10 PM, Dominic Sacré wrote: > On 2016-11-11 14:28, Otavio Salvador wrote: >> On Fri, Nov 11, 2016 at 11:06 AM, Dominic Sacré wrote: >>> Am I right in assuming that the external module still doesn't support RT >>> kernels? >> >> Yes; however if there is a way to detect th