Re: [Angstrom-devel] U-Boot in meta-ti is broken

2014-01-17 Thread matti kaasinen
I have experience with beaglebone only, but even with it I had to bitbake u-boot-denx instead of simple u-boot. If I recall it correctly pure u-boot does not crash though, but really wrong recipe gets run. -Matti 2014/1/17 Philip Balister > On 01/17/2014 02:00 PM, Ulf Samuelsson wrote: > > It l

Re: [Angstrom-devel] U-Boot in meta-ti is broken

2014-01-17 Thread Ulf Samuelsson
2014-01-17 20:10, Philip Balister skrev: On 01/17/2014 02:00 PM, Ulf Samuelsson wrote: It looks like the some of the u-boot recipes in meta-ti are broken. They do not include COMPATIBLE_MACHINE statements, so when building u-boot for non-ti machines, this recipe is choosen instead. This includ

Re: [Angstrom-devel] U-Boot in meta-ti is broken

2014-01-17 Thread Philip Balister
On 01/17/2014 02:00 PM, Ulf Samuelsson wrote: > It looks like the some of the u-boot recipes in meta-ti are broken. > They do not include COMPATIBLE_MACHINE statements, > so when building u-boot for non-ti machines, this recipe is choosen > instead. > > This includes the u-boot 13.01 recipe Shou