[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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.


Reply to: