On 12 May 2015 at 08:57, Otavio Salvador <[email protected]> wrote: > On Tue, May 12, 2015 at 4:06 AM, Richard Purdie > <[email protected]> wrote: >> On Sun, 2015-05-10 at 23:03 +0100, Richard Purdie wrote: > ... >> Otavio: Could you see what our options are with meta-fsl-ppc and >> metafsl-arm? > > Yes. I foresee some challenges especially the old kernels. > > fsl-arm has 2.6.35 for some platforms and fsl-ppc has 3.12. > > I am adding FSL people to also take a look on these failures.
I found one simple hack is to set the C standard to gnu89 for kernel builds. I just added KERNEL_CC_append = " -std=gnu89" to my local.conf and my wandboard kernel built and booted. Haven't tried the PPC kernels yet, though. > > -- > Otavio Salvador O.S. Systems > http://www.ossystems.com.br http://code.ossystems.com.br > Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
