Thanks, applied as 6649548b969c358c860af4b06227b8511021cd90.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:39 +0200, Robin van der Gracht <[email protected]> 
wrote:
> KERNEL_DTB is not set. This results in a FIT image without dtb files.
> 
> Signed-off-by: Robin van der Gracht <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/kernel-fit.make b/rules/kernel-fit.make
> index ffead846b84c..64e82042f979 100644
> --- a/rules/kernel-fit.make
> +++ b/rules/kernel-fit.make
> @@ -28,7 +28,7 @@ KERNEL_FIT_KERNEL            = $(KERNEL_IMAGE_PATH_y)
>  ifdef PTXCONF_KERNEL_FIT_INITRAMFS
>  KERNEL_FIT_INITRAMFS         := $(IMAGEDIR)/root.cpio
>  endif
> -KERNEL_FIT_DTB                        = $(KERNEL_DTB)
> +KERNEL_FIT_DTB                        = $(addprefix 
> $(IMAGEDIR)/,$(KERNEL_DTB_FILES))
>  
>  # 
> ----------------------------------------------------------------------------
>  # Target-Install

_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to