Re: [yocto] ADT: understanding YOCTOADT_TARGET_MACHINE_arch

2014-05-03 Thread Andrea Galbusera
Hi Jonathan, On Wed, Mar 12, 2014 at 7:08 PM, Jonathan Austin wrote: > Hi list, > > I've been looking at the ADT, and specifically building a custom SDK/ADT for > a particular board... > > This is an ARM board, so I thought I'd set: > YOCTOADT_TARGET_MACHINE_arm="myboard" > > Sadly, that doesn't

[yocto] ADT: understanding YOCTOADT_TARGET_MACHINE_arch

2014-03-12 Thread Jonathan Austin
Hi list, I've been looking at the ADT, and specifically building a custom SDK/ADT for a particular board... This is an ARM board, so I thought I'd set: YOCTOADT_TARGET_MACHINE_arm="myboard" Sadly, that doesn't work. I'm trying to understand why. Despite changing YOCTOADT_REPO in my adt_insta