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.

Ian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1413013622.11505.16.ca...@hellion.org.uk

Reply via email to