On Fri, 2014-10-24 at 21:39 +0100, Ian Campbell wrote: > 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 \ > > > + tgt=$(SOME_DEST)/$(EXTRANAME)dtbs/$$(basename $$dtb); \ > > > + cp $$dtb $$tgt ; \ > > > + update-manifest $$tgt "Device Tree Blob: $$(basename > > > $$dtb)";\ > > > + done > > > + cp boot/README.device-tree $(SOME_DEST)/$(EXTRANAME)dtbs/README > > > + update-manifest $(SOME_DEST)/$(EXTRANAME)dtbs/README "Device > > > Tree Blobs README" > > > > This results in > > http://d-i.debian.org/daily-images/armhf/daily/hd-media/dtbs/ which I > > don't think is needed since we already have > > http://d-i.debian.org/daily-images/armhf/daily/device-tree/ as a common > > place to publish the dtbs. > > > > I think it would be best to put these in a temporary location for the > > purposes of including in the hd-media tarball only. Or maybe it is > > possible to depend on the output of the existing device-tree flavour, > > I've not checked into that possibility. > > How about this patch, it seems to do what I meant here.
FYI I just pushed this, the content of hd-media.tar.gz is identical (modulo a timestamp or two) Ian. -- To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1415916593.31613.32.ca...@hellion.org.uk