Re: binutils and testing for arm64

2014-10-24 Thread Steve McIntyre
Gah, used the wrong address - sorry. On Sat, Oct 25, 2014 at 02:12:13AM +0100, Steve McIntyre wrote: >Hi Matthias, > >We're stuck unable to debootstrap arm64 jessie right now, as we're >missing a jessie version of binutils. Could you please hold back on >unstable binutils uploads (or ask the RT t

binutils and testing for arm64

2014-10-24 Thread Steve McIntyre
Hi Matthias, We're stuck unable to debootstrap arm64 jessie right now, as we're missing a jessie version of binutils. Could you please hold back on unstable binutils uploads (or ask the RT to age an upload) for a short while? It'll make a big difference for us. Cheers, Steve -- Steve McIntyre,

Re: [PATCH V2] d-i hd-media support for armhf

2014-10-24 Thread Ian Campbell
On Sat, 2014-10-11 at 08:47 +0100, Ian Campbell wrote: > On Wed, 2014-10-01 at 00:47 +0200, Karsten Merker wrote: > > +.PHONY: hd-media_dtbs > > +hd-media_dtbs: $(TEMP_DTBS) > > + mkdir -p $(SOME_DEST)/$(EXTRANAME)dtbs > > + set -ex ; for dtb in $(TEMP_DTBS)/*.dtb ; do \ > > +