Re: [yocto] Raspberry Pi 2 BSP build problem

2016-03-07 Thread Andrei Gherzan
On Mon, Mar 7, 2016 at 9:10 PM, Alan Hughes wrote: > I've been trying to build a BSP using Yocto 2.0 (Jethro) targetting a > Raspberry Pi 2. Everything goes OK until we reach the point of building the > "u-boot-rpi" package, at which point it blows up saying that it cannot find > the file "linux/

Re: [yocto] Raspberry Pi 2 BSP build problem

2016-03-07 Thread Trevor Woerner
This looks like the problem we were experiencing a while back when we were switching from gcc-4x to gcc-5x. If I remember correctly, a certain range of slightly older kernel/u-boot could not be compiled by gcc-5x toolchains without a patch. You could look around for that patch. Or you could tr